diff options
author | joerg <joerg@FreeBSD.org> | 2010-02-01 21:01:20 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2010-02-01 21:01:20 +0000 |
commit | 8d6ed99eb05f2c34a558f53113a6c747f941be1a (patch) | |
tree | b8c856efc0b2bab5843e04f4548f6b63bb5b947d | |
parent | 3eea9a2ed1740e760ae2f87c100c2d2e9596a969 (diff) | |
download | FreeBSD-src-8d6ed99eb05f2c34a558f53113a6c747f941be1a.zip FreeBSD-src-8d6ed99eb05f2c34a558f53113a6c747f941be1a.tar.gz |
Add xrefs to gpib(3), now that it exists.
MFC after: 3 days
-rw-r--r-- | share/man/man4/gpib.4 | 2 | ||||
-rw-r--r-- | share/man/man4/pcii.4 | 2 | ||||
-rw-r--r-- | share/man/man4/tnt4882.4 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/gpib.4 b/share/man/man4/gpib.4 index e8dd054..6e0f341 100644 --- a/share/man/man4/gpib.4 +++ b/share/man/man4/gpib.4 @@ -87,7 +87,7 @@ When opening, an instrument can send data to this device on the bus in an unaddressed mode, for example hard-copy printer data. .El .Sh SEE ALSO -.\" .Xr libgpib 3 , +.Xr gpib 3 , .Xr pcii 4 , .Xr tnt4882 4 .Sh HISTORY diff --git a/share/man/man4/pcii.4 b/share/man/man4/pcii.4 index 026d696..d496113 100644 --- a/share/man/man4/pcii.4 +++ b/share/man/man4/pcii.4 @@ -84,7 +84,7 @@ National Instruments GPIB-PCII/PCIIA (in PCIIa mode) Axiom AX5488 .El .Sh SEE ALSO -.\" .Xr libgpib 3 , +.Xr gpib 3 , .Xr gpib 4 , .Xr device.hints 5 .Sh HISTORY diff --git a/share/man/man4/tnt4882.4 b/share/man/man4/tnt4882.4 index f96599a..d95ff89 100644 --- a/share/man/man4/tnt4882.4 +++ b/share/man/man4/tnt4882.4 @@ -43,7 +43,7 @@ the TNT4882 bus interface chip. This chip emulates a NEC \(mcPD7210 controller IC as the main interface between the host computer and the instrument bus. .Sh SEE ALSO -.\" .Xr libgpib 3 , +.Xr gpib 3 , .Xr gpib 4 , .Sh HISTORY The |