From: "Michael Kerrisk (man-pages)" <mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: saulery-GANU6spQydw@public.gmane.org
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [patch] man-pages.7: improve the definition of sections in accordance with intro pages
Date: Fri, 27 Feb 2015 08:36:00 +0100 [thread overview]
Message-ID: <54F01E60.2080407@gmail.com> (raw)
In-Reply-To: <1424996777-10600-3-git-send-email-saulery-GANU6spQydw@public.gmane.org>
On 02/27/2015 01:26 AM, saulery-GANU6spQydw@public.gmane.org wrote:
> From: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>
Thanks, Stéphane. Applied.
Cheers,
Michael
> Signed-off-by: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>
> ---
> man7/man-pages.7 | 24 +++++++++++++-----------
> 1 file changed, 13 insertions(+), 11 deletions(-)
>
> diff --git a/man7/man-pages.7 b/man7/man-pages.7
> index ceead84..e17434e 100644
> --- a/man7/man-pages.7
> +++ b/man7/man-pages.7
> @@ -48,32 +48,34 @@ for authors writing man pages for other projects.
> .PP
> The manual Sections are traditionally defined as follows:
> .TP 10
> -.B 1 Commands (Programs)
> +.B 1 User commands (Programs)
> Those commands that can be executed by the user from within
> a shell.
> .TP
> .B 2 System calls
> -Those functions which must be performed by the kernel.
> +Those functions which wrap operations performed by the kernel.
> .TP
> .B 3 Library calls
> -Most of the
> +All library functions excluding the system call wrappers
> +(Most of the
> .I libc
> -functions.
> +functions).
> .TP
> .B 4 Special files (devices)
> Files found in
> -.IR /dev .
> +.I /dev
> +which allow to access to devices through the kernel.
> .TP
> -.B 5 File formats and conventions
> -The format for
> -.I /etc/passwd
> -and other human-readable files.
> +.B 5 File formats and configuration
> +Describes various human-readable file formats and configuration files.
> .TP
> .B 6 Games
> +Games and funny little programs available on the system.
> .TP
> .B 7 Overview, conventions, and miscellaneous
> -Overviews of various topics, conventions and protocols,
> -character set standards, and miscellaneous other things.
> +Overviews or descriptions of various topics, conventions and protocols,
> +character set standards, the standard filesystem layout, and miscellaneous
> +other things.
> .TP
> .B 8 System management commands
> Commands like
>
--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2015-02-27 7:36 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-27 0:26 [patch] intro.8: tfix saulery-GANU6spQydw
[not found] ` <1424996777-10600-1-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-02-27 0:26 ` [patch] intro.2: tfix saulery-GANU6spQydw
[not found] ` <1424996777-10600-2-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-02-27 6:39 ` Michael Kerrisk (man-pages)
2015-02-27 0:26 ` [patch] man-pages.7: improve the definition of sections in accordance with intro pages saulery-GANU6spQydw
[not found] ` <1424996777-10600-3-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-02-27 7:36 ` Michael Kerrisk (man-pages) [this message]
2015-02-27 0:26 ` [patch] intro.1: Improve help for newcommers saulery-GANU6spQydw
[not found] ` <1424996777-10600-4-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-03-04 8:01 ` Michael Kerrisk (man-pages)
[not found] ` <54F6BBC0.4010401-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-03-09 20:26 ` [PATCH] intro.1: some improvements Stéphane Aulery
[not found] ` <1425932797-16050-1-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-03-10 6:09 ` Michael Kerrisk (man-pages)
[not found] ` <54FE8A86.9040405-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-03-10 7:40 ` Stéphane Aulery
[not found] ` <20150310074041.GA1627-GANU6spQydw@public.gmane.org>
2015-03-10 8:53 ` Michael Kerrisk (man-pages)
[not found] ` <54FEB103.6070200-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-03-10 21:06 ` [PATCH] intro.1: Fix errors introduced by the commit 6732bb8b0d550262dbd73de4d0789dd9f9ad294b Stéphane Aulery
[not found] ` <1426021565-2106-1-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-03-11 5:51 ` Michael Kerrisk (man-pages)
2015-03-10 22:30 ` [PATCH] intro.1: some improvements Stéphane Aulery
2015-02-27 6:39 ` [patch] intro.8: tfix Michael Kerrisk (man-pages)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54F01E60.2080407@gmail.com \
--to=mtk.manpages-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
--cc=linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=saulery-GANU6spQydw@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.