diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2000-03-17 22:24:28 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2000-03-17 22:24:28 +0000 |
commit | 75c3ded8e40714bccd71d51536219d339456427e (patch) | |
tree | 529b0f8039a28d51a08853ef9f4d0e16ba627fb6 /share/man/man9/Makefile | |
parent | 2960a5ad7ffdb50b1c237c46e1678fde838e0999 (diff) |
ratecheck - function to help implement rate-limited actions (from NetBSD)
ok art@
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r-- | share/man/man9/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 37fb99ab43d..14c2668dd9c 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 1999/09/22 09:54:37 espie Exp $ +# $OpenBSD: Makefile,v 1.15 2000/03/17 22:24:27 jakob Exp $ # $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -6,7 +6,7 @@ MAN= boot.9 copy.9 disk.9 doshutdownhooks.9 fetch.9 fork1.9 \ extent.9 hz.9 hzto.9 intro.9 inittodr.9 log.9 kthread.9 \ malloc.9 md5.9 microtime.9 panic.9 pfind.9 printf.9 \ - psignal.9 resettodr.9 \ + psignal.9 ratecheck.9 resettodr.9 \ random.9 shutdownhook_establish.9 sleep.9 spl.9 store.9 style.9 \ time.9 timeout.9 vm_allocate.9 vm_map_copy.9 vm_deallocate.9 \ vm_map_inherit.9 vm_map_protect.9 |