diff options
author | asmodai <asmodai@FreeBSD.org> | 2000-01-17 14:55:02 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2000-01-17 14:55:02 +0000 |
commit | a90d4cc5174ae340b32aba37a2c0dd6be4e1f6b1 (patch) | |
tree | c7ea00007a8dca505aaef966b306fb06b8dc31b6 /share/man/man4/cy.4 | |
parent | 1ed94bf1b06f65f5c9ca956048211ec4d28afaa3 (diff) | |
download | FreeBSD-src-a90d4cc5174ae340b32aba37a2c0dd6be4e1f6b1.zip FreeBSD-src-a90d4cc5174ae340b32aba37a2c0dd6be4e1f6b1.tar.gz |
Fix usage of quotes in kerneloptions.
Diffstat (limited to 'share/man/man4/cy.4')
-rw-r--r-- | share/man/man4/cy.4 | 2 |
1 files changed, 1 insertions, 1 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 |