diff options
Diffstat (limited to 'libre/systemd')
-rw-r--r-- | libre/systemd/0001-FSDG-man-Refer-to-the-operating-system-as-GNU-Linux.patch | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/libre/systemd/0001-FSDG-man-Refer-to-the-operating-system-as-GNU-Linux.patch b/libre/systemd/0001-FSDG-man-Refer-to-the-operating-system-as-GNU-Linux.patch index c626c48cc..c5878b939 100644 --- a/libre/systemd/0001-FSDG-man-Refer-to-the-operating-system-as-GNU-Linux.patch +++ b/libre/systemd/0001-FSDG-man-Refer-to-the-operating-system-as-GNU-Linux.patch @@ -190,15 +190,15 @@ diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 3bd790b485..a532b74a6e 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml -@@ -191,7 +191,7 @@ - which must be one of a-z, A-Z or <literal>_</literal> (i.e. numbers and <literal>-</literal> are not permitted - as first character). The user/group name must have at least one character, and at most 31. These restrictions - are enforced in order to avoid ambiguities and to ensure user/group names and unit files remain portable among -- Linux systems.</para> -+ GNU/Linux systems.</para> - - <para>When used in conjunction with <varname>DynamicUser=</varname> the user/group name specified is - dynamically allocated at the time the service is started, and released at the time the service is stopped — +@@ -223,7 +223,7 @@ + <literal>-</literal>, except for the first character which must be one of a-z, A-Z and + <literal>_</literal> (i.e. digits and <literal>-</literal> are not permitted as first character). The + user/group name must have at least one character, and at most 31. These restrictions are made in +- order to avoid ambiguities and to ensure user/group names and unit files remain portable among Linux ++ order to avoid ambiguities and to ensure user/group names and unit files remain portable among GNU/Linux + systems. For further details on the names accepted and the names warned about see <ulink + url="https://systemd.io/USER_NAMES">User/Group Name Syntax</ulink>.</para> + diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index 19c2ca9907..5fd6c1598f 100644 --- a/man/systemd.socket.xml |