diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2020-05-08 12:55:45 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2020-05-08 12:55:45 -0500 |
commit | e6d321bd16c51bb5121356d7a28db2e4f376298a (patch) | |
tree | 53f109ab7b7c52fdbb86a2269fae5a6927f4d392 /libre/systemd | |
parent | 59e26d8ae1229263b38353aa141071a0a8ba6b5f (diff) | |
download | abslibre-e6d321bd16c51bb5121356d7a28db2e4f376298a.tar.gz abslibre-e6d321bd16c51bb5121356d7a28db2e4f376298a.tar.bz2 abslibre-e6d321bd16c51bb5121356d7a28db2e4f376298a.zip |
systemd: Fix 0001-FSDG-man-Refer-to-the-operating-system-as-GNU-Linux.patch
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 |