From: Bruno Haible Date: Wed, 3 Oct 2007 13:09:50 +0000 (+0200) Subject: Prefer @command as replacement of invalid @program. X-Git-Tag: v0.0~145 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=7bfb1880ea713532edaaed3386bc0a2ba45a28a6;p=gnulib.git Prefer @command as replacement of invalid @program. --- diff --git a/ChangeLog b/ChangeLog index 40f04e32d..df9af5e37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ 2007-10-03 Bruno Haible + Jim Meyering + Eric Blake - * doc/relocatable.texi: Use @samp instead of @program. + * doc/relocatable.texi: Use @command instead of @program. 2007-10-02 Jim Meyering diff --git a/doc/relocatable.texi b/doc/relocatable.texi index 6d852f84b..dc7a4e2e0 100644 --- a/doc/relocatable.texi +++ b/doc/relocatable.texi @@ -21,7 +21,7 @@ possible to do the same thing with a hard link @emph{only} if the hard 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 @@ directory. Thus, for reliability, it is best to also give a @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