Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/librumpuser Fix some punctuation nits and bump date for ...



details:   https://anonhg.NetBSD.org/src/rev/33241ed7fd10
branches:  trunk
changeset: 786621:33241ed7fd10
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri May 03 20:27:16 2013 +0000

description:
Fix some punctuation nits and bump date for previous.

diffstat:

 lib/librumpuser/rumpuser.3 |  12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diffs (56 lines):

diff -r 3dbc8ebaad1a -r 33241ed7fd10 lib/librumpuser/rumpuser.3
--- a/lib/librumpuser/rumpuser.3        Fri May 03 20:24:26 2013 +0000
+++ b/lib/librumpuser/rumpuser.3        Fri May 03 20:27:16 2013 +0000
@@ -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 @@
 .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 @@
 .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 @@
 .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 @@
 .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"



Home | Main Index | Thread Index | Old Index