summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-tumbleweed/man3head/sysexits.h.3head
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:33 +0000
commit2c3307fb903f427be3d021c5780b75cac9af2ce8 (patch)
tree65cf431f40b7481d81ae2dfce9576342686448f7 /upstream/opensuse-tumbleweed/man3head/sysexits.h.3head
parentReleasing progress-linux version 4.22.0-1~progress7.99u1. (diff)
downloadmanpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.tar.xz
manpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.zip
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/opensuse-tumbleweed/man3head/sysexits.h.3head')
-rw-r--r--upstream/opensuse-tumbleweed/man3head/sysexits.h.3head12
1 files changed, 6 insertions, 6 deletions
diff --git a/upstream/opensuse-tumbleweed/man3head/sysexits.h.3head b/upstream/opensuse-tumbleweed/man3head/sysexits.h.3head
index a1b8d08d..93cd3f0f 100644
--- a/upstream/opensuse-tumbleweed/man3head/sysexits.h.3head
+++ b/upstream/opensuse-tumbleweed/man3head/sysexits.h.3head
@@ -8,7 +8,7 @@
.\"
.\" Rewritten for the Linux man-pages by Alejandro Colomar
.\"
-.TH sysexits.h 3head 2023-03-30 "Linux man-pages 6.05.01"
+.TH sysexits.h 3head 2024-05-02 "Linux man-pages (unreleased)"
.SH NAME
sysexits.h \- exit codes for programs
.SH LIBRARY
@@ -23,11 +23,11 @@ lB2 lB2 l1 lX.
#define EX_OK 0 /* T{
successful termination */
T}
-.PP
+.P
#define EX__BASE 64 /* T{
base value for error messages */
T}
-.PP
+.P
#define EX_USAGE 64 /* T{
command line usage error */
T}
@@ -73,7 +73,7 @@ T}
#define EX_CONFIG 78 /* T{
configuration error */
T}
-.PP
+.P
.T&
lB2 l2 l1 lX.
#define EX__MAX ... /* T{
@@ -82,7 +82,7 @@ T}
.TE
.SH DESCRIPTION
A few programs exit with the following error codes.
-.PP
+.P
The successful exit is always indicated by a status of
.BR 0 ,
or
@@ -181,7 +181,7 @@ but rather for higher level permissions.
.TP
.B EX_CONFIG
Something was found in an unconfigured or misconfigured state.
-.PP
+.P
The numerical values corresponding to the symbolical ones
are given in parenthesis for easy reference.
.SH STANDARDS