Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen fix a function prototype.



details:   https://anonhg.NetBSD.org/src/rev/0aca7061b223
branches:  trunk
changeset: 770800:0aca7061b223
user:      yamt <yamt%NetBSD.org@localhost>
date:      Wed Nov 02 13:05:43 2011 +0000

description:
fix a function prototype.

diffstat:

 lib/libc/gen/cpuset.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 454b28113e55 -r 0aca7061b223 lib/libc/gen/cpuset.3
--- a/lib/libc/gen/cpuset.3     Wed Nov 02 12:09:25 2011 +0000
+++ b/lib/libc/gen/cpuset.3     Wed Nov 02 13:05:43 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: cpuset.3,v 1.4 2011/10/06 05:24:41 jruoho Exp $
+.\"    $NetBSD: cpuset.3,v 1.5 2011/11/02 13:05:43 yamt Exp $
 .\"
 .\" Copyright (c) 2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd October 6, 2011
+.Dd Nomember 2, 2011
 .Dt CPUSET 3
 .Os
 .Sh NAME
@@ -41,7 +41,7 @@
 .Nd dynamic CPU sets
 .Sh SYNOPSIS
 .In sched.h
-.Ft cpuset_t
+.Ft cpuset_t *
 .Fn cpuset_create "void"
 .Ft void
 .Fn cpuset_destroy "cpuset_t *set"



Home | Main Index | Thread Index | Old Index