Source-Changes-HG archive

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

[src/netbsd-1-5]: src/share/man/man9 Pull up revisions 1.63-1.64 (via patch, ...



details:   https://anonhg.NetBSD.org/src/rev/7d61fd0aa3a3
branches:  netbsd-1-5
changeset: 490650:7d61fd0aa3a3
user:      he <he%NetBSD.org@localhost>
date:      Sun Feb 04 19:02:50 2001 +0000

description:
Pull up revisions 1.63-1.64 (via patch, requested by pooka):
  Install lock.9 man page.

diffstat:

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

diffs (33 lines):

diff -r 0306e754bb12 -r 7d61fd0aa3a3 share/man/man9/Makefile
--- a/share/man/man9/Makefile   Sun Feb 04 18:58:26 2001 +0000
+++ b/share/man/man9/Makefile   Sun Feb 04 19:02:50 2001 +0000
@@ -1,4 +1,4 @@
-#       $NetBSD: Makefile,v 1.62.2.1 2000/08/16 01:20:31 itojun Exp $
+#       $NetBSD: Makefile,v 1.62.2.2 2001/02/04 19:02:50 he Exp $
 
 #      Makefile for section 9 (kernel function and variable) manual pages.
 
@@ -6,8 +6,8 @@
        cpu_reboot.9 ctxsw.9 disk.9 disklabel.9 dopowerhooks.9 \
        doshutdownhooks.9 ethersubr.9 evcnt.9 extent.9 fetch.9 fork1.9 \
        humanize_number.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 \
-       powerhook_establish.9 ppsratecheck.9 psignal.9 \
+       lock.9 log.9 malloc.9 mbuf.9 microtime.9 panic.9 pfil.9 physio.9 \
+       pool.9 powerhook_establish.9 ppsratecheck.9 psignal.9 \
        ratecheck.9 resettodr.9 rnd.9 \
        rt_timer.9 shutdownhook_establish.9 \
        sleep.9 softintr.9 spl.9 store.9 time.9 uiomove.9 ucom.9 usbdi.9 uvm.9 \
@@ -80,6 +80,12 @@
 MLINKS+=humanize_number.9 format_bytes.9
 MLINKS+=kprintf.9 printf.9 kprintf.9 sprintf.9 kprintf.9 vprintf.9 \
        kprintf.9 uprintf.9 kprintf.9 ttyprintf.9
+MLINKS+=lock.9 simple_lock_init.9 lock.9 simple_lock.9 \
+       lock.9 simple_lock_try.9 lock.9 simple_lock_unlock.9 \
+       lock.9 simple_lock_freecheck.9 lock.9 simple_lock_dump.9  \
+       lock.9 lockinit.9 lock.9 lockmgr.9 \
+       lock.9 lockstatus.9 lock.9 lockmgr_printinfo.9 \
+       lock.9 spinlockinit.9 lock.9 spinlockmgr.9 
 MLINKS+=malloc.9 free.9
 MLINKS+=mbuf.9 m_get.9 mbuf.9 m_getclr.9 mbuf.9 m_gethdr.9 mbuf.9 m_devget.9 \
        mbuf.9 m_copym.9 mbuf.9 m_copypacket.9 mbuf.9 m_copydata.9 \



Home | Main Index | Thread Index | Old Index