summaryrefslogtreecommitdiff
path: root/share/man/man4/ep.4
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-07-12 07:53:44 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-07-12 07:53:44 +0000
commit7dbf14d64fcdc0934987b102c2da36a7e35ca10a (patch)
tree1650ece59f71c8df299734d01a8c77360ddc660a /share/man/man4/ep.4
parentf17931e6bcca775126102ae6415018c970c0fdb8 (diff)
no need to number list items manually: that is what -enum is for;
Diffstat (limited to 'share/man/man4/ep.4')
-rw-r--r--share/man/man4/ep.412
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/ep.4 b/share/man/man4/ep.4
index 631c78e7cb6..ae90143097f 100644
--- a/share/man/man4/ep.4
+++ b/share/man/man4/ep.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ep.4,v 1.30 2005/07/12 07:47:39 jmc Exp $
+.\" $OpenBSD: ep.4,v 1.31 2005/07/12 07:53:43 jmc Exp $
.\"
.\" Copyright (c) 1994 Herb Peyerl
.\" All rights reserved.
@@ -110,15 +110,15 @@ For example,
If more than one of the supported cards is installed, they are probed for
in the following order:
.Pp
-.Bl -item -offset indent -compact
+.Bl -enum -offset indent -compact
.It
-1. PCI cards based on PCI function number order.
+PCI cards based on PCI function number order.
.It
-2. EISA cards based on EISA slot number order.
+EISA cards based on EISA slot number order.
.It
-3. ISA cards based on increasing Ethernet address order.
+ISA cards based on increasing Ethernet address order.
.It
-4. Any ISA cards in Plug-and-Play mode, in Plug-and-Play order.
+Any ISA cards in Plug-and-Play mode, in Plug-and-Play order.
.El
.Pp
You may specify the port and IRQ numbers where the cards are expected to