summaryrefslogtreecommitdiffstats
path: root/man3/assert_perror.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/assert_perror.3')
-rw-r--r--man3/assert_perror.310
1 files changed, 4 insertions, 6 deletions
diff --git a/man3/assert_perror.3 b/man3/assert_perror.3
index df35b9ffb..77d70f1db 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 2022-12-15 "Linux man-pages 6.03"
+.TH assert_perror 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
assert_perror \- test errnum and abort
.SH LIBRARY
@@ -43,22 +43,20 @@ No value is returned.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
-.ad l
-.nh
.TS
allbox;
lbx lb lb
l l l.
Interface Attribute Value
T{
+.na
+.nh
.BR assert_perror ()
T} Thread safety MT-Safe
.TE
-.hy
-.ad
.sp 1
.SH STANDARDS
-This is a GNU extension.
+GNU.
.SH BUGS
The purpose of the assert macros is to help programmers find bugs in
their programs, things that cannot happen unless there was a coding mistake.