diff options
author | dougb <dougb@FreeBSD.org> | 2003-06-17 08:43:19 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2003-06-17 08:43:19 +0000 |
commit | b73ccc7a1b62b75d6ab333fb0e8454d4f940cbda (patch) | |
tree | cadcb89220f8092a8aa959b88bd82b8a9362d142 | |
parent | e754b647b9c039dcb7874e0bc76513b94a09973a (diff) | |
download | FreeBSD-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>
-rw-r--r-- | lib/libisc/Makefile | 1 |
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} |