summaryrefslogtreecommitdiff
path: root/share/man/man4
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2012-03-13 17:37:58 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2012-03-13 17:37:58 +0000
commitd1791e07d87a07e63b341f75626b0f2baa0e0815 (patch)
treeb5b9237ae60d22fcce0283f27db4d5d58d8dd1b8 /share/man/man4
parent5ae72ca8a2356f9f6c263bc06c840dd3f7934b66 (diff)
In the CAVEATS section, make the sample dmesg output lines actually match what
the kernel would output.
Diffstat (limited to 'share/man/man4')
-rw-r--r--share/man/man4/isapnp.410
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/isapnp.4 b/share/man/man4/isapnp.4
index 87eff13c116..793e056ccfc 100644
--- a/share/man/man4/isapnp.4
+++ b/share/man/man4/isapnp.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: isapnp.4,v 1.38 2008/05/21 19:05:51 kettenis Exp $
+.\" $OpenBSD: isapnp.4,v 1.39 2012/03/13 17:37:57 miod Exp $
.\" $NetBSD: isapnp.4,v 1.8 1998/06/07 09:08:46 enami Exp $
.\"
.\" Copyright (c) 1997 Jonathan Stone
@@ -29,7 +29,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 21 2008 $
+.Dd $Mdocdate: March 13 2012 $
.Dt ISAPNP 4
.Os
.Sh NAME
@@ -122,7 +122,7 @@ devices to device drivers based on identifiers which each device
provides.
For example, this device:
.Pp
-joy0 at isapnp0 <Creative SB16 PnP, CTL7001, PNPB02F, Game> port 0x200/8
+joy0 at isapnp0 "Creative SB16 PnP, CTL7001, PNPB02F, Game" port 0x200/8
.Pp
This joystick calls itself by the two names
.Dq CTL7001
@@ -135,7 +135,7 @@ is a vendor-specific name which needs to be added to a table.
Unfortunately,
some devices advertise only their vendor-specific name; for instance:
.Pp
-isapnp0: <PnP Sound Chip, @P@1001, , > port 0x200/8 not configured
+"PnP Sound Chip, @P@1001, , " at isapnp0 port 0x200/8 not configured
.Pp
Testing will show that this device is actually a joystick.
To resolve the issue, the actual name
@@ -145,4 +145,4 @@ has to be entered into the database found in
and a new kernel must be built.
Then the device will probe like this:
.Pp
-joy0 at isapnp0 <PnP Sound Chip, @P@1001, , > port 0x200/8
+joy0 at isapnp0 "PnP Sound Chip, @P@1001, , " port 0x200/8