Date: Thu, 29 Mar 2001 02:06:50 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 mutex.9 Message-ID: <200103291006.f2TA6od86992@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2001/03/29 02:06:50 PST
Modified files:
share/man/man9 mutex.9
Log:
Fixed wrong include in synopsis. <sys/param.h> is a prerequisite for
<sys/mutex.h> due to #include spam in <sys/mutex.h>. (More precisely,
<sys/time.h> is the prerequisite, but that is provided by standard
#include spam in <sys/param.h>.)
Fixed bitrot in prototype for mtx_init().
Revision Changes Path
1.13 +6 -6 src/share/man/man9/mutex.9
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103291006.f2TA6od86992>
