diff options
-rw-r--r-- | man/head.x | 2 | ||||
-rw-r--r-- | man/tail.x | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/man/head.x b/man/head.x index 160d0fff2..53d2662de 100644 --- a/man/head.x +++ b/man/head.x @@ -2,3 +2,5 @@ head \- output the first part of files [DESCRIPTION] .\" Add any additional description here +[SEE ALSO] +tail(1) diff --git a/man/tail.x b/man/tail.x index 2ede04c82..68f27820c 100644 --- a/man/tail.x +++ b/man/tail.x @@ -2,3 +2,5 @@ tail \- output the last part of files [DESCRIPTION] .\" Add any additional description here +[SEE ALSO] +head(1) |