We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8165be2 commit 07970eeCopy full SHA for 07970ee
man/sysusers.d.xml
@@ -101,12 +101,12 @@
101
<para>The file format is one line per user or group containing
102
name, ID, GECOS field description and home directory:</para>
103
104
- <programlisting># Type Name ID GECOS
105
-u httpd 440 "HTTP User"
106
-u authd /usr/bin/authd "Authorization user"
107
-g input - -
108
-m authd input
109
-u root 0 "Superuser" /root</programlisting>
+ <programlisting>#Type Name ID GECOS Home directory
+u httpd 440 "HTTP User"
+u authd /usr/bin/authd "Authorization user"
+g input - -
+m authd input
+u root 0 "Superuser" /root</programlisting>
110
111
<para>Empty lines and lines beginning with the <literal>#</literal> character are ignored, and may be used for
112
commenting.</para>
0 commit comments