]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: don't terminate SEE ALSO sections with a period
authorBenoît Knecht <benoit.knecht@fsfe.org>
Fri, 8 Jul 2011 12:52:41 +0000 (14:52 +0200)
committerPádraig Brady <P@draigBrady.com>
Fri, 8 Jul 2011 14:28:16 +0000 (15:28 +0100)
man-pages(7) explicitly says about SEE ALSO sections: "Do not terminate
this with a period." This is also in line with all the other man pages
in coreutils.

* man/cat.x: Remove period at the end of the SEE ALSO section.
* man/tac.x: Likewise.

man/cat.x
man/tac.x

index 089020016f5b0f060807572ce45ee1db405a5296..b84600fbde3354b0c0e0dce630e1c7a6c64b4119 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).
+\fBtac\fP(1)
index 7d3821c19d53c4fc97f6130bc9d8b4ed4ac95163..66bd338ec2392a54543f1268c140155344535c4c 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).
+\fBrev\fP(1)