summaryrefslogtreecommitdiffstats
path: root/lib/libisc
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2003-06-17 08:43:19 +0000
committerdougb <dougb@FreeBSD.org>2003-06-17 08:43:19 +0000
commitb73ccc7a1b62b75d6ab333fb0e8454d4f940cbda (patch)
treecadcb89220f8092a8aa959b88bd82b8a9362d142 /lib/libisc
parente754b647b9c039dcb7874e0bc76513b94a09973a (diff)
downloadFreeBSD-src-b73ccc7a1b62b75d6ab333fb0e8454d4f940cbda.zip
FreeBSD-src-b73ccc7a1b62b75d6ab333fb0e8454d4f940cbda.tar.gz
Fix the #include part of the SYNOPSIS for heap.3
PR: bin/45269 Submitted by: Slaven Rezic <slaven.rezic@berlin.de>
Diffstat (limited to 'lib/libisc')
-rw-r--r--lib/libisc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libisc/Makefile b/lib/libisc/Makefile
index 19fe76a..ca4d267 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 <isc\/heap.h>/' \
< ${.ALLSRC} > ${.TARGET}
OpenPOWER on IntegriCloud