aboutsummaryrefslogtreecommitdiffstats
path: root/man3/addseverity.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/addseverity.3')
-rw-r--r--man3/addseverity.315
1 files changed, 10 insertions, 5 deletions
diff --git a/man3/addseverity.3 b/man3/addseverity.3
index 482310a859..510a1a8054 100644
--- a/man3/addseverity.3
+++ b/man3/addseverity.3
@@ -3,18 +3,24 @@
.\" adapted glibc info page
.\"
.\" polished a little, aeb
-.TH ADDSEVERITY 3 2002-08-07 "GNU" "Linux Programmer's Manual"
+.TH ADDSEVERITY 3 2007-07-26 "GNU" "Linux Programmer's Manual"
.SH NAME
addseverity \- introduce new severity classes
.SH SYNOPSIS
.nf
.sp
-.B #define _SVID_SOURCE
-.br
.B #include <fmtmsg.h>
.sp
.BI "int addseverity(int " severity ", const char *" s );
.fi
+.sp
+.in -4n
+Feature Test Macro Requirements for glibc (see
+.BR feature_test_macros (7)):
+.in
+.sp
+.BR addseverity ():
+_SVID_SOURCE
.SH DESCRIPTION
This function allows the introduction of new severity classes
which can be addressed by the
@@ -56,5 +62,4 @@ systems.
New severity classes can also be added by setting the environment variable
.BR SEV_LEVEL .
.SH "SEE ALSO"
-.BR fmtmsg (3),
-.BR feature_test_macros (7)
+.BR fmtmsg (3)