kern/99956: mutex.9 / typo in synopsis of MTX_SYSINIT
Arne Woerner
arne_woerner at yahoo.com
Sun Jul 9 09:40:11 UTC 2006
>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 at 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:
More information about the freebsd-bugs
mailing list