From nobody@FreeBSD.org  Sun Jul  9 09:34:15 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6DD8716A4DA
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  9 Jul 2006 09:34:15 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3EF6643D45
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  9 Jul 2006 09:34:15 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k699YFvl018179
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 9 Jul 2006 09:34:15 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k699YFql018141;
	Sun, 9 Jul 2006 09:34:15 GMT
	(envelope-from nobody)
Message-Id: <200607090934.k699YFql018141@www.freebsd.org>
Date: Sun, 9 Jul 2006 09:34:15 GMT
From: Arne Woerner <arne_woerner@yahoo.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: mutex.9 / typo in synopsis of MTX_SYSINIT
X-Send-Pr-Version: www-2.3

>Number:         99956
>Category:       kern
>Synopsis:       mutex.9 / typo in synopsis of MTX_SYSINIT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 09 09:40:10 GMT 2006
>Closed-Date:    Sun Jul 16 06:49:42 GMT 2006
>Last-Modified:  Sun Jul 16 06:49:42 GMT 2006
>Originator:     Arne Woerner
>Release:        R6.1
>Organization:
>Environment:
FreeBSD neo.riddick.homeunix.org 6.1-RELEASE FreeBSD 6.1-RELEASE #1: Wed May 10 14:42:37 UTC 2006     aw@vaako.riddick.homeunix.org:/opt/src/sys/i386/compile/NEO  i386

>Description:
src/share/man/man9/mutex.9,v 1.49
has a bug in the synopsis section:

It says:
MTX_SYSINIT(name, struct mutex *mtx, const char *description, int opts);

But it should say:
MTX_SYSINIT(name, struct mtx *mutex, const char *description, int opts);

But it was quite easy to guess, what the author means...
But it might be better to get it right...

-Arne
>How-To-Repeat:

>Fix:
see above
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: maxim 
State-Changed-When: Sun Jul 9 09:46:54 UTC 2006 
State-Changed-Why:  
Fixed in HEAD.  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99956 
State-Changed-From-To: patched->closed 
State-Changed-By: maxim 
State-Changed-When: Sun Jul 16 06:49:17 UTC 2006 
State-Changed-Why:  
Merged to RELENG_6. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99956 
>Unformatted:
