diff options
Diffstat (limited to '')
-rw-r--r-- | man3const/EXIT_SUCCESS.3const | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3const/EXIT_SUCCESS.3const b/man3const/EXIT_SUCCESS.3const index b9e4c9a..515305f 100644 --- a/man3const/EXIT_SUCCESS.3const +++ b/man3const/EXIT_SUCCESS.3const @@ -3,7 +3,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH EXIT_SUCCESS 3const 2023-05-03 "Linux man-pages 6.05.01" +.TH EXIT_SUCCESS 3const 2023-10-31 "Linux man-pages 6.7" .SH NAME EXIT_SUCCESS, EXIT_FAILURE \- termination status constants .SH LIBRARY @@ -12,7 +12,7 @@ Standard C library .SH SYNOPSIS .nf .B #include <stdlib.h> -.PP +.P .BR "#define EXIT_SUCCESS " 0 .BR "#define EXIT_FAILURE " "/* nonzero */" .fi |