doc: mention uniq(1) in sort(1) man-page and vice versa
authorErik Auerswald <auerswal@unix-ag.uni-kl.de>
Fri, 20 Jul 2012 22:48:17 +0000 (00:48 +0200)
committerJim Meyering <meyering@redhat.com>
Sun, 22 Jul 2012 08:59:36 +0000 (10:59 +0200)
* man/sort.x: Add SEE ALSO section with entry uniq(1).
* man/uniq.x: Add sort(1) to SEE ALSO section.

man/sort.x
man/uniq.x

index 5c171dd..b0d4a1a 100644 (file)
@@ -2,3 +2,5 @@
 sort \- sort lines of text files
 [DESCRIPTION]
 .\" Add any additional description here
+[SEE ALSO]
+uniq(1)
index 98a95f9..013cef3 100644 (file)
@@ -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)