summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-05-25 09:42:56 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-05-25 09:42:56 +0000
commit30dff2caf65539508078ad51722142bfc1e4b692 (patch)
tree6d1c1bec9aae488b4fd84b2191951b849dc27361
parent7f6b13f4e96c153b05571af13ee013f1b0a8e865 (diff)
amd64 attaches as com, not pccom;
make SYNOPSIS less ambiguous; help from tom@ ok deraadt@ miod@
-rw-r--r--share/man/man4/com.48
1 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man4/com.4 b/share/man/man4/com.4
index f7d7b9d773a..892e853c938 100644
--- a/share/man/man4/com.4
+++ b/share/man/man4/com.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: com.4,v 1.16 2004/05/03 15:18:19 drahn Exp $
+.\" $OpenBSD: com.4,v 1.17 2004/05/25 09:42:55 jmc Exp $
.\" $NetBSD: com.4,v 1.5 1996/03/16 00:07:08 thorpej Exp $
.\"
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
@@ -41,7 +41,9 @@
.Nm pccom
.Nd serial communications interface
.Sh SYNOPSIS
-.Cd "# amd64 and i386 - pccom or com attachments"
+.Cd "# pccom or com attachments"
+.Cd "#"
+.Cd "# i386"
.Cd "pccom0 at isa? port 0x3f8 irq 4"
.Cd "pccom1 at isa? port 0x2f8 irq 3"
.Cd "pccom2 at isa? port 0x3e8 irq 5"
@@ -56,7 +58,7 @@
.Cd "pccom* at hsq? slave ?"
.Cd "pccom* at rtfps? slave ?"
.Pp
-.Cd "# alpha"
+.Cd "# alpha and amd64"
.Cd "com0 at isa? port 0x3f8 irq 4"
.Cd "com1 at isa? port 0x2f8 irq 3"
.Pp