diff options
author | 2003-06-27 11:59:25 +0000 | |
---|---|---|
committer | 2003-06-27 11:59:25 +0000 | |
commit | c28b54a317e98c4dcdff2fee128ccd16d070ff7f (patch) | |
tree | 32c3e96afd0d6c280d2063f243bfa02472494583 | |
parent | move down pf_tag_unref() calls in pf_rm_rule() to after the check wetehr there (diff) | |
download | wireguard-openbsd-c28b54a317e98c4dcdff2fee128ccd16d070ff7f.tar.xz wireguard-openbsd-c28b54a317e98c4dcdff2fee128ccd16d070ff7f.zip |
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)" |