diff options
author | Erik Auerswald <auerswal@unix-ag.uni-kl.de> | 2012-07-21 00:48:17 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-07-22 10:59:36 +0200 |
commit | 3ca80461c23b6d7301daf9a509f2dbf7cbf8e00f (patch) | |
tree | 783b7b49ef950274390466d2af098d2107dc302c /man | |
parent | 7308099bbc38c64fef2da2f5cf8d32c149400065 (diff) | |
download | coreutils-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')
-rw-r--r-- | man/sort.x | 2 | ||||
-rw-r--r-- | man/uniq.x | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/man/sort.x b/man/sort.x index 5c171ddf2..b0d4a1a3b 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 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) |