diff options
author | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 2001-03-15 23:21:40 +0000 |
---|---|---|
committer | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 2001-03-15 23:21:40 +0000 |
commit | cc245ceb9e7821dfc247161ea15e9f80eafb44ea (patch) | |
tree | 1dc031564b0eb13df60c0729bea1899229f36bc8 /share/man/man9/Makefile | |
parent | 4e86011290953ecbcd38757b9a78aa276edb93b0 (diff) |
Document timeout_triggered
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r-- | share/man/man9/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 929f829db38..0608e3c37f1 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.33 2001/03/10 06:44:17 csapuntz Exp $ +# $OpenBSD: Makefile,v 1.34 2001/03/15 23:21:39 csapuntz Exp $ # $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -86,7 +86,8 @@ MLINKS+=store.9 subyte.9 store.9 suibyte.9 store.9 susword.9 \ MLINKS+=time.9 boottime.9 time.9 mono_time.9 time.9 runtime.9 MLINKS+=timeout.9 timeout_add.9 timeout.9 timeout_set.9 \ timeout.9 timeout_pending.9 timeout.9 timeout_del.9 \ - timeout.9 timeout_initialized.9 timeout.9 untimeout.9 + timeout.9 timeout_initialized.9 timeout.9 untimeout.9 \ + timeout.9 timeout_triggered.9 MLINKS+=vm_map_copy.9 vm_copy.9 MLINKS+=vm_map_inherit.9 vm_inherit.9 MLINKS+=vm_map_protect.9 vm_protect.9 |