From: "Michael Kerrisk (man-pages)" <mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: "Stéphane Aulery" <saulery-GANU6spQydw@public.gmane.org>
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 3/5] hier.7: Specifies the optional directories from those mentioned.
Date: Sun, 22 Mar 2015 16:51:36 +0100 [thread overview]
Message-ID: <550EE508.6080703@gmail.com> (raw)
In-Reply-To: <1426374917-11484-3-git-send-email-saulery-GANU6spQydw@public.gmane.org>
On 03/15/2015 12:15 AM, Stéphane Aulery wrote:
> Signed-off-by: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>
Thanks, Stéphane. Applied.
By the way, please don't put a period at the end of the patch title.
Cheers,
Michael
> ---
> man7/hier.7 | 37 ++++++++++++++++++++-----------------
> 1 file changed, 20 insertions(+), 17 deletions(-)
>
> diff --git a/man7/hier.7 b/man7/hier.7
> index 70945b1..df98f7e 100644
> --- a/man7/hier.7
> +++ b/man7/hier.7
> @@ -89,7 +89,7 @@ Configuration files for the X11 window system (optional).
> On machines with home directories for users, these are usually beneath
> this directory, directly or not.
> The structure of this directory
> -depends on local administration decisions.
> +depends on local administration decisions (optional).
> .TP
> .I /lib
> This directory should hold those shared libraries that are necessary
> @@ -319,20 +319,21 @@ or
> .IR /usr/man .
> .TP
> .I /usr/share/dict
> -Contains the word lists used by spell checkers.
> +Contains the word lists used by spell checkers (optional).
> .TP
> .I /usr/share/doc
> -Documentation about installed programs.
> +Documentation about installed programs (optional).
> .TP
> .I /usr/share/games
> Static data files for games in
> -.IR /usr/games .
> +.I /usr/games
> +(optional).
> .TP
> .I /usr/share/info
> -Info pages go here.
> +Info pages go here (optional).
> .TP
> .I /usr/share/locale
> -Locale information goes here.
> +Locale information goes here (optional).
> .TP
> .I /usr/share/man
> Manual pages go here in subdirectories according to the man page sections.
> @@ -348,25 +349,25 @@ Miscellaneous data that can be shared among different architectures of the
> same OS.
> .TP
> .I /usr/share/nls
> -The message catalogs for native language support go here.
> +The message catalogs for native language support go here (optional).
> .TP
> .I /usr/share/sgml
> -Files for SGML and XML.
> +Files for SGML and XML (optional).
> .TP
> .I /usr/share/terminfo
> -The database for terminfo.
> +The database for terminfo (optional).
> .TP
> .I /usr/share/tmac
> -Troff macros that are not distributed with groff.
> +Troff macros that are not distributed with groff (optional).
> .TP
> .I /usr/share/zoneinfo
> -Files for timezone information.
> +Files for timezone information (optional).
> .TP
> .I /usr/src
> Source files for different parts of the system, included with some packages
> for reference purposes.
> Don't work here with your own projects, as files
> -below /usr should be read-only except when installing software.
> +below /usr should be read-only except when installing software (optional).
> .TP
> .I /usr/src/linux
> This was the traditional place for the kernel source.
> @@ -459,21 +460,22 @@ Spooled jobs for
> .BR cron (8).
> .TP
> .I /var/spool/lpd
> -Spooled files for printing.
> +Spooled files for printing (optional).
> .TP
> .I /var/spool/mail
> Replaced by
> .IR /var/mail .
> .TP
> .I /var/spool/mqueue
> -Queued outgoing mail.
> +Queued outgoing mail (optional).
> .TP
> .I /var/spool/news
> -Spool directory for news.
> +Spool directory for news (optional).
> .TP
> .I /var/spool/rwho
> Spooled files for
> -.BR rwhod (8).
> +.BR rwhod (8)
> +(optional).
> .TP
> .I /var/spool/smail
> Spooled files for the
> @@ -482,7 +484,8 @@ mail delivery program.
> .TP
> .I /var/spool/uucp
> Spooled files for
> -.BR uucp (1).
> +.BR uucp (1)
> +(optional).
> .TP
> .I /var/tmp
> 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-03-22 15:51 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-14 23:15 [PATCH 1/5] hier.7: First patch of a series to achieve compliance with FHS 2.3 Stéphane Aulery
[not found] ` <1426374917-11484-1-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-03-14 23:15 ` [PATCH 2/5] hier.7: Explain YP which is not obvious Stéphane Aulery
[not found] ` <1426374917-11484-2-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-03-22 15:49 ` Michael Kerrisk (man-pages)
2015-03-14 23:15 ` [PATCH 3/5] hier.7: Specifies the optional directories from those mentioned Stéphane Aulery
[not found] ` <1426374917-11484-3-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-03-22 15:51 ` Michael Kerrisk (man-pages) [this message]
[not found] ` <550EE508.6080703-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-03-22 18:13 ` Stéphane Aulery
2015-03-14 23:15 ` [PATCH 4/5] hier.7: SGML and XML directories are separated in FHS 2.3 Stéphane Aulery
[not found] ` <1426374917-11484-4-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-03-22 15:51 ` Michael Kerrisk (man-pages)
2015-03-14 23:15 ` [PATCH 5/5] hier.7: Add missing directories defined by FHS 2.3 (last patch for conformance) Stéphane Aulery
[not found] ` <1426374917-11484-5-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-03-22 15:52 ` Michael Kerrisk (man-pages)
2015-03-22 15:49 ` [PATCH 1/5] hier.7: First patch of a series to achieve compliance with FHS 2.3 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=550EE508.6080703@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).