Article improvements. Use more macros. Sort SEE ALSO.

This commit is contained in:
wiz 2005-11-24 19:39:56 +00:00
parent abb7e1e8ca
commit c460143353

View File

@ -1,4 +1,4 @@
.\" $NetBSD: workqueue_create.9,v 1.1 2005/11/24 08:20:51 yamt Exp $
.\" $NetBSD: workqueue_create.9,v 1.2 2005/11/24 19:39:56 wiz Exp $
.\"
.\" Copyright (c)2005 YAMAMOTO Takashi,
.\" All rights reserved.
@ -50,15 +50,15 @@ It takes the following arguments.
.It Fa wqp
Specify where to store the created workqueue.
.It Fa func
A function to be called for each
work .
The function to be called for each
.Ar work .
.It Fa arg
An argument to be passed as a second argument of
.Fa func .
.It Fa name
A name of the workqueue.
The name of the workqueue.
.It Fa prio
A process priority to be used when sleeping to wait requests.
The process priority to be used when sleeping to wait requests.
.It Fa ipl
The highest IPL at which this workqueue is used.
.It Fa flags
@ -72,8 +72,8 @@ Otherwise, it returns an
.Xr errno 2 .
.\" ------------------------------------------------------------
.Sh SEE ALSO
.Xr intro 9 ,
.Xr errno 2 ,
.Xr intro 9 ,
.Xr ltsleep 9 ,
.Xr workqueue 9
.\" ------------------------------------------------------------