diff options
author | ache <ache@FreeBSD.org> | 2001-04-21 16:28:29 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-04-21 16:28:29 +0000 |
commit | 4c31286fde9fa8382a7a9eb8644ccc2ef34ecf61 (patch) | |
tree | 5f4d4aa538d366db552689939059615c28d18b7c /share | |
parent | 0636edd613e79d132d82ef74bca0be76b0fcd5e3 (diff) | |
download | FreeBSD-src-4c31286fde9fa8382a7a9eb8644ccc2ef34ecf61.zip FreeBSD-src-4c31286fde9fa8382a7a9eb8644ccc2ef34ecf61.tar.gz |
Fix typo in mousechar range
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/rc.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 29bf1af..11494d4 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -1288,13 +1288,13 @@ daemon. .It Ar mousechar_start (int) If set to .Ar NO -then the default mouse cursor character range 0xd0-0xd4 is used, -otherwise range start is set +then the default mouse cursor character range 0xd0-0xd3 is used, +otherwise the range start is set to .Ar value character, see .Xr vidcontrol 1 . -Use if the default range is occuped in your language code table. +Use if the default range is occupied in your language code table. .It Ar allscreens_flags (str) If set, .Xr vidcontrol 1 |