* 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.
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