1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

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.
This commit is contained in:
Kamil Dudka
2009-09-03 14:08:27 +02:00
committed by Jim Meyering
parent 84b5844d21
commit 1422cabf93
2 changed files with 9 additions and 8 deletions

1
THANKS
View File

@@ -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

View 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}.