diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-27 11:59:26 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-27 11:59:26 +0000 |
commit | 15322cf4509168093e52be7db717f34603f7dbbb (patch) | |
tree | 8dd0b26a111e68e106f47bf938dbee692faf6271 | |
parent | d57bb7fcd9ad7d4f94fa3bba704919a0afa39d0a (diff) |
fix a typo that was stopping VScom PCI 800 from formatting;
-rw-r--r-- | share/man/man4/puc.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/puc.4 b/share/man/man4/puc.4 index 9a809b274fc..348707a2c5a 100644 --- a/share/man/man4/puc.4 +++ b/share/man/man4/puc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: puc.4,v 1.16 2003/06/27 10:10:28 henning Exp $ +.\" $OpenBSD: puc.4,v 1.17 2003/06/27 11:59:25 jmc Exp $ .\" $NetBSD: puc.4,v 1.7 1999/07/03 05:55:23 cgd Exp $ .\" .\" Copyright (c) 1998 Christopher G. Demetriou. All rights reserved. @@ -71,7 +71,7 @@ The driver currently supports the following cards: .It Tn "SIIG Cyber Serial Dual PCI (dual serial)" .It Tn "SIIG Cyber Serial PCI (single serial)" .It Tn "SIIG Cyber 8S PCI 16C850" -.lt Tn "VScom PCI 800 (8 port serial, probably OEM)" +.It Tn "VScom PCI 800 (8 port serial, probably OEM)" .It Tn "VScom PCI 011H (1 port parallel)" .It Tn "VScom PCI 100H (1 port serial)" .It Tn "VScom PCI 110H (1 port serial and 1 port parallel)" |