Skip to content

Commit 07970ee

Browse files
committed
man: reformat table in sysusers.d(5)
I think it's quite a bit easier to read in this way.
1 parent 8165be2 commit 07970ee

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

man/sysusers.d.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,12 @@
101101
<para>The file format is one line per user or group containing
102102
name, ID, GECOS field description and home directory:</para>
103103

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>
104+
<programlisting>#Type Name ID GECOS Home directory
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>
110110

111111
<para>Empty lines and lines beginning with the <literal>#</literal> character are ignored, and may be used for
112112
commenting.</para>

0 commit comments

Comments
 (0)