summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man/sort.x2
-rw-r--r--man/uniq.x2
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)