diff options
author | dds <dds@FreeBSD.org> | 2005-01-14 14:18:19 +0000 |
---|---|---|
committer | dds <dds@FreeBSD.org> | 2005-01-14 14:18:19 +0000 |
commit | 9dd6141c7e82675d0fb60bcc5f90a47c8c22111d (patch) | |
tree | f9778c67b851a67d2bf06a0fe13598f4311f49cb /share | |
parent | 8a30514f66e00de862d52c04d71d53f87a59918c (diff) | |
download | FreeBSD-src-9dd6141c7e82675d0fb60bcc5f90a47c8c22111d.zip FreeBSD-src-9dd6141c7e82675d0fb60bcc5f90a47c8c22111d.tar.gz |
Fix the pbio include file installation process and the
corresponding documentation.
Noticed by: ru
Reviewed by: ru
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.i386/pbio.4 | 4 | ||||
-rw-r--r-- | share/man/man7/hier.7 | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/share/man/man4/man4.i386/pbio.4 b/share/man/man4/man4.i386/pbio.4 index 1bf47d9..26c04fb 100644 --- a/share/man/man4/man4.i386/pbio.4 +++ b/share/man/man4/man4.i386/pbio.4 @@ -26,7 +26,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 19, 2003 +.Dd January 14, 2005 .Dt PBIO 4 i386 .Os .Sh NAME @@ -42,7 +42,7 @@ In .Cd hint.pbio.0.at="isa" .Cd hint.pbio.0.port="0x360" .Pp -.In machine/pbioio.h +.In dev/pbio/pbioio.h .Sh DESCRIPTION The .Nm diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7 index 36506a2..8790929 100644 --- a/share/man/man7/hier.7 +++ b/share/man/man7/hier.7 @@ -32,7 +32,7 @@ .\" @(#)hier.7 8.1 (Berkeley) 6/5/93 .\" $FreeBSD$ .\" -.Dd December 17, 2004 +.Dd January 15, 2005 .Dt HIER 7 .Os .Sh NAME @@ -213,6 +213,10 @@ Various header files describing driver- and bus-independent hardware circuits .It Pa ofw/ Open Firmware support +.It Pa pbio/ +8255 PPI cards; +see +.Xr pbio 4 .It Pa ppbus/ The parallel port bus; see |