diff options
author | Kamil Dudka <kdudka@redhat.com> | 2009-09-03 14:08:27 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-09-03 16:24:14 +0200 |
commit | 1422cabf930572f22849c55914352e915af1f677 (patch) | |
tree | 00fc4f39117b9829cb7e1386e5bbe4ebd4d88bfd | |
parent | 84b5844d21e6958c94096f14cf75e90930e88feb (diff) | |
download | coreutils-1422cabf930572f22849c55914352e915af1f677.tar.xz |
doc: install -C: fix bug in the texi documentation
* doc/coreutils.texi: Move the documentation for install --compare (-C)
from the section on fmt to that for install.
Reported by Florian Schlichting.
-rw-r--r-- | THANKS | 1 | ||||
-rw-r--r-- | doc/coreutils.texi | 16 |
2 files changed, 9 insertions, 8 deletions
@@ -185,6 +185,7 @@ Felix Rauch Valenti frauch@cse.unsw.edu.au Ferdinand fw@scenic.mine.nu Fletcher Mattox fletcher@cs.utexas.edu Florent Bayle florent@sarcelle.net +Florian Schlichting fschlich@cis.fu-berlin.de Florin Iucha fiucha@hsys.mic.ro Francesco Montorsi fr_m@hotmail.com François Pinard pinard@iro.umontreal.ca diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 33877afc6..86394a152 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -2122,14 +2122,6 @@ The program accepts the following options. Also see @ref{Common options}. @table @samp -@item -C -@itemx --compare -@opindex -C -@opindex --compare -Compare each pair of source and destination files, and if the destination has -identical content and any specified owner, group, permissions, and possibly -SELinux context, then do not modify the destination at all. - @item -c @itemx --crown-margin @opindex -c @@ -8072,6 +8064,14 @@ The program accepts the following options. Also see @ref{Common options}. @optBackup +@item -C +@itemx --compare +@opindex -C +@opindex --compare +Compare each pair of source and destination files, and if the destination has +identical content and any specified owner, group, permissions, and possibly +SELinux context, then do not modify the destination at all. + @item -c @opindex -c Ignored; for compatibility with old Unix versions of @command{install}. |