NetBSD Problem Report #50568

From www@NetBSD.org  Thu Dec 17 03:20:55 2015
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.NetBSD.org [199.233.217.200])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK))
	by mollari.NetBSD.org (Postfix) with ESMTPS id 1574B7ABFD
	for <gnats-bugs@gnats.NetBSD.org>; Thu, 17 Dec 2015 03:20:55 +0000 (UTC)
Message-Id: <20151217032053.EB6CA7ACD2@mollari.NetBSD.org>
Date: Thu, 17 Dec 2015 03:20:53 +0000 (UTC)
From: ozaki-r@netbsd.org
Reply-To: ozaki-r@netbsd.org
To: gnats-bugs@NetBSD.org
Subject: No man pages for {rw,mutex}_obj_*
X-Send-Pr-Version: www-1.0

>Number:         50568
>Category:       kern
>Synopsis:       No man pages for {rw,mutex}_obj_*
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Dec 17 03:25:00 +0000 2015
>Originator:     Ryota Ozaki
>Release:        NetBSD-current
>Organization:
>Environment:
NetBSD rangeley 7.99.23 NetBSD 7.99.23 (RANGELEY) #66: Fri Dec 11 15:04:35 JST 2015  ozaki-r@rangeley:(hidden) amd64
>Description:
We don't have man pages for the following APIs:

kmutex_t *mutex_obj_alloc(kmutex_type_t, int);
void    mutex_obj_hold(kmutex_t *);
bool    mutex_obj_free(kmutex_t *);

krwlock_t *rw_obj_alloc(void);
void    rw_obj_hold(krwlock_t *);
bool    rw_obj_free(krwlock_t *);

We should have pages for them or add descriptions of them to mutex(9) and rwlock(9).
>How-To-Repeat:
man mutex_obj_alloc
man rw_obj_alloc

man mutex
man rwlock
>Fix:
Someone(tm), please write :)

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2014 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.