diff options
author | Benoît Knecht <benoit.knecht@fsfe.org> | 2011-07-08 14:52:41 +0200 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2011-07-08 15:28:16 +0100 |
commit | f2dabd68064a3324d08285e0d4f013d6d9cf6191 (patch) | |
tree | 5b2ec1a84ed3832382e0bcf4152d1dd7c32f8d45 /man | |
parent | 5a647a05e20cb6f91f1aef95b2c83f8ebb03a67c (diff) | |
download | coreutils-f2dabd68064a3324d08285e0d4f013d6d9cf6191.tar.xz |
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.
Diffstat (limited to 'man')
-rw-r--r-- | man/cat.x | 2 | ||||
-rw-r--r-- | man/tac.x | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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) @@ -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) |