diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-07-15 13:30:35 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-07-15 13:30:35 +0000 |
| commit | ebc2edd17d2eca41d7c36200fda835ee6d0b9e53 (patch) | |
| tree | ec2d1253ac8b2b066343b5fc033431b84e95be4f /man7/man-pages.7 | |
| parent | db55c5c599136de3c6ae7906aac86a0f0e0ac981 (diff) | |
| download | man-pages-ebc2edd17d2eca41d7c36200fda835ee6d0b9e53.tar.gz | |
A list of standards in the CONFORMING TO list should be terminated by a period.
The list of pages in a SEE ALSO list should not be terminated by a period.
Diffstat (limited to 'man7/man-pages.7')
| -rw-r--r-- | man7/man-pages.7 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/man7/man-pages.7 b/man7/man-pages.7 index 003c8a6012..4a5a17405c 100644 --- a/man7/man-pages.7 +++ b/man7/man-pages.7 @@ -355,6 +355,10 @@ but isn't in the current version of POSIX.1.) If the call is not governed by any standards but commonly exists on other systems, note them. If the call is Linux-specific, note this. + +If this section consists of just a list of standards +(which it commonly does), +terminate the list with a period (\(aq.\(aq). .TP .B NOTES provides miscellaneous notes. @@ -382,9 +386,11 @@ If you are the author of a device driver and want to include an address for reporting bugs, place this under the BUGS section. .TP .B SEE ALSO -lists related man pages, ordered by section number and +provides a comma-seprated list of related man pages, +ordered by section number and then alphabetically by name, possibly followed by other related pages or documents. +Do not terminate this with a period. .SS Font conventions .PP For functions, the arguments are always specified using italics, |
