From da6c7806fd6b984e98621a844305b2128b897a39 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Tue, 22 May 2018 15:56:53 +0100 Subject: [PATCH] tmpfiles: fix documented constant for exit code 73 sysexits.h has: #define EX_CANTCREAT 73 /* can't create (user) output file */ EX_DATAERR is a copy-paste error from the previous sentence, which is correct. --- man/systemd-tmpfiles.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ /usr/include/sysexits.h). 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 /sys/ values, …), 73 is - returned (EX_DATAERR from /usr/include/sysexits.h). + returned (EX_CANTCREAT from /usr/include/sysexits.h). Otherwise, 1 is returned (EXIT_FAILURE from /usr/include/stdlib.h). -- 2.25.1