summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-08-21 16:48:54 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-08-21 16:48:54 +0000
commite2aea10efa5e0e0b89a19a440b85ca0050f7c370 (patch)
tree3164d1adf008373eb00b0d9582fdac0a1b28d52a /lib/libc
parentfcc15db5fc099e78769670b7bd3304ec51ee76d8 (diff)
mention that madvise() is not yet implemented
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/madvise.26
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/sys/madvise.2 b/lib/libc/sys/madvise.2
index bbed6e44ef2..9caaf7b1e87 100644
--- a/lib/libc/sys/madvise.2
+++ b/lib/libc/sys/madvise.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: madvise.2,v 1.8 1998/07/06 18:27:49 deraadt Exp $
+.\" $OpenBSD: madvise.2,v 1.9 1998/08/21 16:48:53 millert Exp $
.\" $NetBSD: madvise.2,v 1.7 1995/12/27 21:17:02 jtc Exp $
.\"
.\" Copyright (c) 1991, 1993
@@ -73,6 +73,10 @@ is set to indicate the error.
.Xr mprotect 2 ,
.Xr msync 2 ,
.Xr munmap 2
+.Sh BUGS
+The
+.Fn madvise
+function is not implemented in the current vm subsystem.
.Sh HISTORY
The
.Nm madvise