]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: further clarify 'yes' alternative in seq invocation
authorBernhard Voelker <mail@bernhard-voelker.de>
Tue, 26 Feb 2019 18:06:52 +0000 (19:06 +0100)
committerBernhard Voelker <mail@bernhard-voelker.de>
Wed, 27 Feb 2019 17:51:30 +0000 (18:51 +0100)
* doc/coreutils.texi (node seq invocation): Clarify to use the tool
'yes'; otherwise the reader may interpret the sentence as if one
could pass 'yes' as the INCREMENT value.

doc/coreutils.texi

index eb18488829dcc8a42c2bab777a689a6a997e9fe7..ed854dbdb288651718e7629f7a290ce3db2ceef4 100644 (file)
@@ -18608,7 +18608,7 @@ even when @var{first} is larger than @var{last}.
 The sequence of numbers ends when the sum of the current number and
 @var{increment} would become greater than @var{last},
 so @code{seq 1 10 10} only produces @samp{1}.
-@var{increment} must not be @samp{0}; use @command{yes} to get
+@var{increment} must not be @samp{0}; use the tool @command{yes} to get
 repeated output of a constant number.
 @var{first}, @var{increment} and @var{last} must not be @code{NaN}.
 Floating-point numbers may be specified in either the current or