diff options
author | jhb <jhb@FreeBSD.org> | 2001-04-04 17:32:08 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-04-04 17:32:08 +0000 |
commit | a33a1f952ee29494cf88c231c2226935743810f5 (patch) | |
tree | e0dcf6a017c38225dfe955f8fcaafa63730451b8 /share/man/man4 | |
parent | 4b8ca31804fc3b5af2681115539b88a69434d4e1 (diff) | |
download | FreeBSD-src-a33a1f952ee29494cf88c231c2226935743810f5.zip FreeBSD-src-a33a1f952ee29494cf88c231c2226935743810f5.tar.gz |
We don't use quotes around kernel options now.
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/ukbd.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/ukbd.4 b/share/man/man4/ukbd.4 index 0e53a9e..31e97e9 100644 --- a/share/man/man4/ukbd.4 +++ b/share/man/man4/ukbd.4 @@ -53,7 +53,7 @@ By default the keyboard subsystem does not create the appropriate devices yet. Make sure you reconfigure your kernel with the following option in the kernel config file: .Bd -literal -offset indent -options "KBD_INSTALL_CDEV" +options KBD_INSTALL_CDEV .Ed .Pp Go to /dev and make device nodes kbd*: @@ -114,12 +114,12 @@ keyboard in the system if it didn't detect one while it was initialized at boot time. .Sh DRIVER CONFIGURATION .Bd -literal -offset indent -options "KBD_INSTALL_CDEV" +options KBD_INSTALL_CDEV .Ed .Pp Make the keyboards available through a character device in /dev .Bd -literal -offset indent -options "UKBD_DFLT_KEYMAP" +options UKBD_DFLT_KEYMAP makeoptions "UKBD_DFLT_KEYMAP=fr.iso" .Ed .Pp @@ -127,7 +127,7 @@ The above lines will put the French ISO keymap in the ukbd driver. You can specify any keymap in /usr/share/syscons/keymaps with this option. .Bd -literal -offset indent -options "KBD_DISABLE_KEYMAP_LOADING" +options KBD_DISABLE_KEYMAP_LOADING .Ed .Pp Don't allow the user to change the keymap. Note that this options |