summaryrefslogtreecommitdiffstats
path: root/share/man/man4/sio.4
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2000-01-17 14:51:44 +0000
committerasmodai <asmodai@FreeBSD.org>2000-01-17 14:51:44 +0000
commit1ed94bf1b06f65f5c9ca956048211ec4d28afaa3 (patch)
treedfaa04e327d46a14bf283105843e083e5e3f54f7 /share/man/man4/sio.4
parentf35bf3ff842d4558b659fa292c224bbc7b8c4585 (diff)
downloadFreeBSD-src-1ed94bf1b06f65f5c9ca956048211ec4d28afaa3.zip
FreeBSD-src-1ed94bf1b06f65f5c9ca956048211ec4d28afaa3.tar.gz
Seperate commit from the rest due to the fact that the /& fixing in
this case also corrects the usage of quotes in options.
Diffstat (limited to 'share/man/man4/sio.4')
-rw-r--r--share/man/man4/sio.414
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man4/sio.4 b/share/man/man4/sio.4
index a4c23db..214475d 100644
--- a/share/man/man4/sio.4
+++ b/share/man/man4/sio.4
@@ -45,26 +45,26 @@
fast interrupt driven asynchronous serial communications interface
.Sh SYNOPSIS
For standard ports:
-.Cd "device sio0 at isa? port" \&"IO_COM1\&" irq 4
-.Cd "device sio1 at isa? port" \&"IO_COM2\&" irq 3
-.Cd "device sio2 at isa? port" \&"IO_COM3\&" irq 5
-.Cd "device sio3 at isa? port" \&"IO_COM4\&" irq 9
+.Cd "device sio0 at isa? port IO_COM1 irq 4"
+.Cd "device sio1 at isa? port IO_COM2 irq 3"
+.Cd "device sio2 at isa? port IO_COM3 irq 5"
+.Cd "device sio3 at isa? port IO_COM4 irq 9"
.Pp
For AST compatible multiport cards with 4 ports:
-.Cd "options" \&"COM_MULTIPORT\&"
+.Cd "options COM_MULTIPORT"
.Cd "device sio4 at isa? port 0x2a0 flags 0x701"
.Cd "device sio5 at isa? port 0x2a8 flags 0x701"
.Cd "device sio6 at isa? port 0x2b0 flags 0x701"
.Cd "device sio7 at isa? port 0x2b8 flags 0x701 irq 12"
.Pp
For Boca Board compatible multiport cards with 8 ports:
-.Cd "options" \&"COM_MULTIPORT\&"
+.Cd "options COM_MULTIPORT"
.Cd "device sio4 at isa? port 0x100 flags 0xb05"
.Cd "..."
.Cd "device sio11 at isa? port 0x138 flags 0xb05 irq 12"
.Pp
For Hayes ESP cards:
-.Cd "options" \&"COM_ESP\&"
+.Cd "options COM_ESP"
.Cd "..."
.Pp
Meaning of
OpenPOWER on IntegriCloud