coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/2] doc: explicitly mention 'inf' values in seq(1) documenta


From: Pádraig Brady
Subject: Re: [PATCH 2/2] doc: explicitly mention 'inf' values in seq(1) documentation
Date: Sat, 26 Jul 2014 21:34:14 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

On 07/26/2014 07:06 PM, Bernhard Voelker wrote:
> * 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.
> 

Perhaps s/infinity/inf/ as per http://bugs.gnu.org/18103#27

cheers,
Pádraig.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]