diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2000-03-23 10:11:53 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2000-03-23 10:11:53 +0000 |
commit | e2cdeed4172a57248b3d29f652f67890977c4981 (patch) | |
tree | 4a40edfc01073becd9f903d12074a7000c07ba96 /share | |
parent | b6d89b9f9df65abfaaade113036867786de79643 (diff) |
Install links for the new timeout API.
Diffstat (limited to 'share')
-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 14c2668dd9c..28e320c97aa 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2000/03/17 22:24:27 jakob Exp $ +# $OpenBSD: Makefile,v 1.16 2000/03/23 10:11:52 art Exp $ # $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -39,7 +39,8 @@ MLINKS+=spl.9 spl0.9 spl.9 splbio.9 spl.9 splclock.9 spl.9 splhigh.9 \ MLINKS+=store.9 subyte.9 store.9 suibyte.9 store.9 susword.9 \ store.9 suswintr.9 store.9 suword.9 store.9 suiword.9 MLINKS+=time.9 boottime.9 time.9 mono_time.9 time.9 runtime.9 -MLINKS+=timeout.9 untimeout.9 +MLINKS+=timeout.9 timeout_add.9 timeout.9 timeout_set.9 \ + timeout.9 timeout_del.9 timeout.9 untimeout.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 |