Fix usage of quotes in kerneloptions.
This commit is contained in:
parent
77052eb45d
commit
ac00e7548c
@ -44,7 +44,7 @@
|
||||
.Nm cy
|
||||
.Nd Cyclades Cyclom-Y serial driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd "options" \&"CY_PCI_FASTINTR\&"
|
||||
.Cd "options CY_PCI_FASTINTR"
|
||||
.Cd "device cy0 at isa? irq 10 iomem 0xd4000 iosiz 0x2000"
|
||||
.Cd "device cy1 at isa? irq 11 iomem 0xd6000 iosiz 0x2000"
|
||||
.Pp
|
||||
|
@ -44,7 +44,7 @@
|
||||
.Nm cy
|
||||
.Nd Cyclades Cyclom-Y serial driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd "options" \&"CY_PCI_FASTINTR\&"
|
||||
.Cd "options CY_PCI_FASTINTR"
|
||||
.Cd "device cy0 at isa? irq 10 iomem 0xd4000 iosiz 0x2000"
|
||||
.Cd "device cy1 at isa? irq 11 iomem 0xd6000 iosiz 0x2000"
|
||||
.Pp
|
||||
|
@ -44,7 +44,7 @@
|
||||
.Nm dgb
|
||||
.Nd DigiBoard intelligent serial cards driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd "options" \&"NDGBPORTS=8\&"
|
||||
.Cd "options NDGBPORTS=8"
|
||||
.Cd "device dgb0 at isa? port 0x220 iomem 0xfc0000 iosiz ? flags 0x0"
|
||||
All values are just examples.
|
||||
.Pp
|
||||
|
@ -19,7 +19,7 @@
|
||||
.Nm mse
|
||||
.Nd bus and InPort mice driver
|
||||
.Sh SYNOPSIS
|
||||
.\" .Cd "options" \&"MSE_XXX=N\&"
|
||||
.\" .Cd "options MSE_XXX=N"
|
||||
.Cd "device mse0 at isa? port 0x23c irq 5"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
|
Loading…
Reference in New Issue
Block a user