diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2003-03-15 08:14:42 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2003-03-15 08:14:42 +0000 |
| commit | 52bf43dc11c9b0127dd47cf7bba4482b2d9c01e1 (patch) | |
| tree | 972fbd872ddb1322923d42f9dd9a3645069334ff | |
| parent | 024ae00499c710ecfd803a24d8acef6197866b6e (diff) | |
Notes
| -rw-r--r-- | etc/defaults/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index e93994bd959c..ea33c2dc02c4 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -321,7 +321,7 @@ ipv6_ipfilter_rules="/etc/ipf6.rules" # rules definition file for ipfilter, keymap="NO" # keymap in /usr/share/syscons/keymaps/* (or NO). keyrate="NO" # keyboard rate to: slow, normal, fast (or NO). -keybell="NO" # bell to duration.pitch or normal or visual (or NO). +keybell="NO" # See kbdcontrol(1) for options. Use "off" to disable. keychange="NO" # function keys default values (or NO). cursor="NO" # cursor type {normal|blink|destructive} (or NO). scrnmap="NO" # screen map in /usr/share/syscons/scrnmaps/* (or NO). |
