man: fix quickhelp listing in sysusers.d(5)

Fixes #16958.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2020-09-05 22:09:02 +02:00 committed by Lennart Poettering
parent 26c65933ba
commit fc706b4816
1 changed files with 6 additions and 6 deletions

View File

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