summaryrefslogtreecommitdiffstats
path: root/upstream/debian-unstable/man3/assert_perror.3
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:03 +0000
commit932e4432596447eb9331cc2a2bb74a26a35b4efc (patch)
tree95161711ea07fd64f0c82d6e7943024c033dd5a8 /upstream/debian-unstable/man3/assert_perror.3
parentAdding debian version 4.22.0-1. (diff)
downloadmanpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.tar.xz
manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.zip
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/debian-unstable/man3/assert_perror.3')
-rw-r--r--upstream/debian-unstable/man3/assert_perror.35
1 files changed, 2 insertions, 3 deletions
diff --git a/upstream/debian-unstable/man3/assert_perror.3 b/upstream/debian-unstable/man3/assert_perror.3
index 77d70f1d..ea577d8a 100644
--- a/upstream/debian-unstable/man3/assert_perror.3
+++ b/upstream/debian-unstable/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 2024-05-02 "Linux man-pages 6.8"
.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