From fd5d2f4178703211c82356b0f6e54d6c9b7eabe7 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 2 Jan 2018 11:37:32 -0500 Subject: manpage: libremessages(1): Fix typo "EXIT FAILURE"->"EXIT_FAILURE" This has been sitting uncommitted in my checkout for a while. --- src/lib/libremessages.1.ronn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/libremessages.1.ronn b/src/lib/libremessages.1.ronn index 538a9b4..9c9377e 100644 --- a/src/lib/libremessages.1.ronn +++ b/src/lib/libremessages.1.ronn @@ -39,9 +39,9 @@ They are marked as readonly, so it is an error to try to set them afterwards. The following variables for numeric exit codes are set: a basic -`EXIT_TRUE=0` and `EXIT_FALSE=1`, and well as several based on -the [LSB recommendations for SysV init scripts][1]: `EXIT_SUCCESS`, -`EXIT FAILURE`, `EXIT_INVALIDARGUMENT`, `EXIT_NOTIMPLEMENTED`, +`EXIT_TRUE=0` and `EXIT_FALSE=1`, as well as several based on the +[LSB recommendations for SysV init scripts][1]: `EXIT_SUCCESS`, `EXIT +FAILURE`, `EXIT_INVALIDARGUMENT`, `EXIT_NOTIMPLEMENTED`, `EXIT_NOPERMISSION`, `EXIT_NOTINSTALLED`, and `EXIT_NOTCONFIGURED`. They are marked as readonly, so it is an error to try to set them afterwards. -- cgit v1.2.2