Sun Jan 4 19:33:56 2009 UTC ()
Add missing callout_* links and order the callout_* links as per the
manual page.


(jdc)
diff -r1.275 -r1.276 src/share/man/man9/Makefile

cvs diff -r1.275 -r1.276 src/share/man/man9/Makefile (expand / switch to context diff)
--- src/share/man/man9/Makefile 2008/12/16 22:50:32 1.275
+++ src/share/man/man9/Makefile 2009/01/04 19:33:56 1.276
@@ -1,4 +1,4 @@
-#       $NetBSD: Makefile,v 1.275 2008/12/16 22:50:32 christos Exp $
+#       $NetBSD: Makefile,v 1.276 2009/01/04 19:33:56 jdc Exp $
 
 #	Makefile for section 9 (kernel function and variable) manual pages.
 
@@ -152,10 +152,11 @@
 	bus_dma.9 bus_dmamem_map.9 bus_dma.9 bus_dmamem_unmap.9 \
 	bus_dma.9 bus_dmamem_mmap.9 \
 	bus_dma.9 bus_dmatag_subregion.9 bus_dma.9 bus_dmatag_destroy.9
-MLINKS+=callout.9 callout_init.9 callout.9 callout_reset.9 \
-	callout.9 callout_schedule.9 callout.9 callout_setfunc.9 \
-	callout.9 callout_stop.9 callout.9 callout_pending.9 \
-	callout.9 callout_destroy.9 \
+MLINKS+=callout.9 callout_init.9 callout.9 callout_destroy.9 \
+	callout.9 callout_reset.9 callout.9 callout_schedule.9 \
+	callout.9 callout_setfunc.9 callout.9 callout_stop.9 \
+	callout.9 callout_pending.9 callout.9 callout_expired.9 \
+	callout.9 callout_invoking.9 callout.9 callout_ack.9 \
 	callout.9 timeout.9 callout.9 untimeout.9
 MLINKS+=cardbus.9 cardbus_attach_card.9 \
 	cardbus.9 cardbus_detach_card.9 \