mirror of
https://github.com/opnsense/src.git
synced 2026-03-27 05:03:09 -04:00
Remove quotes to make an example of kernel configuration valid.
PR: docs/44306 Submitted by: Dmitry Dyomin <old@old.com.ua> MFC after: 3 days
This commit is contained in:
parent
fa5dbec89f
commit
e1eecee002
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ Make the keyboards available through a character device in
|
|||
.Pa /dev .
|
||||
.Pp
|
||||
.D1 Cd options UKBD_DFLT_KEYMAP
|
||||
.D1 Cd makeoptions \&"UKBD_DFLT_KEYMAP=fr.iso"
|
||||
.D1 Cd makeoptions UKBD_DFLT_KEYMAP=fr.iso
|
||||
.Pp
|
||||
The above lines will put the French ISO keymap in the ukbd driver.
|
||||
You can specify any keymap in
|
||||
|
|
|
|||
Loading…
Reference in a new issue