From 1422cabf930572f22849c55914352e915af1f677 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Thu, 3 Sep 2009 14:08:27 +0200 Subject: [PATCH] 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. --- THANKS | 1 + doc/coreutils.texi | 16 ++++++++-------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/THANKS b/THANKS index bd078db..ee18572 100644 --- 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 diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 33877af..86394a1 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}. -- 2.7.4