summaryrefslogtreecommitdiffstats
path: root/share/man/man4/syscons.4
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2000-01-17 14:51:44 +0000
committerasmodai <asmodai@FreeBSD.org>2000-01-17 14:51:44 +0000
commit1ed94bf1b06f65f5c9ca956048211ec4d28afaa3 (patch)
treedfaa04e327d46a14bf283105843e083e5e3f54f7 /share/man/man4/syscons.4
parentf35bf3ff842d4558b659fa292c224bbc7b8c4585 (diff)
downloadFreeBSD-src-1ed94bf1b06f65f5c9ca956048211ec4d28afaa3.zip
FreeBSD-src-1ed94bf1b06f65f5c9ca956048211ec4d28afaa3.tar.gz
Seperate commit from the rest due to the fact that the /& fixing in
this case also corrects the usage of quotes in options.
Diffstat (limited to 'share/man/man4/syscons.4')
-rw-r--r--share/man/man4/syscons.428
1 files changed, 14 insertions, 14 deletions
diff --git a/share/man/man4/syscons.4 b/share/man/man4/syscons.4
index 52dfa50..5f118cb 100644
--- a/share/man/man4/syscons.4
+++ b/share/man/man4/syscons.4
@@ -48,12 +48,12 @@ the console driver
.Cd "options SC_NO_SYSMOUSE"
.Cd "options SC_PIXEL_MODE"
.Cd "options SC_TWOBUTTON_MOUSE
-.Cd "options SC_NORM_ATTR"=\&"_attribute_\&"
-.Cd "options SC_NORM_REV_ATTR"=\&"_attribute_\&"
-.Cd "options SC_KERNEL_CONS_ATTR"=\&"_attribute_\&"
-.Cd "options SC_KERNEL_CONS_REV_ATTR"=\&"_attribute_\&"
+.Cd "options SC_NORM_ATTR=_attribute_"
+.Cd "options SC_NORM_REV_ATTR=_attribute_"
+.Cd "options SC_KERNEL_CONS_ATTR=_attribute_"
+.Cd "options SC_KERNEL_CONS_REV_ATTR=_attribute_"
.Cd "options SC_DFLT_FONT"
-.Cd "makeoptions SC_DFLT_FONT"=\&"_font_name_\&"
+.Cd "makeoptions SC_DFLT_FONT=_font_name_"
.Cd "device sc0 at isa?"
.Sh DESCRIPTION
The
@@ -302,10 +302,10 @@ to use the right button of the mouse to paste text.
See
.Sx Mouse Support and Copy-and-Paste
above.
-.It Em SC_NORM_ATTR=\&"_attribute_\&"
-.It Em SC_NORM_REV_ATTR=\&"_attribute_\&"
-.It Em SC_KERNEL_CONS_ATTR=\&"_attribute_\&"
-.It Em SC_KERNEL_CONS_REV_ATTR=\&"_attribute_\&"
+.It Em SC_NORM_ATTR=_attribute_
+.It Em SC_NORM_REV_ATTR=_attribute_
+.It Em SC_KERNEL_CONS_ATTR=_attribute_
+.It Em SC_KERNEL_CONS_REV_ATTR=_attribute_
These options will set the default colors.
Available colors are defined in
.Pa /usr/include/machine/pc/display.h .
@@ -437,15 +437,15 @@ Note that you cannot put any white space inside the quoted string,
because of the current implementation of
.Xr config 8 .
.Pp
-.Dl "options SC_NORM_ATTR"=\&"(FG_GREEN|BG_BLACK)\&"
-.Dl "options SC_NORM_REV_ATTR"=\&"(FG_YELLOW|BG_GREEN)\&"
+.Dl "options SC_NORM_ATTR=(FG_GREEN|BG_BLACK)
+.Dl "options SC_NORM_REV_ATTR=(FG_YELLOW|BG_GREEN)
.Pp
The following lines will set the default colors of the kernel message.
The kernel message will be printed bright red on black background.
The reversed message will be black on red background.
.Pp
-.Dl "options SC_KERNEL_CONS_ATTR"=\&"(FG_LIGHTRED|BG_BLACK)\&"
-.Dl "options SC_KERNEL_CONS_REV_ATTR"=\&"(FG_BLACK|BG_RED)\&"
+.Dl "options SC_KERNEL_CONS_ATTR=(FG_LIGHTRED|BG_BLACK)
+.Dl "options SC_KERNEL_CONS_REV_ATTR=(FG_BLACK|BG_RED)
.Pp
The following example adds the font files
.Pa cp850-8x16.fnt ,
@@ -455,7 +455,7 @@ and
to the kernel.
.Pp
.Dl "options SC_DFLT_FONT"
-.Dl "makeoptions SC_DFLT_FONT"=\&"cp850\&"
+.Dl "makeoptions SC_DFLT_FONT=cp850
.Dl "device sc0 at isa?
.Pp
.\".Sh DIAGNOSTICS
OpenPOWER on IntegriCloud