| Summary: | mistake in man 4 ukbd | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Dmitry Dyomin <old> |
| Component: | Books & Articles | Assignee: | Ceri Davies <ceri> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->patched A correction was committed to -current. Thanks for your submission. Responsible Changed From-To: freebsd-doc->ceri My MFC reminder. State Changed From-To: patched->closed This was MFC'd. |
cite from man 4 ukbd: Make the keyboards available through a character device in /dev. options UKBD_DFLT_KEYMAP makeoptions "UKBD_DFLT_KEYMAP=fr.iso" / kernel does not compile with make options "UKBD_DFLT_KEYMAP=some.keymap" Fix: remove double quotes from this line in manpage ukbd(4). according to LINT, kernel do compile with make options UKBD_DFLT_KEYMAP=some.keymap How-To-Repeat: try to compile kernel with "UKBD_DFLT_KEYMAP=some.keymap"