From: BenoƮt Knecht Date: Fri, 8 Jul 2011 12:52:41 +0000 (+0200) Subject: doc: don't terminate SEE ALSO sections with a period X-Git-Tag: v8.13~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2dabd68;p=thirdparty%2Fcoreutils.git doc: don't terminate SEE ALSO sections with a period 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. --- diff --git a/man/cat.x b/man/cat.x index 089020016f..b84600fbde 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). +\fBtac\fP(1) diff --git a/man/tac.x b/man/tac.x index 7d3821c19d..66bd338ec2 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). +\fBrev\fP(1)