From: Bernhard Voelker Date: Sat, 28 Nov 2015 20:13:35 +0000 (+0100) Subject: doc: reference each other in the man pages of head and tail X-Git-Tag: v8.25~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79c5b8f452ad01382c8e1d3e495a65428ae59b02;p=thirdparty%2Fcoreutils.git 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 --- diff --git a/man/head.x b/man/head.x index 160d0fff2e..53d2662de7 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 2ede04c829..68f27820c3 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)