diff options
Diffstat (limited to 'man3/assert_perror.3')
-rw-r--r-- | man3/assert_perror.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/assert_perror.3 b/man3/assert_perror.3 index ad5c4937..73994535 100644 --- a/man3/assert_perror.3 +++ b/man3/assert_perror.3 @@ -52,9 +52,9 @@ is nonzero. The message contains the filename, function name and line number of the macro call, and the output of .IR strerror(errnum) . -.SH "RETURN VALUE" +.SH RETURN VALUE No value is returned. -.SH "CONFORMING TO" +.SH CONFORMING TO This is a GNU extension. .SH BUGS The purpose of the assert macros is to help the programmer find bugs in @@ -66,7 +66,7 @@ Not by an assert, where the test goes away when is defined, but by proper error handling code. Never use this macro. -.SH "SEE ALSO" +.SH SEE ALSO .BR abort (3), .BR assert (3), .BR exit (3), |