summaryrefslogtreecommitdiff
path: root/src/lib/libremessages.1.ronn
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-01-02 11:37:32 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2018-01-02 11:45:15 -0500
commitfd5d2f4178703211c82356b0f6e54d6c9b7eabe7 (patch)
tree90537e883560c8912f91f671a2147fd81717a9b2 /src/lib/libremessages.1.ronn
parent23abe8b1b17e9fc0236d40e9b6e5106a81af5ff3 (diff)
manpage: libremessages(1): Fix typo "EXIT FAILURE"->"EXIT_FAILURE"
This has been sitting uncommitted in my checkout for a while.
Diffstat (limited to 'src/lib/libremessages.1.ronn')
-rw-r--r--src/lib/libremessages.1.ronn6
1 files 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.