From: Bernhard Voelker Date: Sat, 2 Jan 2021 13:57:03 +0000 (+0100) Subject: doc: make formatting of SEE ALSO in cat.1 and tac.1 consistent X-Git-Tag: v9.0~158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebf2c4dcc687c9f057a8a22674fd984aa929012e;p=thirdparty%2Fcoreutils.git doc: make formatting of SEE ALSO in cat.1 and tac.1 consistent None of the coreutils man pages - but the two above - are using bold setting for the references to other man pages in the SEE ALSO section. * man/cat.x (SEE ALSO): Remove '\fB...\fP' setting. * man/tac.x: Likewise, and add a reference to cat(1). --- diff --git a/man/cat.x b/man/cat.x index b84600fbde..9eb38cf05a 100644 --- a/man/cat.x +++ b/man/cat.x @@ -3,4 +3,4 @@ cat \- concatenate files and print on the standard output [DESCRIPTION] .\" Add any additional description here [SEE ALSO] -\fBtac\fP(1) +tac(1) diff --git a/man/tac.x b/man/tac.x index 66bd338ec2..677da2f828 100644 --- a/man/tac.x +++ b/man/tac.x @@ -3,4 +3,4 @@ tac \- concatenate and print files in reverse [DESCRIPTION] .\" Add any additional description here [SEE ALSO] -\fBrev\fP(1) +cat(1), rev(1)