Module Name:    src
Committed By:   pooka
Date:           Tue Apr  8 13:02:14 UTC 2014

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

Log Message:
play the "documentation matches implementation" game


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/sys/_lwp_unpark_all.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_unpark_all.2
diff -u src/lib/libc/sys/_lwp_unpark_all.2:1.6 src/lib/libc/sys/_lwp_unpark_all.2:1.7
--- src/lib/libc/sys/_lwp_unpark_all.2:1.6	Tue Nov  2 20:49:47 2010
+++ src/lib/libc/sys/_lwp_unpark_all.2	Tue Apr  8 13:02:14 2014
@@ -1,4 +1,4 @@
-.\"	$NetBSD: _lwp_unpark_all.2,v 1.6 2010/11/02 20:49:47 skrll Exp $
+.\"	$NetBSD: _lwp_unpark_all.2,v 1.7 2014/04/08 13:02:14 pooka Exp $
 .\"
 .\" Copyright (c) 2003, 2007 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -38,7 +38,7 @@
 .Sh SYNOPSIS
 .In lwp.h
 .Ft ssize_t
-.Fn _lwp_unpark_all "lwpid_t *targets" "size_t ntargets" "const void *hint"
+.Fn _lwp_unpark_all "const lwpid_t *targets" "size_t ntargets" "const void *hint"
 .Sh DESCRIPTION
 .Fn _lwp_unpark_all
 resumes execution of one or more light-weight processes listed in

Reply via email to