summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/madvise.2
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-02-02 05:06:29 +0000
committerwosch <wosch@FreeBSD.org>1996-02-02 05:06:29 +0000
commit315bad40390d8a88befdf9d2050e046b6f956947 (patch)
treeaeca7b853a4da8bbd25c5d4ec979e45b84177666 /lib/libc/sys/madvise.2
parent6e83fbce8655c2c333a6dcba6db82650d981343a (diff)
downloadFreeBSD-src-315bad40390d8a88befdf9d2050e046b6f956947.zip
FreeBSD-src-315bad40390d8a88befdf9d2050e046b6f956947.tar.gz
Submitted by: bruce, davidg, dyson
add a BUG section for mmap with current limitation section SYNOPSIS completed
Diffstat (limited to 'lib/libc/sys/madvise.2')
-rw-r--r--lib/libc/sys/madvise.22
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/sys/madvise.2 b/lib/libc/sys/madvise.2
index 7319442..d3b2124 100644
--- a/lib/libc/sys/madvise.2
+++ b/lib/libc/sys/madvise.2
@@ -38,6 +38,8 @@
.Nm madvise
.Nd give advise about use of memory
.Sh SYNOPSIS
+.Fd #include <sys/types.h>
+.Fd #include <sys/mman.h>
.Fn madvise "caddr_t addr" "int len" "int behav"
.Sh DESCRIPTION
The
OpenPOWER on IntegriCloud