diff options
author | mpp <mpp@FreeBSD.org> | 2000-11-13 15:54:47 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 2000-11-13 15:54:47 +0000 |
commit | f60035bbbd4dd27bd12420a000b3fab66c14fb47 (patch) | |
tree | d8fa318fa073ccfa3cf120e0edc4182d8a149be2 /share | |
parent | 1b51e0fa03787880eea27f55650226ff237934e9 (diff) | |
download | FreeBSD-src-f60035bbbd4dd27bd12420a000b3fab66c14fb47.zip FreeBSD-src-f60035bbbd4dd27bd12420a000b3fab66c14fb47.tar.gz |
Do not terminate the SEE ALSO section example with a period.
The cross-reference list should not be terminated with any
type of punctuation at the end of the line.
Pointed-out-by: sheldonh
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man7/mdoc.samples.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7 index fd59c63..a55d0e7 100644 --- a/share/man/man7/mdoc.samples.7 +++ b/share/man/man7/mdoc.samples.7 @@ -2098,7 +2098,7 @@ placed in alphabetical order and comma separated. For example: .Xr ls 1 , .Xr ps 1 , .Xr group 5 , -.Xr passwd 5 . +.Xr passwd 5 .Pp At this time .Xr refer 1 |