doc: install -C: fix bug in the texi documentation
authorKamil Dudka <kdudka@redhat.com>
Thu, 3 Sep 2009 12:08:27 +0000 (14:08 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 3 Sep 2009 14:24:14 +0000 (16:24 +0200)
* doc/coreutils.texi: Move the documentation for install --compare (-C)
from the section on fmt to that for install.
Reported by Florian Schlichting.

THANKS
doc/coreutils.texi

diff --git a/THANKS b/THANKS
index bd078db..ee18572 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -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
index 33877af..86394a1 100644 (file)
@@ -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}.