mutex.9: Misc updates and minor improvements.
authorNuno Antunes <nuno.antunes@gmail.com>
Fri, 24 Aug 2012 14:45:35 +0000 (15:45 +0100)
committerNuno Antunes <nuno.antunes@gmail.com>
Fri, 24 Aug 2012 14:46:46 +0000 (15:46 +0100)
commitdcece5c7521207769edc2756956f76ef8b485ce1
treee05a786e739b27d049c06fb16a80189d617f1d5f
parent91810a6f0686477493e9915e98cfc5adcbe91363
mutex.9: Misc updates and minor improvements.

* mtx_spinlock_ex() and mtx_spinlock_sh() do not exist anymore. mtx_spinlock()
  replaced both.

* Add MLINKS for mtx_lock(), mtx_spinlock_try() and mtx_spinunlock().

* Use .Fn for function name mtx_lock_ex_quick().

* Add some text describing mtx_lock(), mtx_spinlock_try() and mtx_spinunlock().

* Start a sentence with capital letter but avoid starting with a function name.

* Add a missing .Fa.

* Add a cross reference to sleep(9) in the SEE ALSO section.

* Bump date.

Reviewed-by: swildner
Makefile_upgrade.inc
share/man/man9/Makefile
share/man/man9/mutex.9