[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 2/2] doc: explicitly mention 'inf' values in seq(1) documentation
From: |
Bernhard Voelker |
Subject: |
[PATCH 2/2] doc: explicitly mention 'inf' values in seq(1) documentation |
Date: |
Sat, 26 Jul 2014 20:06:15 +0200 |
* 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
- seq and infinite values, Bernhard Voelker, 2014/07/26
- [PATCH 1/2] seq: don't allow --equal-width option with infinite FIRST and LAST, Bernhard Voelker, 2014/07/26
- [PATCH 2/2] doc: explicitly mention 'inf' values in seq(1) documentation,
Bernhard Voelker <=
- Re: [PATCH 2/2] doc: explicitly mention 'inf' values in seq(1) documentation, Pádraig Brady, 2014/07/26
- Re: [PATCH 2/2] doc: explicitly mention 'inf' values in seq(1) documentation, Bernhard Voelker, 2014/07/29
- Re: [PATCH 2/2] doc: explicitly mention 'inf' values in seq(1) documentation, Pádraig Brady, 2014/07/29
- Re: [PATCH 2/2] doc: explicitly mention 'inf' values in seq(1) documentation, Eric Blake, 2014/07/29
- Re: [PATCH 2/2] doc: explicitly mention 'inf' values in seq(1) documentation, Bernhard Voelker, 2014/07/29
- Re: [PATCH 2/2] doc: explicitly mention 'inf' values in seq(1) documentation, Eric Blake, 2014/07/29
- Re: [PATCH 2/2] doc: explicitly mention 'inf' values in seq(1) documentation, Bernhard Voelker, 2014/07/29
- Re: [PATCH 2/2] doc: explicitly mention 'inf' values in seq(1) documentation, Eric Blake, 2014/07/29
- Re: [PATCH 2/2] doc: explicitly mention 'inf' values in seq(1) documentation, Eric Blake, 2014/07/29
- Re: [PATCH 2/2] doc: explicitly mention 'inf' values in seq(1) documentation, Bernhard Voelker, 2014/07/29