summaryrefslogtreecommitdiffstats
path: root/share/man/man4/syscons.4
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-08-27 08:05:52 +0000
committersobomax <sobomax@FreeBSD.org>2001-08-27 08:05:52 +0000
commit0a4239a626f7ef0e3ef514b2cf3e230c60e8deda (patch)
treed26c4c9cbc226dcb4a5d002f8c27a078ccf0e3e6 /share/man/man4/syscons.4
parent571547c0232dd3f858df03525e1c201ce32e419f (diff)
downloadFreeBSD-src-0a4239a626f7ef0e3ef514b2cf3e230c60e8deda.zip
FreeBSD-src-0a4239a626f7ef0e3ef514b2cf3e230c60e8deda.tar.gz
- Add missed closing `"';
- mention koi8-u and cp866u fonts; - describe 1024-byte limit on amount of data that is possible to paste from the syscons cut buffer. MFC after: 1 day
Diffstat (limited to 'share/man/man4/syscons.4')
-rw-r--r--share/man/man4/syscons.416
1 files changed, 11 insertions, 5 deletions
diff --git a/share/man/man4/syscons.4 b/share/man/man4/syscons.4
index f5f6397..7bb612a 100644
--- a/share/man/man4/syscons.4
+++ b/share/man/man4/syscons.4
@@ -46,7 +46,7 @@
.Cd "options SC_NO_PALETTE_LOADING"
.Cd "options SC_NO_SYSMOUSE"
.Cd "options SC_PIXEL_MODE"
-.Cd "options SC_TWOBUTTON_MOUSE
+.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_"
@@ -316,9 +316,9 @@ See
below.
.It Dv SC_DFLT_FONT
This option will specify the default font.
-Available fonts are: iso, iso2, koi8-r, cp437, cp850, cp865 and cp866.
-16-line, 14-line and 8-line font data will be compiled in.
-Without this option, the
+Available fonts are: iso, iso2, koi8-r, koi8-u, cp437, cp850, cp865,
+cp866 and cp866u. 16-line, 14-line and 8-line font data will be
+compiled in. Without this option, the
.Nm
driver will use whatever font already loaded in the video card,
unless you explicitly load software font at startup.
@@ -471,7 +471,13 @@ to the kernel.
.Dl "device sc0 at isa?
.Pp
.\".Sh DIAGNOSTICS
-.\".Sh CAVEATS
+.Sh CAVEATS
+Amount of data that is possible to insert from the cut buffer is limited
+by the
+.Pf \&{ Dv MAX_INPUT Ns \&} ,
+a system limit on the number of bytes that may be stored in the terminal
+input queue - usually 1024 bytes
+.Pq see Xr termios 4 .
.Sh BUGS
This manual page is incomplete and urgently needs revision.
.Sh SEE ALSO
OpenPOWER on IntegriCloud