Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys play the "documentation matches implementation"...



details:   https://anonhg.NetBSD.org/src/rev/b78cc95e4356
branches:  trunk
changeset: 795340:b78cc95e4356
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Apr 08 13:02:14 2014 +0000

description:
play the "documentation matches implementation" game

diffstat:

 lib/libc/sys/_lwp_unpark_all.2 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 80f1baf5b4f4 -r b78cc95e4356 lib/libc/sys/_lwp_unpark_all.2
--- a/lib/libc/sys/_lwp_unpark_all.2    Tue Apr 08 11:39:57 2014 +0000
+++ b/lib/libc/sys/_lwp_unpark_all.2    Tue Apr 08 13:02:14 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index