aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/BUS_CREATE_INTR.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/BUS_CREATE_INTR.9')
-rw-r--r--share/man/man9/BUS_CREATE_INTR.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/BUS_CREATE_INTR.9 b/share/man/man9/BUS_CREATE_INTR.9
index 3b57529e0a63..89c43cb7b589 100644
--- a/share/man/man9/BUS_CREATE_INTR.9
+++ b/share/man/man9/BUS_CREATE_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_CREATE_INTR.9,v 1.1 1998/09/03 21:52:04 dfr Exp $
.\"
.Dd June 16, 1998
.Os
@@ -56,9 +56,9 @@ to activate the handler.
An opaque handle which can be used to activate the interrupt is
returned if the call is successful, otherwise NULL is returned.
.Sh SEE ALSO
+.Xr BUS_CONNECT_INTR 9 ,
.Xr device 9 ,
-.Xr driver 9 ,
-.Xr BUS_CONNECT_INTR 9
+.Xr driver 9
.Sh BUGS
This interface is probably inadequate and is subject to change.
.Sh AUTHORS