summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKamil Dudka <kdudka@redhat.com>2009-09-03 14:08:27 +0200
committerJim Meyering <meyering@redhat.com>2009-09-03 16:24:14 +0200
commit1422cabf930572f22849c55914352e915af1f677 (patch)
tree00fc4f39117b9829cb7e1386e5bbe4ebd4d88bfd /doc
parent84b5844d21e6958c94096f14cf75e90930e88feb (diff)
downloadcoreutils-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.
Diffstat (limited to 'doc')
-rw-r--r--doc/coreutils.texi16
1 files changed, 8 insertions, 8 deletions
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}.