summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/fmtmsg.3
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-12-04 18:57:46 +0000
committerru <ru@FreeBSD.org>2002-12-04 18:57:46 +0000
commitea13b9803b8a849cb95aa4a9b15b1f007b9fd3b0 (patch)
tree98ead4f30dc156961d0a69e06b26fd806200f3b6 /lib/libc/gen/fmtmsg.3
parent23c63c0ea95f425ca7f300fe99237f7041b547bf (diff)
downloadFreeBSD-src-ea13b9803b8a849cb95aa4a9b15b1f007b9fd3b0.zip
FreeBSD-src-ea13b9803b8a849cb95aa4a9b15b1f007b9fd3b0.tar.gz
Consistently mark std(in|out|err) with .Dv, because that's how they
are marked up in stdio(3), and because they are defined expressions of type "FILE *". Approved by: re
Diffstat (limited to 'lib/libc/gen/fmtmsg.3')
-rw-r--r--lib/libc/gen/fmtmsg.312
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/gen/fmtmsg.3 b/lib/libc/gen/fmtmsg.3
index 8ecd8aa..7995d7b 100644
--- a/lib/libc/gen/fmtmsg.3
+++ b/lib/libc/gen/fmtmsg.3
@@ -45,7 +45,7 @@ The
.Fn fmtmsg
function displays a detailed diagnostic message, based on
the supplied arguments, to
-.Em stderr
+.Dv stderr
and/or the system console.
.Pp
The
@@ -64,7 +64,7 @@ may be specified.
.Bl -tag -width ".Dv MM_CONSOLE"
.It Dv MM_PRINT
Output should take place on
-.Em stderr .
+.Dv stderr .
.It Dv MM_CONSOLE
Output should take place on the system console.
.El
@@ -169,13 +169,13 @@ function returns
upon success,
.Dv MM_NOMSG
to indicate output to
-.Em stderr
+.Dv stderr
failed,
.Dv MM_NOCON
to indicate output to the system console failed, or
.Dv MM_NOTOK
to indicate output to
-.Em stderr
+.Dv stderr
and the system console failed.
.Sh ENVIRONMENT
The
@@ -184,7 +184,7 @@ The
environment variable specifies which arguments to
.Fn fmtmsg
will be output to
-.Em stderr ,
+.Dv stderr ,
and in which order.
.Ev MSGVERB
should be a colon
@@ -214,7 +214,7 @@ TO FIX: refer to manual BSD:ls:001
.Ed
.Pp
to
-.Em stderr .
+.Dv stderr .
.Pp
The same code, with
.Ev MSGVERB
OpenPOWER on IntegriCloud