bug-coreutils
[Top][All Lists]
Advanced

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

bug#5991: [bug#5958 PATCH] docs: document translation of obsolete sort s


From: Pádraig Brady
Subject: bug#5991: [bug#5958 PATCH] docs: document translation of obsolete sort syntax
Date: Wed, 21 Apr 2010 09:36:11 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3

On 20/04/10 23:33, Eric Blake wrote:
> * doc/coreutils.texi (sort invocation): Mention the conversion.
> ---
> 
> How about this followup, copying the comment from Pádraig's patch into
> our documentation?
> 
>  doc/coreutils.texi |    5 +++++
>  1 files changed, 5 insertions(+), 0 deletions(-)
> 
> diff --git a/doc/coreutils.texi b/doc/coreutils.texi
> index 7561f2a..ed620f3 100644
> --- a/doc/coreutils.texi
> +++ b/doc/coreutils.texi
> @@ -4126,6 +4126,11 @@ sort invocation
>  @vindex POSIXLY_CORRECT
>  On older systems, @command{sort} supports an obsolete origin-zero
>  syntax @address@hidden address@hidden for specifying sort keys.
> +The sequence @samp{sort address@hidden@var{x} address@hidden@var{y}}
> +translates to @samp{sort address@hidden@var{x+1},@var{b}} if @var{y}
> +is @samp{0} or absent, otherwise it translates to @samp{sort
> address@hidden@var{x+1},@address@hidden

Looks good.
Hopefully this will encourage people to change from the old to new format.
Perhaps s/translates/is equivalent/; s/-k/-k /;

cheers,
Pádraig.






reply via email to

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