From: Seth McDonald Date: Mon, 5 Jan 2026 09:18:45 +0000 (+1000) Subject: man/man3const/EXIT_SUCCESS.3const: HISTORY: Split EXIT_SUCCESS(3const) and EXIT_FAILU... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c11dfe5f57b3416e967d2ffb2e4f154a7c7f445;p=thirdparty%2Fman-pages.git man/man3const/EXIT_SUCCESS.3const: HISTORY: Split EXIT_SUCCESS(3const) and EXIT_FAILURE(3const) Signed-off-by: Seth McDonald Message-ID: <25f4fa02d9413de36de8688b300df5e1c73d0565.1767599119.git.sethmcmail@pm.me> Signed-off-by: Alejandro Colomar --- diff --git a/man/man3const/EXIT_SUCCESS.3const b/man/man3const/EXIT_SUCCESS.3const index 7f5f6030d..a88422e7d 100644 --- a/man/man3const/EXIT_SUCCESS.3const +++ b/man/man3const/EXIT_SUCCESS.3const @@ -27,7 +27,14 @@ function. .SH STANDARDS C11, POSIX.1-2024. .SH HISTORY -C89, POSIX.1-2001. +.TP +.B EXIT_SUCCESS +C89, +POSIX.1-2001. +.TP +.B EXIT_FAILURE +C89, +POSIX.1-2001. .SH EXAMPLES .\" SRC BEGIN (EXIT_SUCCESS.c) .EX