man-pages.7: Improve description of sections in accordance with intro pages

Signed-off-by: Stéphane Aulery <saulery@free.fr>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Stéphane Aulery 2015-02-27 01:26:16 +01:00 committed by Michael Kerrisk
parent f8db29e89c
commit db6642bdb2
1 changed files with 13 additions and 11 deletions

View File

@ -48,32 +48,34 @@ for authors writing man pages for other projects.
.PP .PP
The manual Sections are traditionally defined as follows: The manual Sections are traditionally defined as follows:
.TP 10 .TP 10
.B 1 Commands (Programs) .B 1 User commands (Programs)
Those commands that can be executed by the user from within Those commands that can be executed by the user from within
a shell. a shell.
.TP .TP
.B 2 System calls .B 2 System calls
Those functions which must be performed by the kernel. Those functions which wrap operations performed by the kernel.
.TP .TP
.B 3 Library calls .B 3 Library calls
Most of the All library functions excluding the system call wrappers
(Most of the
.I libc .I libc
functions. functions).
.TP .TP
.B 4 Special files (devices) .B 4 Special files (devices)
Files found in Files found in
.IR /dev . .I /dev
which allow to access to devices through the kernel.
.TP .TP
.B 5 File formats and conventions .B 5 File formats and configuration
The format for Describes various human-readable file formats and configuration files.
.I /etc/passwd
and other human-readable files.
.TP .TP
.B 6 Games .B 6 Games
Games and funny little programs available on the system.
.TP .TP
.B 7 Overview, conventions, and miscellaneous .B 7 Overview, conventions, and miscellaneous
Overviews of various topics, conventions and protocols, Overviews or descriptions of various topics, conventions and protocols,
character set standards, and miscellaneous other things. character set standards, the standard filesystem layout, and miscellaneous
other things.
.TP .TP
.B 8 System management commands .B 8 System management commands
Commands like Commands like