diff options
author | yokota <yokota@FreeBSD.org> | 1999-11-09 00:39:55 +0000 |
---|---|---|
committer | yokota <yokota@FreeBSD.org> | 1999-11-09 00:39:55 +0000 |
commit | 92e43b67476e9898be13ca7cf6d1a35f5f5b1721 (patch) | |
tree | 787fe523dca841637708ef06f7fd3f9b326077f0 /sys/conf/NOTES | |
parent | 21f1d38d7df03523cf3bb43777199458aa51a7d6 (diff) | |
download | FreeBSD-src-92e43b67476e9898be13ca7cf6d1a35f5f5b1721.zip FreeBSD-src-92e43b67476e9898be13ca7cf6d1a35f5f5b1721.tar.gz |
Cosmetic change: correct formatting error in my previous commit.
"Options" should be:
options<ascii space><tab>OPTION_NAME
Pointed out by: obrien
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r-- | sys/conf/NOTES | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 11f9316..dce2d43 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -983,14 +983,14 @@ options SC_MOUSE_CHAR=0x3 # char code for text mode mouse cursor options SC_PIXEL_MODE # add support for the raster text mode # The following options will let you change the default colors of syscons. -options SC_NORM_ATTR="(FG_GREEN|BG_BLACK)" -options SC_NORM_REV_ATTR="(FG_YELLOW|BG_GREEN)" -options SC_KERNEL_CONS_ATTR="(FG_RED|BG_BLACK)" -options SC_KERNEL_CONS_REV_ATTR="(FG_BLACK|BG_RED)" +options SC_NORM_ATTR="(FG_GREEN|BG_BLACK)" +options SC_NORM_REV_ATTR="(FG_YELLOW|BG_GREEN)" +options SC_KERNEL_CONS_ATTR="(FG_RED|BG_BLACK)" +options SC_KERNEL_CONS_REV_ATTR="(FG_BLACK|BG_RED)" # If you have a two button mouse, you may want to add the following option # to use the right button of the mouse to paste text. -options SC_TWOBUTTON_MOUSE +options SC_TWOBUTTON_MOUSE # You can selectively disable features in syscons. options SC_NO_CUTPASTE |