emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#11994: closed (sort(1) doesn't say SEE ALSO uniq(1


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#11994: closed (sort(1) doesn't say SEE ALSO uniq(1) )
Date: Sun, 22 Jul 2012 09:11:02 +0000

Your message dated Sun, 22 Jul 2012 11:04:08 +0200
with message-id <address@hidden>
and subject line Re: bug#11994: [PATCH] Re: bug#11994: sort(1) doesn't say SEE 
ALSO uniq(1)
has caused the debbugs.gnu.org bug report #11994,
regarding sort(1) doesn't say SEE ALSO uniq(1) 
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
11994: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11994
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: sort(1) doesn't say SEE ALSO uniq(1) Date: Fri, 20 Jul 2012 01:54:21 +0800
sort(1) doesn't say SEE ALSO uniq(1), and vice versa.



--- End Message ---
--- Begin Message --- Subject: Re: bug#11994: [PATCH] Re: bug#11994: sort(1) doesn't say SEE ALSO uniq(1) Date: Sun, 22 Jul 2012 11:04:08 +0200
Erik Auerswald wrote:
> On Fri, Jul 20, 2012 at 01:54:21AM +0800, address@hidden wrote:
>> sort(1) doesn't say SEE ALSO uniq(1), and vice versa.
>
> The small attached patch adds that.
...
> Subject: [PATCH] doc: mention uniq(1) in sort(1) man-page and vice versa
>
> * man/sort.x: Add SEE ALSO section with entry uniq(1).
> * man/uniq.x: Add sort(1) to SEE ALSO section.
> ---
>  man/sort.x |    2 ++
>  man/uniq.x |    2 +-
>  2 files changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/man/sort.x b/man/sort.x
> index 5c171dd..b0d4a1a 100644
> --- a/man/sort.x
> +++ b/man/sort.x
> @@ -2,3 +2,5 @@
>  sort \- sort lines of text files
>  [DESCRIPTION]
>  .\" Add any additional description here
> +[SEE ALSO]
> +uniq(1)
> diff --git a/man/uniq.x b/man/uniq.x
> index 98a95f9..013cef3 100644
> --- a/man/uniq.x
> +++ b/man/uniq.x
> @@ -3,4 +3,4 @@ uniq \- report or omit repeated lines
>  [DESCRIPTION]
>  .\" Add any additional description here
>  [SEE ALSO]
> -comm(1), join(1)
> +comm(1), join(1), sort(1)

Thanks to both of you.  Applied and pushed.
If I'd waited a minute or two more, I would have thanked
Dan (jidanni) for the suggestion in the commit log.


--- End Message ---

reply via email to

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