diff options
author | Jim Meyering <jim@meyering.net> | 2005-06-16 09:16:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-06-16 09:16:16 +0000 |
commit | 27a8fa06641de15db2d06861e3cc7e7d5b6f4a3f (patch) | |
tree | 123daf774c8409825768f8f411c333a2ec191fe4 /doc | |
parent | 4e0c954244ff95872cc4d444b3f46b55f0056ce1 (diff) | |
download | coreutils-27a8fa06641de15db2d06861e3cc7e7d5b6f4a3f.tar.xz |
(Backup options): Undocument --version-control=S (-V).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index e422aba93..c2e39afd2 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -575,17 +575,6 @@ Remove any trailing slashes from each @var{source} argument. @xref{Trailing slashes}. @end macro -@macro optVersionControl -@item -V @var{method} -@itemx --version-control=@var{method} -@opindex -V -@opindex --version-control -Change the type of backups made with @option{-b}. The @var{method} -argument can be @samp{none} (or @samp{off}), @samp{numbered} (or -@samp{t}), @samp{existing} (or @samp{nil}), or @samp{never} (or -@samp{simple}). @xref{Backup options}. -@end macro - @cindex common options Certain options are available in all of these programs. Rather than @@ -644,7 +633,7 @@ name. @menu * Exit status:: Indicating program success or failure. -* Backup options:: -b -S -V, in some programs. +* Backup options:: -b -S, in some programs. * Block size:: BLOCK_SIZE and --block-size, in some programs. * Target directory:: Specifying a target directory, in some programs. * Trailing slashes:: --strip-trailing-slashes, in some programs. @@ -751,13 +740,6 @@ option is not specified, the value of the @env{SIMPLE_BACKUP_SUFFIX} environment variable is used. And if @env{SIMPLE_BACKUP_SUFFIX} is not set, the default is @samp{~}, just as in Emacs. -@itemx --version-control=@var{method} -@opindex --version-control -@c FIXME: remove this block one or two releases after the actual -@c removal from the code. -This option is obsolete and will be removed in a future release. -It has been replaced with @w{@kbd{--backup}}. - @end table @node Block size @@ -6638,8 +6620,6 @@ destination. @opindex --verbose Print the name of each file before copying it. -@optVersionControl - @item -x @itemx --one-file-system @opindex -x @@ -7081,8 +7061,6 @@ Strip the symbol tables from installed binary executables. @opindex --verbose Print the name of each file before copying it. -@optVersionControl - @end table @exitstatus @@ -7198,8 +7176,6 @@ Print the name of each file before moving it. @optNoTargetDirectory -@optVersionControl - @end table @exitstatus @@ -7732,8 +7708,6 @@ an error message on systems that do not support symbolic links. @opindex --verbose Print the name of each file before linking it. -@optVersionControl - @end table @exitstatus |