From d14fe20bec94ce2495331478f5b73a76ddeacd7b Mon Sep 17 00:00:00 2001 From: thorpej Date: Tue, 4 Feb 2003 16:22:47 +0000 Subject: [PATCH] Oops, forgot to remove links for callout_active and callout_deactivate. --- share/man/man9/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index ebb48f7845d6..91197e0cd05b 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.136 2003/02/04 01:22:36 thorpej Exp $ +# $NetBSD: Makefile,v 1.137 2003/02/04 16:22:47 thorpej Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -99,8 +99,7 @@ MLINKS+=bus_dma.9 bus_dmamap_create.9 bus_dma.9 bus_dmamap_destroy.9 \ bus_dma.9 bus_dmamem_mmap.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_active.9 \ - callout.9 callout_pending.9 callout.9 callout_deactivate.9 \ + callout.9 callout_stop.9 callout.9 callout_pending.9 \ callout.9 CALLOUT_INITIALIZER.9 \ callout.9 CALLOUT_INITIALIZER_SETFUNC.9 \ callout.9 timeout.9 callout.9 untimeout.9