Date: Fri, 9 Mar 2007 16:52:27 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 Makefile sx.9 Message-ID: <200703091652.l29GqRL9090753@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2007-03-09 16:52:26 UTC FreeBSD src repository Modified files: share/man/man9 Makefile sx.9 Log: - Sort functions in the order that rwlock(9) and mutex(9) use. - Markup sx_unlock() as a function rather than saying it is a macro. The macro part is an implementation detail, and all the other sx_*lock() functions are actually macros, too. - Use the same style as rwlock(9) and mutex(9) to markup sx_assert() and SX_SYSINIT() with respect to headers and kernel options. - Add a missing MLINK. Revision Changes Path 1.298 +1 -0 src/share/man/man9/Makefile 1.35 +9 -10 src/share/man/man9/sx.9
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703091652.l29GqRL9090753>