diff options
author | Bernhard Voelker <mail@bernhard-voelker.de> | 2015-11-28 21:13:35 +0100 |
---|---|---|
committer | Bernhard Voelker <mail@bernhard-voelker.de> | 2015-11-28 21:13:35 +0100 |
commit | 79c5b8f452ad01382c8e1d3e495a65428ae59b02 (patch) | |
tree | f2be877ad78eb73751127ffe1c9e2e20431c690e /man | |
parent | c1b3d65877913f139175920699ad2c5aed592ea8 (diff) | |
download | coreutils-79c5b8f452ad01382c8e1d3e495a65428ae59b02.tar.xz |
doc: reference each other in the man pages of head and tail
* man/head.x: Add "SEE ALSO" section referencing tail(1).
* man/tail.x: Add "SEE ALSO" section referencing head(1).
Suggested by Dan Jacobson in http://bugs.gnu.org/22041
Diffstat (limited to 'man')
-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) |