diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-27 08:05:52 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-27 08:05:52 +0000 |
commit | d34da932105b419de43361d551222141f2b30158 (patch) | |
tree | d26c4c9cbc226dcb4a5d002f8c27a078ccf0e3e6 /share/man/man4/syscons.4 | |
parent | b7116012699705a75191f2f308199004608141a6 (diff) | |
download | src-d34da932105b419de43361d551222141f2b30158.tar.gz src-d34da932105b419de43361d551222141f2b30158.zip |
Notes
Diffstat (limited to 'share/man/man4/syscons.4')
-rw-r--r-- | share/man/man4/syscons.4 | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/share/man/man4/syscons.4 b/share/man/man4/syscons.4 index f5f6397e076b..7bb612a87fca 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 |