Fix some punctuation nits and bump date for previous.
This commit is contained in:
parent
c602ca6ae7
commit
1747869c0f
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: rumpuser.3,v 1.8 2013/05/02 21:47:12 pooka Exp $
|
||||
.\" $NetBSD: rumpuser.3,v 1.9 2013/05/03 20:27:16 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2013 Antti Kantee. All rights reserved.
|
||||
.\"
|
||||
@ -23,7 +23,7 @@
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd April 30, 2013
|
||||
.Dd May 2, 2013
|
||||
.Dt RUMPUSER 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -346,7 +346,6 @@ is
|
||||
.Dv RUMPUSER_PANIC
|
||||
the hypervisor should attempt to provide something akin to a core dump.
|
||||
.Ss Console output
|
||||
.Pp
|
||||
Console output is divided into two routines: a per-character
|
||||
one and printf-like one.
|
||||
The former is used e.g. by the rump kernel's internal printf
|
||||
@ -389,7 +388,6 @@ The number of random bytes written into
|
||||
.Fa buf .
|
||||
.El
|
||||
.Ss Threads
|
||||
.Pp
|
||||
.Ft int
|
||||
.Fo rumpuser_thread_create
|
||||
.Fa "void *(*fun)(void *)" "void *arg" "const char *thrname" "int mustjoin"
|
||||
@ -453,7 +451,7 @@ The cookie matches the value from
|
||||
.Fn rumpuser_curlwpop "enum rumplwpop op" "struct lwp *l"
|
||||
.Pp
|
||||
Manipulate the hypervisor's thread context database.
|
||||
The possible operations are create, destroy and set as specified by
|
||||
The possible operations are create, destroy, and set as specified by
|
||||
.Fa op :
|
||||
.Bl -tag -width "XRUMPUSER_LWP_DESTROY"
|
||||
.It Dv RUMPUSER_LWP_CREATE
|
||||
@ -613,10 +611,10 @@ an already owned exclusive lock to a shared lock.
|
||||
.Fc
|
||||
.Pp
|
||||
.Ft void
|
||||
.Fn rumpuser_cv_signal "struct rumpuser_cv *cv";
|
||||
.Fn rumpuser_cv_signal "struct rumpuser_cv *cv"
|
||||
.Pp
|
||||
.Ft void
|
||||
.Fn rumpuser_cv_broadcast "struct rumpuser_cv *cv";
|
||||
.Fn rumpuser_cv_broadcast "struct rumpuser_cv *cv"
|
||||
.Pp
|
||||
.Ft void
|
||||
.Fn rumpuser_cv_has_waiters "struct rumpuser_cv *cv" "int *waitersp"
|
||||
|
Loading…
Reference in New Issue
Block a user