summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2000-01-17 14:55:02 +0000
committerasmodai <asmodai@FreeBSD.org>2000-01-17 14:55:02 +0000
commita90d4cc5174ae340b32aba37a2c0dd6be4e1f6b1 (patch)
treec7ea00007a8dca505aaef966b306fb06b8dc31b6 /share
parent1ed94bf1b06f65f5c9ca956048211ec4d28afaa3 (diff)
downloadFreeBSD-src-a90d4cc5174ae340b32aba37a2c0dd6be4e1f6b1.zip
FreeBSD-src-a90d4cc5174ae340b32aba37a2c0dd6be4e1f6b1.tar.gz
Fix usage of quotes in kerneloptions.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/cy.42
-rw-r--r--share/man/man4/man4.i386/cy.42
-rw-r--r--share/man/man4/man4.i386/dgb.42
-rw-r--r--share/man/man4/man4.i386/mse.42
4 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/cy.4 b/share/man/man4/cy.4
index 2f3cdf5..ac072b4 100644
--- a/share/man/man4/cy.4
+++ b/share/man/man4/cy.4
@@ -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
diff --git a/share/man/man4/man4.i386/cy.4 b/share/man/man4/man4.i386/cy.4
index 2f3cdf5..ac072b4 100644
--- a/share/man/man4/man4.i386/cy.4
+++ b/share/man/man4/man4.i386/cy.4
@@ -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
diff --git a/share/man/man4/man4.i386/dgb.4 b/share/man/man4/man4.i386/dgb.4
index 3922310..c1898aa 100644
--- a/share/man/man4/man4.i386/dgb.4
+++ b/share/man/man4/man4.i386/dgb.4
@@ -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
diff --git a/share/man/man4/man4.i386/mse.4 b/share/man/man4/man4.i386/mse.4
index f6febb3..d3b8638 100644
--- a/share/man/man4/man4.i386/mse.4
+++ b/share/man/man4/man4.i386/mse.4
@@ -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
OpenPOWER on IntegriCloud