summaryrefslogtreecommitdiffstats
path: root/doc/user/alias.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/alias.sgml')
-rw-r--r--doc/user/alias.sgml10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/user/alias.sgml b/doc/user/alias.sgml
index a4b65da..4471605 100644
--- a/doc/user/alias.sgml
+++ b/doc/user/alias.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
@@ -44,12 +44,12 @@
</para>
- <literallayout>
+ <screen>
% <userinput>scons -Q install</userinput>
cc -c -o hello.o hello.c
cc -o hello hello.o
Install file: "hello" as "/usr/bin/hello"
- </literallayout>
+ </screen>
<para>
@@ -84,7 +84,7 @@
</para>
- <literallayout>
+ <screen>
% <userinput>scons -Q install-bin</userinput>
cc -c -o foo.o foo.c
cc -o foo foo.o
@@ -109,4 +109,4 @@
ar r libbar.a bar.o
ranlib libbar.a
Install file: "libbar.a" as "/usr/lib/libbar.a"
- </literallayout>
+ </screen>