summaryrefslogtreecommitdiffstats
path: root/man3/error.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/error.3')
-rw-r--r--man3/error.315
1 files changed, 8 insertions, 7 deletions
diff --git a/man3/error.3 b/man3/error.3
index 0c8f56472..1b12a60a9 100644
--- a/man3/error.3
+++ b/man3/error.3
@@ -25,7 +25,7 @@
.\"
.\" References:
.\" glibc manual and source
-.TH error 3 2022-12-15 "Linux man-pages 6.03"
+.TH error 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
error, error_at_line, error_message_count, error_one_per_line,
error_print_progname \- glibc error reporting functions
@@ -124,24 +124,26 @@ The function should print a suitable string to
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
-.ad l
-.nh
.TS
allbox;
lb lb lbx
l l l.
Interface Attribute Value
T{
+.na
+.nh
.BR error ()
T} Thread safety MT-Safe locale
T{
+.na
+.nh
.BR error_at_line ()
T} Thread safety T{
+.na
+.nh
MT-Unsafe\ race: error_at_line/\:error_one_per_line locale
T}
.TE
-.hy
-.ad
.sp 1
.PP
The internal
@@ -160,8 +162,7 @@ After that,
is very much like
.BR error ().
.SH STANDARDS
-These functions and variables are GNU extensions, and should not be
-used in programs intended to be portable.
+GNU.
.SH SEE ALSO
.BR err (3),
.BR errno (3),