summaryrefslogtreecommitdiff
path: root/usr/src/man/man9f/qtimeout.9f
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man9f/qtimeout.9f')
-rw-r--r--usr/src/man/man9f/qtimeout.9f12
1 files changed, 2 insertions, 10 deletions
diff --git a/usr/src/man/man9f/qtimeout.9f b/usr/src/man/man9f/qtimeout.9f
index 276689735f..b120ffd6e5 100644
--- a/usr/src/man/man9f/qtimeout.9f
+++ b/usr/src/man/man9f/qtimeout.9f
@@ -4,7 +4,7 @@
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH qtimeout 9F "16 Jan 2006" "SunOS 5.11" "Kernel Functions for Drivers"
+.TH QTIMEOUT 9F "Jan 16, 2006"
.SH NAME
qtimeout \- execute a function after a specified length of time
.SH SYNOPSIS
@@ -14,7 +14,7 @@ qtimeout \- execute a function after a specified length of time
#include <sys/ddi.h>
-\fBtimeout_id_t\fR \fBqtimeout\fR(\fBqueue_t *\fR\fIq\fR, \fBvoid\fR (\fI*func\fR)(\fIvoid *\fR),
+\fBtimeout_id_t\fR \fBqtimeout\fR(\fBqueue_t *\fR\fIq\fR, \fBvoid\fR (\fI*func\fR)(\fIvoid *\fR),
\fBvoid\fR \fI*arg\fR, \fBclock_t\fR \fIticks\fR);
.fi
@@ -25,45 +25,37 @@ Solaris DDI specific (Solaris DDI).
.SH PARAMETERS
.sp
.ne 2
-.mk
.na
\fB\fIq\fR\fR
.ad
.RS 9n
-.rt
Pointer to \fBSTREAMS\fR queue structure.
.RE
.sp
.ne 2
-.mk
.na
\fB\fIfunc\fR\fR
.ad
.RS 9n
-.rt
Kernel function to invoke when the time increment expires.
.RE
.sp
.ne 2
-.mk
.na
\fB\fIarg\fR\fR
.ad
.RS 9n
-.rt
Argument to the function.
.RE
.sp
.ne 2
-.mk
.na
\fB\fIticks\fR\fR
.ad
.RS 9n
-.rt
Number of clock ticks to wait before the function is called. Use
\fBdrv_usectohz\fR(9F) to convert microseconds to clock ticks.
.RE