mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-19 22:43:22 +01:00
Grammar cleanup
PR: 40909
This commit is contained in:
parent
1fd2cdcb2f
commit
2ff33d9472
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102491
@ -62,7 +62,7 @@ and make device nodes
|
||||
.Pp
|
||||
.Dl "sh MAKEDEV kbd0 kbd1"
|
||||
.Pp
|
||||
If both an AT keyboard as well as USB keyboards are used at the same time, the
|
||||
If both an AT keyboard USB keyboards are used at the same time, the
|
||||
AT keyboard will appear as
|
||||
.Pa kbd0
|
||||
in
|
||||
@ -86,15 +86,15 @@ You can swap console keyboards by using the command
|
||||
.Pp
|
||||
.Dl "kbdcontrol -k /dev/kbd1"
|
||||
.Pp
|
||||
From this point on onwards, the first USB keyboard will be the keyboard
|
||||
to be used as the console.
|
||||
From this point on, the first USB keyboard will be the keyboard
|
||||
to be used by the console.
|
||||
.Pp
|
||||
If you want to use a USB keyboard as your default and not use an AT keyboard at
|
||||
all, you will have to remove the
|
||||
.Cd "device atkbd"
|
||||
line from the kernel configuration file.
|
||||
Because of the order of the device
|
||||
initialization, the USB keyboard will be detected
|
||||
Because of the device initialization order,
|
||||
the USB keyboard will be detected
|
||||
.Em after
|
||||
the console driver
|
||||
initializes itself and you have to explicitly tell the console
|
||||
|
Loading…
Reference in New Issue
Block a user