diff options
-rw-r--r-- | share/man/man4/wscons.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/wscons.4 b/share/man/man4/wscons.4 index 1cdeb63e0d5..80b175829b6 100644 --- a/share/man/man4/wscons.4 +++ b/share/man/man4/wscons.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wscons.4,v 1.5 2001/04/16 02:17:52 fgsch Exp $ +.\" $OpenBSD: wscons.4,v 1.6 2001/05/24 19:11:08 aaron Exp $ .\" $NetBSD: wscons.4,v 1.11 2000/04/13 11:14:42 is Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -40,7 +40,7 @@ .Nd console access .Sh SYNOPSIS .Cd option WSEMUL_SUN -.Cd option WSEMUL_VT100 +.Cd option WSEMUL_NO_VT100 .Cd option WSEMUL_NO_DUMB .Cd option \&"WSEMUL_DEFAULT=\e"xxx\e"" .Cd option WS_KERNEL_FG=WSCOL_XXX @@ -112,8 +112,8 @@ machine consoles and delivers its keyboard codes for function and keypad keys (as far as present on the actually used keyboard). This emulation is sufficient for full-screen applications. .It vt100 -is available with the kernel compile option -.Cd option WSEMUL_VT100 . +is available by default, but can be disabled with +.Cd option WSEMUL_NO_VT100 . It provides the most commonly used functions of .Tn DEC VT100 terminals with some extensions introduced by the |