Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/share/man/man9/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/share/man/man9/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.50 retrieving revision 1.51 diff -u -p -r1.50 -r1.51 --- src/share/man/man9/Makefile 1999/03/07 15:24:30 1.50 +++ src/share/man/man9/Makefile 1999/04/03 14:50:21 1.51 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 1999/03/07 15:24:30 hwr Exp $ +# $NetBSD: Makefile,v 1.51 1999/04/03 14:50:21 msaitoh Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -80,6 +80,9 @@ MLINKS+=mbuf.9 m_get.9 mbuf.9 m_getclr.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 \