From 79c5b8f452ad01382c8e1d3e495a65428ae59b02 Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Sat, 28 Nov 2015 21:13:35 +0100 Subject: 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 --- man/head.x | 2 ++ man/tail.x | 2 ++ 2 files changed, 4 insertions(+) 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) -- cgit v1.2.3-54-g00ecf