Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jul 2006 09:34:15 GMT
From:      Arne Woerner <arne_woerner@yahoo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/99956: mutex.9 / typo in synopsis of MTX_SYSINIT
Message-ID:  <200607090934.k699YFql018141@www.freebsd.org>
Resent-Message-ID: <200607090940.k699eAhu056457@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         99956
>Category:       kern
>Synopsis:       mutex.9 / typo in synopsis of MTX_SYSINIT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 09 09:40:10 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607090934.k699YFql018141>