cvs commit: src/share/man/man9 Makefile sx.9

John Baldwin jhb at FreeBSD.org
Fri Mar 9 16:52:27 UTC 2007


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


More information about the cvs-src mailing list