changeset 21500:8a4df557a33a

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>
author Michal Nowak <mnowak@startmail.com>
date Tue, 04 Jun 2019 12:07:41 +0200
parents acc15dc1cbd0
children 90ecf0bb0577
files usr/src/man/man9f/cmn_err.9f
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/man/man9f/cmn_err.9f	Tue Jun 04 12:07:02 2019 +0200
+++ b/usr/src/man/man9f/cmn_err.9f	Tue Jun 04 12:07:41 2019 +0200
@@ -188,11 +188,11 @@
 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 @@
 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 @@
 .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