]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: make formatting of SEE ALSO in cat.1 and tac.1 consistent
authorBernhard Voelker <mail@bernhard-voelker.de>
Sat, 2 Jan 2021 13:57:03 +0000 (14:57 +0100)
committerPádraig Brady <P@draigBrady.com>
Sun, 3 Jan 2021 13:57:36 +0000 (13:57 +0000)
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).

man/cat.x
man/tac.x

index b84600fbde3354b0c0e0dce630e1c7a6c64b4119..9eb38cf05ab9671edf0cca20c5b3922c136fddc5 100644 (file)
--- 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)
index 66bd338ec2392a54543f1268c140155344535c4c..677da2f828c5dc39630b493cac3b5d466226e100 100644 (file)
--- 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)