Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/share/man/man9 Pull up revision 1.57 (via patch, reques...



details:   https://anonhg.NetBSD.org/src/rev/497306bd5425
branches:  netbsd-1-4
changeset: 470382:497306bd5425
user:      he <he%NetBSD.org@localhost>
date:      Fri Feb 18 20:27:28 2000 +0000

description:
Pull up revision 1.57 (via patch, requested by thorpej):
  Implement ratecheck(), a function which can help kernel programmers
  implement rate-limited actions.

diffstat:

 share/man/man9/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 6a3aa8567a29 -r 497306bd5425 share/man/man9/Makefile
--- a/share/man/man9/Makefile   Fri Feb 18 20:26:43 2000 +0000
+++ b/share/man/man9/Makefile   Fri Feb 18 20:27:28 2000 +0000
@@ -1,12 +1,13 @@
-#       $NetBSD: Makefile,v 1.50.2.1 1999/04/15 16:06:33 msaitoh Exp $
+#       $NetBSD: Makefile,v 1.50.2.2 2000/02/18 20:27:28 he Exp $
 
 #      Makefile for section 9 (kernel function and variable) manual pages.
 
 MAN=   access.9 arp.9 audio.9 bus_space.9 bus_dma.9 copy.9 cpu_reboot.9 \
        ctxsw.9 disk.9 disklabel.9 doshutdownhooks.9 ethersubr.9 extent.9 \
        fetch.9 fork1.9 inittodr.9 intro.9 ioctl.9 kprintf.9 log.9 malloc.9 mbuf.9 \
-       microtime.9 panic.9 pfil.9 physio.9 pool.9 psignal.9 resettodr.9 rnd.9 \
-       rt_timer.9 shutdownhook_establish.9 sleep.9 spl.9 store.9 time.9 \
+       microtime.9 panic.9 pfil.9 physio.9 pool.9 psignal.9 \
+       ratecheck.9 resettodr.9 rnd.9 rt_timer.9 \
+       shutdownhook_establish.9 sleep.9 spl.9 store.9 time.9 \
        timeout.9 uiomove.9 uvm.9 vslock.9 wdc.9
 MLINKS+=arp.9 arp_ifinit.9 arp.9 arpresolve.9 arp.9 arpintr.9
 MLINKS+=access.9 kernacc.9 access.9 useracc.9



Home | Main Index | Thread Index | Old Index