linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
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 4/5] hier.7: SGML and XML directories are separated in FHS 2.3
Date: Sun, 22 Mar 2015 16:51:46 +0100	[thread overview]
Message-ID: <550EE512.9080604@gmail.com> (raw)
In-Reply-To: <1426374917-11484-4-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.

Cheers,

Michael

> ---
>  man7/hier.7 | 10 ++++++++--
>  1 file changed, 8 insertions(+), 2 deletions(-)
> 
> diff --git a/man7/hier.7 b/man7/hier.7
> index df98f7e..70ada3c 100644
> --- a/man7/hier.7
> +++ b/man7/hier.7
> @@ -76,7 +76,7 @@ in
>  .IR /opt .
>  .TP
>  .I /etc/sgml
> -This directory contains the configuration files for SGML and XML (optional).
> +This directory contains the configuration files for SGML (optional).
>  .TP
>  .I /etc/skel
>  When a new user account is created, files from this directory are
> @@ -85,6 +85,9 @@ usually copied into the user's home directory.
>  .I /etc/X11
>  Configuration files for the X11 window system (optional).
>  .TP
> +.I /etc/xml
> +This directory contains the configuration files for XML (optional).
> +.TP
>  .I /home
>  On machines with home directories for users, these are usually beneath
>  this directory, directly or not.
> @@ -352,7 +355,7 @@ same OS.
>  The message catalogs for native language support go here (optional).
>  .TP
>  .I /usr/share/sgml
> -Files for SGML and XML (optional).
> +Files for SGML (optional).
>  .TP
>  .I /usr/share/terminfo
>  The database for terminfo (optional).
> @@ -360,6 +363,9 @@ The database for terminfo (optional).
>  .I /usr/share/tmac
>  Troff macros that are not distributed with groff (optional).
>  .TP
> +.I /usr/share/xml
> +Files for XML (optional).
> +.TP
>  .I /usr/share/zoneinfo
>  Files for timezone information (optional).
>  .TP
> 


-- 
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

  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)
     [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) [this message]
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=550EE512.9080604@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).