summaryrefslogtreecommitdiffstats
path: root/doc/user/separate.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/separate.sgml')
-rw-r--r--doc/user/separate.sgml22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/user/separate.sgml b/doc/user/separate.sgml
index b00be1a..1c04f8a 100644
--- a/doc/user/separate.sgml
+++ b/doc/user/separate.sgml
@@ -1,6 +1,6 @@
<!--
- Copyright (c) 2001, 2002, 2003 Steven Knight
+ __COPYRIGHT__
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
@@ -150,7 +150,7 @@ program using the F<build/foo.c> path name.
</para>
- <literallayout>
+ <screen>
% <userinput>ls src</userinput>
SConscript hello.c
% <userinput>scons -Q</userinput>
@@ -158,7 +158,7 @@ program using the F<build/foo.c> path name.
cc -o build/hello build/hello.o
% <userinput>ls build</userinput>
SConscript hello hello.c hello.o
- </literallayout>
+ </screen>
<para>
@@ -295,7 +295,7 @@ program using the F<build/foo.c> path name.
</para>
- <literallayout>
+ <screen>
% <userinput>ls src</userinput>
SConscript
hello.c
@@ -305,7 +305,7 @@ program using the F<build/foo.c> path name.
% <userinput>ls build</userinput>
hello
hello.o
- </literallayout>
+ </screen>
</section>
@@ -346,7 +346,7 @@ program using the F<build/foo.c> path name.
</para>
- <literallayout>
+ <screen>
% <userinput>ls src</userinput>
hello.c
% <userinput>scons -Q</userinput>
@@ -354,7 +354,7 @@ program using the F<build/foo.c> path name.
cc -o build/hello build/hello.o
% <userinput>ls build</userinput>
hello hello.c hello.o
- </literallayout>
+ </screen>
<para>
@@ -376,7 +376,7 @@ program using the F<build/foo.c> path name.
</para>
- <literallayout>
+ <screen>
% <userinput>ls src</userinput>
hello.c
% <userinput>scons -Q</userinput>
@@ -384,7 +384,7 @@ program using the F<build/foo.c> path name.
cc -o build/hello build/hello.o
% <userinput>ls build</userinput>
hello hello.o
- </literallayout>
+ </screen>
</section>
@@ -425,7 +425,7 @@ program using the F<build/foo.c> path name.
</para>
- <literallayout>
+ <screen>
% <userinput>ls src</userinput>
SConscript hello.c
% <userinput>scons -Q</userinput>
@@ -433,7 +433,7 @@ program using the F<build/foo.c> path name.
cc -o build/hello build/hello.o
% <userinput>ls build</userinput>
SConscript hello hello.c hello.o
- </literallayout>
+ </screen>
<para>