* NEWS (seq invocation): Explicitly mention 'infinity' as possible
values for the program arguments.
---
doc/coreutils.texi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 19a523d..215819e 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -16958,7 +16958,8 @@ 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}.
-Floating-point numbers may be specified. @xref{Floating point}.
+Floating-point numbers, also special values like @samp{infinity},
+may be specified. @xref{Floating point}.
The program accepts the following options. Also see @ref{Common options}.
Options must precede operands.
--
1.8.4.5