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 pullup 1.50-1.51 (add MLINKS for pool.9)



details:   https://anonhg.NetBSD.org/src/rev/def823fe2372
branches:  netbsd-1-4
changeset: 468235:def823fe2372
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Apr 15 16:06:33 1999 +0000

description:
pullup 1.50-1.51 (add MLINKS for pool.9)

diffstat:

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

diffs (19 lines):

diff -r b0023f0d555d -r def823fe2372 share/man/man9/Makefile
--- a/share/man/man9/Makefile   Thu Apr 15 14:53:06 1999 +0000
+++ b/share/man/man9/Makefile   Thu Apr 15 16:06:33 1999 +0000
@@ -1,4 +1,4 @@
-#       $NetBSD: Makefile,v 1.50 1999/03/07 15:24:30 hwr Exp $
+#       $NetBSD: Makefile,v 1.50.2.1 1999/04/15 16:06:33 msaitoh Exp $
 
 #      Makefile for section 9 (kernel function and variable) manual pages.
 
@@ -80,6 +80,9 @@
        mbuf.9 M_ALIGN.9 mbuf.9 MH_ALIGN.9 mbuf.9 M_LEADINGSPACE.9 \
        mbuf.9 M_TRAILINGSPACE.9 mbuf.9 M_PREPEND.9 mbuf.9 MCHTYPE.9 \
        mbuf.9 MEXTREMOVE.9 mbuf.9 MFREE.9
+MLINKS+=pool.9 pool_create.9 pool.9 pool_destroy.9 pool.9 pool_get.9 \
+       pool.9 pool_put.9 pool.9 pool_prime.9 pool.9 pool_sethiwat.9 \
+       pool.9 pool_setlowat.9
 MLINKS+=rnd.9 rnd_attach_source.9 rnd.9 rnd_detach_source.9 \
        rnd.9 rnd_add_data.9 rnd.9 rnd_add_uint32.9
 MLINKS+=rt_timer.9 rt_timer_queue_create.9 rt_timer.9 rt_timer_queue_change.9 \



Home | Main Index | Thread Index | Old Index