diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/comm.x | 2 | ||||
-rw-r--r-- | man/join.x | 2 | ||||
-rw-r--r-- | man/uniq.x | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/man/comm.x b/man/comm.x index dfc84806e..d4d8e00da 100644 --- a/man/comm.x +++ b/man/comm.x @@ -2,3 +2,5 @@ comm \- compare two sorted files line by line [DESCRIPTION] .\" Add any additional description here +[SEE ALSO] +join(1), uniq(1) diff --git a/man/join.x b/man/join.x index 6f50791f2..f83e8ceca 100644 --- a/man/join.x +++ b/man/join.x @@ -2,3 +2,5 @@ join \- join lines of two files on a common field [DESCRIPTION] .\" Add any additional description here +[SEE ALSO] +comm(1), uniq(1) diff --git a/man/uniq.x b/man/uniq.x index 0221d92ab..98a95f996 100644 --- a/man/uniq.x +++ b/man/uniq.x @@ -2,3 +2,5 @@ uniq \- report or omit repeated lines [DESCRIPTION] .\" Add any additional description here +[SEE ALSO] +comm(1), join(1) |