diff --git a/man/systemd-sysusers.xml b/man/systemd-sysusers.xml index 9011cdb7552..b399b3b04c9 100644 --- a/man/systemd-sysusers.xml +++ b/man/systemd-sysusers.xml @@ -35,23 +35,22 @@ Description - systemd-sysusers creates system users and - groups, based on the file format and location specified in + systemd-sysusers creates system users and groups, based on files in the format + described in sysusers.d5. - If invoked with no arguments, it applies all directives from all files - found in the directories specified by - sysusers.d5. - When invoked with positional arguments, if option - is specified, arguments - specified on the command line are used instead of the configuration file - PATH. Otherwise, just the configuration specified by - the command line arguments is executed. The string - may be - specified instead of a filename to instruct systemd-sysusers - to read the configuration from standard input. If only the basename of a file is - specified, all configuration directories are searched for a matching file and - the file found that has the highest priority is executed. + If invoked with no arguments, it applies all directives from all files found in the directories + specified by + sysusers.d5. When + invoked with positional arguments, if option + is specified, arguments specified on the command line are used instead of the configuration file + PATH. Otherwise, just the configuration specified by the command line + arguments is executed. The string - may be specified instead of a filename to instruct + systemd-sysusers to read the configuration from standard input. If the argument is a + relative path, all configuration directories are searched for a matching file and the file found that has + the highest priority is executed. If the argument is an absolute path, that file is used directly without + searching of the configuration directories.