diff options
author | phk <phk@FreeBSD.org> | 2006-05-17 09:33:15 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2006-05-17 09:33:15 +0000 |
commit | 537a82e24b165d002f904dd1bbc454533a2021cd (patch) | |
tree | b9d1ad42ae7e0437e274339e458aab20bcb025d4 /share/man/man5 | |
parent | 2d778391877a5dfddee23a04baf6b08ba0984db5 (diff) | |
download | FreeBSD-src-537a82e24b165d002f904dd1bbc454533a2021cd.zip FreeBSD-src-537a82e24b165d002f904dd1bbc454533a2021cd.tar.gz |
Send the pcvt(4) driver off to retirement.
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/rc.conf.5 | 138 | ||||
-rw-r--r-- | share/man/man5/src.conf.5 | 5 |
2 files changed, 0 insertions, 143 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 39918f2..a74e2ba 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -3275,144 +3275,6 @@ by default. Flags for .Xr isdntrace 8 . .\" ----------------------------------------------------- -.It Va pcvt_verbose -.Pq Vt bool -Set to -.Dq Li NO -by default. -When set to -.Dq Li YES , -verbose messages about the actions done by the start script are displayed. -.Em Note : -the -.Xr pcvt 4 -driver must be compiled into the kernel before the -.Xr pcvt 4 -related -options described here take any effect. -.It Va pcvt_keymap -.Pq Vt str -Set to -.Dq Li NO -by default. -Use this to configure a national keyboard mapping found in the -.Pa /usr/share/misc/keycap.pcvt -file of keyboard mappings. -(See also the manual pages -.Xr keycap 5 -and -.Xr keycap 3 -for usage of -.Xr pcvt 4 Ns 's -keycap database and the manual page -.Xr kcon 1 -option -.Fl m -for national keyboard mapping configuration.) -.It Va pcvt_keydel -.Pq Vt int -Set to -.Dq Li NO -by default. -Used to set the keyboard key repeat delay value. -Valid values are -in the range 0..3 for delay values of 250, 500, 750 and 1000 msec. -(See also the -.Xr kcon 1 -manual page.) -.It Va pcvt_keyrate -.Pq Vt int -Set to -.Dq Li NO -by default. -Used to set the keyboard key repetition rate value. -Valid values are -in the range 0..31 for repetition values of 2..30 characters per second. -.It Va pcvt_keyrepeat -.Pq Vt bool -Set to -.Dq Li NO -by default. -Set to -.Dq Li YES -to enable automatic keyboard key repeating. -.It Va pcvt_force24 -.Pq Vt bool -Set to -.Dq Li NO -by default. -Set to -.Dq Li YES -to force -.Xr pcvt 4 -to use 24 lines only (in 25 lines mode) for compatibility -with the original -.Tn VT220 -terminal. -.It Va pcvt_hpext -.Pq Vt bool -Set to -.Dq Li NO -by default. -Set to -.Dq Li YES -to enable the display and functionality of function key labels (as found -on -.Tn Hewlett-Packard -terminals such as the -.Tn HP2392A -and the -.Tn HP700/92 -in -.Tn ANSI -mode). -.It Va pcvt_lines -.Pq Vt int -Set to -.Dq Li NO -by default resulting in a value of 25. -Used to set the number of lines on the screen. -For VGA displays, valid -values are 25, 28, 40 and 50 lines. -(See also the -.Xr scon 1 -manual page.) -.It Va pcvt_blanktime -.Pq Vt int -Set to -.Dq Li NO -by default. -Used to set the screen saver timeout in seconds for values greater than -zero. -.It Va pcvt_cursorh -.Pq Vt int -Set to -.Dq Li NO -by default. -Used to set the cursor top scanline. -(See also the -.Xr cursor 1 -manual page.) -.It Va pcvt_cursorl -.Pq Vt int -Set to -.Dq Li NO -by default. -Used to set the cursor bottom scanline. -.It Va pcvt_monohigh -.Pq Vt bool -Set to -.Dq Li NO -by default. -Set to -.Dq Li YES -to set intensity to high on monochrome monitors. -(See also the -.Xr scon 1 -manual page, option -.Fl p , -for more information on changing VGA palette -values.) .It Va harvest_interrupt .Pq Vt bool Set to diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 index a2a282a..3385830 100644 --- a/share/man/man5/src.conf.5 +++ b/share/man/man5/src.conf.5 @@ -419,11 +419,6 @@ Set to build some programs without PAM support, particularly .Xr ftpd 8 and .Xr ppp 8 . -.It Va WITHOUT_PCVT -.\" from FreeBSD: src/tools/build/options/WITHOUT_PCVT,v 1.1 2006/03/21 07:50:50 ru Exp -Set to not build -.Xr pcvt 4 -system console utilities. .It Va WITHOUT_PF .\" from FreeBSD: src/tools/build/options/WITHOUT_PF,v 1.1 2006/03/21 07:50:50 ru Exp Set to not build PF firewall package. |