aboutsummaryrefslogtreecommitdiffstats
path: root/man3/fmtmsg.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/fmtmsg.3')
-rw-r--r--man3/fmtmsg.38
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/fmtmsg.3 b/man3/fmtmsg.3
index 235a6ada92..281d112484 100644
--- a/man3/fmtmsg.3
+++ b/man3/fmtmsg.3
@@ -242,9 +242,9 @@ main(void)
{
long class = MM_PRINT | MM_SOFT | MM_OPSYS | MM_RECOVER;
int err;
- err = fmtmsg(class, "util-linux:mount", MM_ERROR,
+ err = fmtmsg(class, "util\-linux:mount", MM_ERROR,
"unknown mount option", "See mount(8).",
- "util-linux:mount:017");
+ "util\-linux:mount:017");
switch (err) {
case MM_OK:
break;
@@ -266,8 +266,8 @@ main(void)
.PP
The output should be:
.nf
- util-linux:mount: ERROR: unknown mount option
- TO FIX: See mount(8). util-linux:mount:017
+ util\-linux:mount: ERROR: unknown mount option
+ TO FIX: See mount(8). util\-linux:mount:017
.fi
and after
.nf