aboutsummaryrefslogtreecommitdiffstats
path: root/man3/fmtmsg.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-05-19 04:30:20 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-05-19 04:30:20 +0000
commit2b2581ee37f080c0a95d20aedecd5cb04e81ef4a (patch)
tree4ce1a3bcc3cd8793e50f48abba8eab04c8e7ea07 /man3/fmtmsg.3
parent2dd578fd5b80cbfe5892b200633aa1442c4ac674 (diff)
downloadman-pages-2b2581ee37f080c0a95d20aedecd5cb04e81ef4a.tar.gz
Fix inconsistencies in order of .SH sections
Diffstat (limited to 'man3/fmtmsg.3')
-rw-r--r--man3/fmtmsg.330
1 files changed, 15 insertions, 15 deletions
diff --git a/man3/fmtmsg.3 b/man3/fmtmsg.3
index 0623a0b3f5..1d99b2623f 100644
--- a/man3/fmtmsg.3
+++ b/man3/fmtmsg.3
@@ -143,6 +143,21 @@ Using
or the environment variable
.B SEV_LEVEL
you can add more levels and strings to print.
+.SH "RETURN VALUE"
+The function can return 4 values:
+.TP 12n
+.B MM_OK
+Everything went smooth.
+.TP
+.B MM_NOTOK
+Complete failure.
+.TP
+.B MM_NOMSG
+Error writing to
+.IR stderr .
+.TP
+.B MM_NOCON
+Error writing to the console.
.SH ENVIRONMENT
The environment variable
.B MSGVERB
@@ -198,21 +213,6 @@ any of the predefined classes.
The printstring
is the string printed when a message of this class is processed by
.BR fmtmsg ().
-.SH "RETURN VALUE"
-The function can return 4 values:
-.TP 12n
-.B MM_OK
-Everything went smooth.
-.TP
-.B MM_NOTOK
-Complete failure.
-.TP
-.B MM_NOMSG
-Error writing to
-.IR stderr .
-.TP
-.B MM_NOCON
-Error writing to the console.
.SH "CONFORMING TO"
The functions
.BR fmtmsg ()