coreutils/man/head.x
Bernhard Voelker 79c5b8f452 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
2015-11-28 21:13:35 +01:00

7 lines
119 B
Plaintext

[NAME]
head \- output the first part of files
[DESCRIPTION]
.\" Add any additional description here
[SEE ALSO]
tail(1)