diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-09-08 06:01:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-09-08 06:01:42 +0000 |
commit | c7770f21801f2262c0921079c8b9d1cba4800716 (patch) | |
tree | 0aac9192e8fc4340ef01bd07e8c81fe657b0a1e8 /share/man | |
parent | ec61fdb51658e75daab3b912a20250b46223089b (diff) |
MLINK mtx_enter_try
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 9ebb33dbfaa..fcf9e0f46cd 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.155 2009/09/02 14:17:22 dlg Exp $ +# $OpenBSD: Makefile,v 1.156 2009/09/08 06:01:41 deraadt Exp $ # $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -221,6 +221,7 @@ MLINKS+=microtime.9 getmicrotime.9 microtime.9 microuptime.9 \ microtime.9 binuptime.9 MLINKS+=mountroothook_establish.9 mountroothook_disestablish.9 MLINKS+=mutex.9 mtx_init.9 mutex.9 mtx_enter.9 mutex.9 mtx_leave.9 +MLINKS+=mutex.9 mtx_enter_try.9 MLINKS+=namei.9 lookup.9 namei.9 relookup.9 namei.9 NDINIT.9 MLINKS+=pci_conf_read.9 pci_conf_write.9 pci_conf_read.9 pci_make_tag.9 \ pci_conf_read.9 pci_decompose_tag.9 |