diff --git a/man/sysusers.d.xml b/man/sysusers.d.xml
index c8f4c9cee7e..fbe97544d76 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.