diff options
-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 f8a289eba3..3ef3fa2870 100644 --- a/man/systemd-tmpfiles.xml +++ b/man/systemd-tmpfiles.xml @@ -219,7 +219,7 @@ <filename>/usr/include/sysexits.h</filename>). If the configuration was syntactically valid, but could not be executed (lack of permissions, creation of files in missing directories, invalid contents when writing to <filename>/sys/</filename> values, …), <constant>73</constant> is - returned (<constant>EX_DATAERR</constant> from <filename>/usr/include/sysexits.h</filename>). + returned (<constant>EX_CANTCREAT</constant> from <filename>/usr/include/sysexits.h</filename>). Otherwise, <constant>1</constant> is returned (<constant>EXIT_FAILURE</constant> from <filename>/usr/include/stdlib.h</filename>). </para> |