changeset 9279:079ab5207ac7

Prefer @command as replacement of invalid @program.
author Bruno Haible <bruno@clisp.org>
date Wed, 03 Oct 2007 15:09:50 +0200
parents af60492fbcdb
children a1f6fe4c68c1
files ChangeLog doc/relocatable.texi
diffstat 2 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Oct 03 14:07:57 2007 +0200
+++ b/ChangeLog	Wed Oct 03 15:09:50 2007 +0200
@@ -1,6 +1,8 @@
 2007-10-03  Bruno Haible  <bruno@clisp.org>
-
-	* doc/relocatable.texi: Use @samp instead of @program.
+            Jim Meyering  <jim@meyering.net>
+            Eric Blake  <ebb9@byu.net>
+
+	* doc/relocatable.texi: Use @command instead of @program.
 
 2007-10-02  Jim Meyering  <jim@meyering.net>
 
--- a/doc/relocatable.texi	Wed Oct 03 14:07:57 2007 +0200
+++ b/doc/relocatable.texi	Wed Oct 03 15:09:50 2007 +0200
@@ -21,7 +21,7 @@
 link file is in the same directory as the real program.
 
 To configure a program to be relocatable, add
-@option{--enable-relocatable} to the @samp{configure} command line.
+@option{--enable-relocatable} to the @command{configure} command line.
 
 On some OSes the executables remember the location of shared libraries
 and prefer them over any other search path.  Therefore, such an
@@ -31,7 +31,7 @@
 @option{--prefix} option pointing to a directory that does not exist
 now and which never will be created, e.g.@:
 @option{--prefix=/nonexistent}.  You may use
-@code{DESTDIR=@var{dest-dir}} on the @samp{make} command line to
+@code{DESTDIR=@var{dest-dir}} on the @command{make} command line to
 avoid installing into that directory.
 
 We do not recommend using a prefix writable by unprivileged users