sleep.9: Catch up with spin_{,un}lock_wr() -> spin_{,un}lock() rename of 2 years...
authorNuno Antunes <nuno.antunes@gmail.com>
Wed, 22 Aug 2012 06:47:11 +0000 (07:47 +0100)
committerNuno Antunes <nuno.antunes@gmail.com>
Thu, 23 Aug 2012 07:00:32 +0000 (08:00 +0100)
commit03f0dd1112df772ac1ec37008453bb6415833745
treee22bafd05b4e69ead0789c44a865950c13715296
parentef67e7a397e149a4f8f59643c786effa85a2e5d6
sleep.9: Catch up with spin_{,un}lock_wr() -> spin_{,un}lock() rename of 2 years ago.

* Accordingly rename function names in the ssleep() implementation example.

* We have only exclusive spinlocks, remove the "(write)" reference which was
  implicitly suggesting that we have another kind.

* While here, uncapitalize first letter of function a name.
share/man/man9/sleep.9