From a9bc3fc5e15672ac364dccd827265d3cc9d1aa14 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Thu, 3 Sep 2009 14:08:27 +0200 Subject: [PATCH] install -C: fix bug in the texi documentation * doc/coreutils.texi: Move the documentation for install --compare (-C) option to the right place. --- doc/coreutils.texi | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) 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 address@hidden -C address@hidden --compare address@hidden -C address@hidden --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 address@hidden -C address@hidden --compare address@hidden -C address@hidden --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}. -- 1.6.2.5