Module Name:    src
Committed By:   wiz
Date:           Fri Jan 31 21:11:05 UTC 2014

Modified Files:
        src/lib/libc/sys: _lwp_park.2

Log Message:
Fix prototype in SYNOPSIS, mark up NULL with Dv.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libc/sys/_lwp_park.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/_lwp_park.2
diff -u src/lib/libc/sys/_lwp_park.2:1.8 src/lib/libc/sys/_lwp_park.2:1.9
--- src/lib/libc/sys/_lwp_park.2:1.8	Fri Jan 31 20:45:49 2014
+++ src/lib/libc/sys/_lwp_park.2	Fri Jan 31 21:11:05 2014
@@ -1,4 +1,4 @@
-.\"	$NetBSD: _lwp_park.2,v 1.8 2014/01/31 20:45:49 christos Exp $
+.\"	$NetBSD: _lwp_park.2,v 1.9 2014/01/31 21:11:05 wiz Exp $
 .\"
 .\" Copyright (c) 2003, 2007 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -38,7 +38,7 @@
 .Sh SYNOPSIS
 .In lwp.h
 .Ft int
-.Fn _lwp_park "clockid_t clock_id, int flags, const struct timespec *ts" "lwpid_t unpark" "const void *hint" "const void *unparkhint"
+.Fn _lwp_park "clockid_t clock_id" "int flags" "const struct timespec *ts" "lwpid_t unpark" "const void *hint" "const void *unparkhint"
 .Sh DESCRIPTION
 .Fn _lwp_park
 can be used to synchronize access to resources among multiple light-weight
@@ -49,7 +49,9 @@ of the following conditions is met:
 .It
 The
 .Fa ts
-argument is non-NULL, and the time it specifies has passed.
+argument is
+.Pf non- Dv NULL ,
+and the time it specifies has passed.
 The
 .Fa ts
 time can be an relative interval to wait if the

Reply via email to