doc: fix a wrong option reference in split invocation
authorJérémy Compostella <jeremy.compostella@gmail.com>
Sun, 26 Feb 2012 14:05:36 +0000 (15:05 +0100)
committerPádraig Brady <P@draigBrady.com>
Mon, 27 Feb 2012 00:55:24 +0000 (00:55 +0000)
* doc/coreutils.texi (split invocation): replace `-r' reference with
`-nr/n'.

doc/coreutils.texi

index cc300a8..414626d 100644 (file)
@@ -2990,8 +2990,9 @@ The output files' names consist of @var{prefix} (@samp{x} by default)
 followed by a group of characters (@samp{aa}, @samp{ab}, @dots{} by
 default), such that concatenating the output files in traditional
 sorted order by file name produces the original input file (except
-@option{-r}).  If the output file names are exhausted, @command{split}
-reports an error without deleting the output files that it did create.
+@option{-nr/@var{n}}).  If the output file names are exhausted,
+@command{split} reports an error without deleting the output files
+that it did create.
 
 The program accepts the following options.  Also see @ref{Common options}.