diff options
author | Michal Nowak <mnowak@startmail.com> | 2019-06-04 12:07:41 +0200 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2019-06-13 15:07:15 -0400 |
commit | 1f2dca3250468910bc4ef4471eb91650e6a39379 (patch) | |
tree | 46b2928dad8da9e40640602da321bc8f115ac18c /usr/src/man | |
parent | 2da8e96eb94b431165f3682ff0231d2ac4422c94 (diff) | |
download | illumos-gate-1f2dca3250468910bc4ef4471eb91650e6a39379.tar.gz |
11193 cmn_err.9f: UNSUPP: unsupported escape sequences
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/man')
-rw-r--r-- | usr/src/man/man9f/cmn_err.9f | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/src/man/man9f/cmn_err.9f b/usr/src/man/man9f/cmn_err.9f index 9b620c7ff4..d9bf8778a9 100644 --- a/usr/src/man/man9f/cmn_err.9f +++ b/usr/src/man/man9f/cmn_err.9f @@ -188,11 +188,11 @@ is identical to the one described in with additional meaning of the first character affecting where the message will be written: .Bl -tag -width Ds -.It Sy \! +.It \&! The message goes only to the system log. .It Sy ^ The message goes only to the console. -.It Sy \? +.It \&? If .Fa level is also @@ -202,7 +202,7 @@ when the system has been booted in verbose mode. See .Xr kernel 1M . If neither condition is met, the -.Qq Sy \? +.Qq Sy \&? character has no effect and is simply ignored. .El .Pp @@ -353,7 +353,7 @@ This example shows how to use the .Sy %b conversion specification. Because of the leading -.Qq Sy \? +.Qq Sy \&? character in the format string, this message will always be logged, but it will only be displayed when the kernel is booted in verbose mode. .Bd -literal |