From a0ae47cd489b1f440d4b76e72638dfc197ce5c93 Mon Sep 17 00:00:00 2001 From: Alfred Perlstein Date: Wed, 22 Nov 2000 03:44:55 +0000 Subject: [PATCH] Install DELAY(9). --- share/man/man9/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 06b9478defb..494b8e8a653 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -MAN9= CONDSPLASSERT.9 KASSERT.9 MD5.9 SPLASSERT.9 \ +MAN9= CONDSPLASSERT.9 DELAY.9 KASSERT.9 MD5.9 SPLASSERT.9 \ VFS.9 VFS_FHTOVP.9 VFS_INIT.9 VFS_MOUNT.9 VFS_QUOTACTL.9 \ VFS_ROOT.9 VFS_START.9 VFS_STATFS.9 VFS_SYNC.9 VFS_UNMOUNT.9 \ VFS_VGET.9 VFS_VPTOFH.9 VFS_CHECKEXP.9 \