man: fix quickhelp listing in sysusers.d(5)
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 5 Sep 2020 20:09:02 +0000 (22:09 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 20 Sep 2020 09:37:39 +0000 (11:37 +0200)
Fixes #16958.

(cherry picked from commit fc706b4816f75c01bd78bd5936e5f8740405093a)
(cherry picked from commit 16b9426f7052df4b4d8f313a5f2e0b485bdd5dba)

man/sysusers.d.xml

index f0e0f2bedc1606f38de928da2fa5ed54b0bc64ef..dab7c2fcb5031f92104993541befabbffb3d8717 100644 (file)
     <para><filename>/usr/lib/sysusers.d/*.conf</filename></para>
 
     <programlisting>
-#Type Name       ID                   GECOS                 Home directory Shell
-u     user_name  uid                  "User Description"    /path/to/shell
-u     user_name  uid:gid              -                     -
-u     user_name  /file/owned/by/user  -                     -
-g     group_name gid                  "Group Description"
-g     group_name /file/owned/by/group -
+#Type Name       ID                  GECOS              Home directory Shell
+u     user_name  uid                 "User Description" /home/dir      /path/to/shell
+u     user_name  uid:gid             "User Description" /home/dir      /path/to/shell
+u     user_name  /file/owned/by/user "User Description" /home/dir      /path/to/shell
+g     group_name gid
+g     group_name /file/owned/by/group
 m     user_name  group_name
 r     -          lowest-highest</programlisting>
   </refsynopsisdiv>