From: Zbigniew Jędrzejewski-Szmek Date: Thu, 14 Sep 2017 09:55:34 +0000 (+0200) Subject: man: reformat table in sysusers.d(5) X-Git-Tag: v235~110^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=07970eecbfb64e2e68f3e6ad210085198f3d9ba6;p=platform%2Fupstream%2Fsystemd.git man: reformat table in sysusers.d(5) I think it's quite a bit easier to read in this way. --- diff --git a/man/sysusers.d.xml b/man/sysusers.d.xml index c8f4c9c..fbe9754 100644 --- a/man/sysusers.d.xml +++ b/man/sysusers.d.xml @@ -101,12 +101,12 @@ The file format is one line per user or group containing name, ID, GECOS field description and home directory: - # Type Name ID GECOS -u httpd 440 "HTTP User" -u authd /usr/bin/authd "Authorization user" -g input - - -m authd input -u root 0 "Superuser" /root + #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 Empty lines and lines beginning with the # character are ignored, and may be used for commenting.