From 605d07fcea4c23f847ce5b02bcd19d0d6754b197 Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Tue, 17 Jun 2003 08:43:19 +0000 Subject: [PATCH] Fix the #include part of the SYNOPSIS for heap.3 PR: bin/45269 Submitted by: Slaven Rezic --- lib/libisc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libisc/Makefile b/lib/libisc/Makefile index 19fe76af3c9..ca4d267502b 100644 --- a/lib/libisc/Makefile +++ b/lib/libisc/Makefile @@ -135,5 +135,6 @@ MLINKS+= assertions.3 ENSURE.3 \ sed -e 's/@INDOT@//g' \ -e 's/@SYSCALL_EXT@/2/g' \ -e 's/@SYS_OPS_EXT@/8/g' \ + -e 's/^.Fd #include .*heap.h.*/.Fd #include /' \ < ${.ALLSRC} > ${.TARGET}