diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-19 20:39:00 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-19 20:39:00 +0200 |
commit | c8115977bfb4ffed885d37831db995776dbe6191 (patch) | |
tree | 3f39fe994868565621b5022cd5e58b102a4ff692 | |
parent | bf1ae29f21d7ccede728bf1ee16552c2a355a85b (diff) | |
parent | f17fd655144d080279b0c14d973b9db169a88976 (diff) |
Merge pull request #1612 from evverx/man-systemd-tmpfiles
man: systemd-tmpfiles requires absolute filenames
-rw-r--r-- | man/systemd-tmpfiles.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-tmpfiles.xml b/man/systemd-tmpfiles.xml index ceec06f840..447a7eaa17 100644 --- a/man/systemd-tmpfiles.xml +++ b/man/systemd-tmpfiles.xml @@ -76,7 +76,7 @@ </para> <para>If invoked with no arguments, it applies all directives from - all configuration files. If one or more filenames are passed on + all configuration files. If one or more absolute filenames are passed on the command line, only the directives in these files are applied. If only the basename of a configuration file is specified, all configuration directories as specified in |