summaryrefslogtreecommitdiff
path: root/man/uniq.x
diff options
context:
space:
mode:
authorErik Auerswald <auerswal@unix-ag.uni-kl.de>2012-07-21 00:48:17 +0200
committerJim Meyering <meyering@redhat.com>2012-07-22 10:59:36 +0200
commit3ca80461c23b6d7301daf9a509f2dbf7cbf8e00f (patch)
tree783b7b49ef950274390466d2af098d2107dc302c /man/uniq.x
parent7308099bbc38c64fef2da2f5cf8d32c149400065 (diff)
downloadcoreutils-3ca80461c23b6d7301daf9a509f2dbf7cbf8e00f.tar.xz
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.
Diffstat (limited to 'man/uniq.x')
-rw-r--r--man/uniq.x2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/uniq.x b/man/uniq.x
index 98a95f996..013cef334 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)