summaryrefslogtreecommitdiffstats
path: root/man3/assert_perror.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--man3/assert_perror.35
1 files changed, 2 insertions, 3 deletions
diff --git a/man3/assert_perror.3 b/man3/assert_perror.3
index 77d70f1..cde8024 100644
--- a/man3/assert_perror.3
+++ b/man3/assert_perror.3
@@ -6,7 +6,7 @@
.\" This replaces an earlier man page written by Walter Harms
.\" <walter.harms@informatik.uni-oldenburg.de>.
.\"
-.TH assert_perror 3 2023-07-20 "Linux man-pages 6.05.01"
+.TH assert_perror 3 2023-10-31 "Linux man-pages 6.7"
.SH NAME
assert_perror \- test errnum and abort
.SH LIBRARY
@@ -16,7 +16,7 @@ Standard C library
.nf
.BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */"
.B #include <assert.h>
-.PP
+.P
.BI "void assert_perror(int " errnum );
.fi
.SH DESCRIPTION
@@ -54,7 +54,6 @@ T{
.BR assert_perror ()
T} Thread safety MT-Safe
.TE
-.sp 1
.SH STANDARDS
GNU.
.SH BUGS