aboutsummaryrefslogtreecommitdiffstats
path: root/man3/fmtmsg.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-11-02 11:34:24 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-11-02 11:34:24 +0000
commit31e9a9ec99aac99b55b17ca863e657b5f7d7875a (patch)
treee7eb93c03979527205d98975ab542a61a8fd7702 /man3/fmtmsg.3
parente6b40d46c1a36531c24b25997291d88746a42b03 (diff)
downloadman-pages-31e9a9ec99aac99b55b17ca863e657b5f7d7875a.tar.gz
Change itacised function names and page xrefs to bold
Diffstat (limited to 'man3/fmtmsg.3')
-rw-r--r--man3/fmtmsg.314
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/fmtmsg.3 b/man3/fmtmsg.3
index f3f135ac09..cfcadeec48 100644
--- a/man3/fmtmsg.3
+++ b/man3/fmtmsg.3
@@ -176,22 +176,22 @@ severity-keyword,level,printstring
.RE
.sp
then
-.IR fmtmsg ()
+.BR fmtmsg ()
will also accept the indicated values for the level (in addition to
the standard levels 0-4), and use the indicated printstring when
such a level occurs.
.LP
The severity-keyword part is not used by
-.IR fmtmsg ()
+.BR fmtmsg ()
but it has to be present.
The level part is a string representation of a number.
The numeric value must be a number greater than 4.
This value must be used in the severity parameter of
-.IR fmtmsg ()
+.BR fmtmsg ()
to select this class. It is not possible to overwrite
any of the predefined classes. The printstring
is the string printed when a message of this class is processed by
-.IR fmtmsg ().
+.BR fmtmsg ().
.SH "RETURN VALUES"
The function can return 4 values:
.TP 12n
@@ -209,16 +209,16 @@ Error writing to
Error writing to the console.
.SH "CONFORMING TO"
The functions
-.IR fmtmsg ()
+.BR fmtmsg ()
and
-.IR addseverity (),
+.BR addseverity (),
and environment variables
.B MSGVERB
and
.B SEV_LEVEL
come from System V (XPG4-UNIX).
The function
-.IR fmtmsg ()
+.BR fmtmsg ()
and the environment variable
.B MSGVERB
are described in POSIX 1003.1-2001.