summaryrefslogtreecommitdiffstats
path: root/doc/user/caching.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/caching.sgml')
-rw-r--r--doc/user/caching.sgml18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/user/caching.sgml b/doc/user/caching.sgml
index 223592e..eac6911 100644
--- a/doc/user/caching.sgml
+++ b/doc/user/caching.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
@@ -80,7 +80,7 @@
</para>
- <literallayout>
+ <screen>
% <userinput>scons -Q</userinput>
cc -c -o hello.o hello.c
cc -o hello hello.o
@@ -90,7 +90,7 @@
% <userinput>scons -Q</userinput>
Retrieved `hello.o' from cache
Retrieved `hello' from cache
- </literallayout>
+ </screen>
</section>
@@ -122,7 +122,7 @@
</para>
- <literallayout>
+ <screen>
% <userinput>scons -Q</userinput>
cc -c -o hello.o hello.c
cc -o hello hello.o
@@ -132,7 +132,7 @@
% <userinput>scons -Q --cache-show</userinput>
cc -c -o hello.o hello.c
cc -o hello hello.o
- </literallayout>
+ </screen>
<para>
@@ -175,7 +175,7 @@
</para>
- <literallayout>
+ <screen>
% <userinput>scons -Q</userinput>
cc -c -o hello.o hello.c
cc -o hello hello.o
@@ -191,7 +191,7 @@
% <userinput>scons -Q --cache-disable</userinput>
cc -c -o hello.o hello.c
cc -o hello hello.o
- </literallayout>
+ </screen>
</section>
@@ -226,7 +226,7 @@
</para>
- <literallayout>
+ <screen>
% <userinput>scons -Q --cache-disable</userinput>
cc -c -o hello.o hello.c
cc -o hello hello.o
@@ -244,7 +244,7 @@
% <userinput>scons -Q</userinput>
Retrieved `hello.o' from cache
Retrieved `hello' from cache
- </literallayout>
+ </screen>
<para>