diff options
Diffstat (limited to 'share/man/man9/BUS_CONNECT_INTR.9')
-rw-r--r-- | share/man/man9/BUS_CONNECT_INTR.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/BUS_CONNECT_INTR.9 b/share/man/man9/BUS_CONNECT_INTR.9 index 28d3dd6c6f40..998faf7351e3 100644 --- a/share/man/man9/BUS_CONNECT_INTR.9 +++ b/share/man/man9/BUS_CONNECT_INTR.9 @@ -26,7 +26,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. .\" -.\" $Id$ +.\" $Id: BUS_CONNECT_INTR.9,v 1.1 1998/09/03 21:52:04 dfr Exp $ .\" .Dd June 16, 1998 .Os @@ -47,9 +47,9 @@ This method activates an interrupt handler previously created by .Sh RETURN VALUES Zero is returned on success, otherwise an appropriate error is returned. .Sh SEE ALSO +.Xr BUS_CREATE_INTR 9 , .Xr device 9 , -.Xr driver 9 , -.Xr BUS_CREATE_INTR 9 +.Xr driver 9 .Sh BUGS This interface is probably inadequate and is subject to change. .Sh AUTHORS |