diff options
author | 2014-02-13 07:10:07 +0000 | |
---|---|---|
committer | 2014-02-13 07:10:07 +0000 | |
commit | 4435676a4e60e8c40fbcedff78606757ea6cd820 (patch) | |
tree | fc538cac4f4d8958856a9609cd6178485115c335 | |
parent | if an attached sd(4) is readonly, make sure it's noticable in the (diff) | |
download | wireguard-openbsd-4435676a4e60e8c40fbcedff78606757ea6cd820.tar.xz wireguard-openbsd-4435676a4e60e8c40fbcedff78606757ea6cd820.zip |
tweak previous; ok dlg
-rw-r--r-- | share/man/man4/pci.4 | 8 | ||||
-rw-r--r-- | share/man/man4/qla.4 | 4 | ||||
-rw-r--r-- | share/man/man4/qle.4 | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4 index 3b0b1d2e5b0..d09edfc044b 100644 --- a/share/man/man4/pci.4 +++ b/share/man/man4/pci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pci.4,v 1.323 2014/02/13 01:57:22 dlg Exp $ +.\" $OpenBSD: pci.4,v 1.324 2014/02/13 07:10:07 jmc Exp $ .\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt. All rights reserved. @@ -118,9 +118,9 @@ LSI Logic Fusion-MPT Message Passing Interface II .It Xr pcscp 4 Advanced Micro Devices Am53c974 PCscsi-PCI SCSI interface .It Xr qla 4 -QLogic ISP2100/ISP2200/ISP2300 Fibre Channel Controllers -.It Xr qla 4 -QLogic ISP2400 Fibre Channel Controllers +QLogic ISP2100/ISP2200/ISP2300 Fibre Channel controller +.It Xr qle 4 +QLogic ISP2400 Fibre Channel controller .It Xr siop 4 LSI/Symbios Logic/NCR 53c8xx SCSI interface .It Xr sli 4 diff --git a/share/man/man4/qla.4 b/share/man/man4/qla.4 index bc03a412750..b840fb86aec 100644 --- a/share/man/man4/qla.4 +++ b/share/man/man4/qla.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: qla.4,v 1.3 2014/02/13 01:59:05 dlg Exp $ +.\" $OpenBSD: qla.4,v 1.4 2014/02/13 07:10:07 jmc Exp $ .\" .\" Copyright (c) 2014 David Gwynne <dlg@openbsd.org> .\" @@ -19,7 +19,7 @@ .Os .Sh NAME .Nm qla -.Nd QLogic ISP2100/ISP2200/ISP2300 Fibre Channel Controllers +.Nd QLogic ISP2100/ISP2200/ISP2300 Fibre Channel controller .Sh SYNOPSIS .Cd "qla* at pci? " Pq PCI .Cd "qla* at sbus? " Pq SBus diff --git a/share/man/man4/qle.4 b/share/man/man4/qle.4 index c31458f46e9..3e3b7bc1b91 100644 --- a/share/man/man4/qle.4 +++ b/share/man/man4/qle.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: qle.4,v 1.2 2014/02/13 01:59:05 dlg Exp $ +.\" $OpenBSD: qle.4,v 1.3 2014/02/13 07:10:07 jmc Exp $ .\" .\" Copyright (c) 2014 Jonathan Matthew <jmatthew@openbsd.org> .\" @@ -19,7 +19,7 @@ .Os .Sh NAME .Nm qle -.Nd QLogic ISP2400 Fibre Channel Controllers +.Nd QLogic ISP2400 Fibre Channel controller .Sh SYNOPSIS .Cd "qle* at pci? " Pq PCI .Sh DESCRIPTION |