From: Yu Watanabe Date: Fri, 5 Oct 2018 09:33:40 +0000 (+0900) Subject: man: fix explanation about UID/GID field in tmpfiles.d(5) X-Git-Tag: v240~626 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a89c5392d90d0a906debec729e3ccf7b5f63b09;p=thirdparty%2Fsystemd.git man: fix explanation about UID/GID field in tmpfiles.d(5) Fixes #9495. --- diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 9907dc6b9a3..814a01240a8 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -493,16 +493,11 @@ w- /proc/sys/vm/swappiness - - - - 10 UID, GID - The user and group to use for this file or directory. This - may either be a numeric user/group ID or a user or group - name. If omitted or when set to -, the - default 0 (root) is used. For z and - Z lines, when omitted or when set to - -, the file ownership will not be - modified. These parameters are ignored for x, - r, R, - L, t, and - a lines. + The user and group to use for this file or directory. This may either be a numeric user/group ID or a user or group + name. If omitted or when set to -, the user/group ID of the user who invokes systemd-tmpfiles is used. + For z and Z lines, when omitted or when set to -, the file ownership will not be + modified. These parameters are ignored for x, r, R, L, + t, and a lines.