diff options
author | jasone <jasone@FreeBSD.org> | 2001-08-07 04:29:53 +0000 |
---|---|---|
committer | jasone <jasone@FreeBSD.org> | 2001-08-07 04:29:53 +0000 |
commit | 0619ea75c37f69936602cf5923c7876f1e18429e (patch) | |
tree | 65c9d48fd2683db5b731020dc05e55e8578247e6 /share/man/man9/Makefile | |
parent | b0dfeae7a34e146e7c84d7874d366c3d97649060 (diff) | |
download | FreeBSD-src-0619ea75c37f69936602cf5923c7876f1e18429e.zip FreeBSD-src-0619ea75c37f69936602cf5923c7876f1e18429e.tar.gz |
Document sx_try_[sx]lock().
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r-- | share/man/man9/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index dd5f3d8..53195bb 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -164,6 +164,8 @@ MLINKS+=sx.9 sx_init.9 MLINKS+=sx.9 sx_destroy.9 MLINKS+=sx.9 sx_slock.9 MLINKS+=sx.9 sx_xlock.9 +MLINKS+=sx.9 sx_try_slock.9 +MLINKS+=sx.9 sx_try_xlock.9 MLINKS+=sx.9 sx_sunlock.9 MLINKS+=sx.9 sx_xunlock.9 MLINKS+=time.9 boottime.9 time.9 mono_time.9 time.9 runtime.9 |