diff options
author | mpp <mpp@FreeBSD.org> | 1996-12-26 22:34:23 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-12-26 22:34:23 +0000 |
commit | 5c7ac7618dd1761c16c93a170cfdc1aed55fe3df (patch) | |
tree | 1baa9c3285d2f7dbad53e6b32280ffa8ec5a6bf0 /share/man/man7 | |
parent | 117261f3670859afa7ffba4f5941f4b019ee9898 (diff) | |
download | FreeBSD-src-5c7ac7618dd1761c16c93a170cfdc1aed55fe3df.zip FreeBSD-src-5c7ac7618dd1761c16c93a170cfdc1aed55fe3df.tar.gz |
Mention that cross references in the SEE ALSO section should be
sorted by section number and then placed in alphabetical order.
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/mdoc.samples.7 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7 index 38b40df..7b42c80 100644 --- a/share/man/man7/mdoc.samples.7 +++ b/share/man/man7/mdoc.samples.7 @@ -1975,6 +1975,16 @@ Cross references are specified using the .Ql \&.Xr macro. +Cross references in the +.Sx SEE ALSO +section should be sorted by section number, and then +placed in alphabetical order and comma separated. For example: +.Pp +.Xr ls 1 , +.Xr ps 1 , +.Xr group 5 , +.Xr passwd 5 . +.Pp At this time .Xr refer 1 style references are not accommodated. @@ -2775,9 +2785,9 @@ manual macro package template for writing a man page .El .Sh SEE ALSO -.Xr mdoc 7 , .Xr man 1 , -.Xr troff 1 +.Xr troff 1 , +.Xr mdoc 7 .Sh BUGS Undesirable hyphenation on the dash of a flag argument is not yet resolved, and causes |