Module Name: src Committed By: wiz Date: Fri May 3 20:27:16 UTC 2013
Modified Files: src/lib/librumpuser: rumpuser.3 Log Message: Fix some punctuation nits and bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/lib/librumpuser/rumpuser.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/librumpuser/rumpuser.3 diff -u src/lib/librumpuser/rumpuser.3:1.8 src/lib/librumpuser/rumpuser.3:1.9 --- src/lib/librumpuser/rumpuser.3:1.8 Thu May 2 21:47:12 2013 +++ src/lib/librumpuser/rumpuser.3 Fri May 3 20:27:16 2013 @@ -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 sha .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"