diff options
author | 1998-08-21 16:48:53 +0000 | |
---|---|---|
committer | 1998-08-21 16:48:53 +0000 | |
commit | ada49b565247727d25e93f92c328a2f803f2907d (patch) | |
tree | ff55c6d4e3c7bd10997de3349e2e8494adab4dd7 | |
parent | document MAP_COPY (diff) | |
download | wireguard-openbsd-ada49b565247727d25e93f92c328a2f803f2907d.tar.xz wireguard-openbsd-ada49b565247727d25e93f92c328a2f803f2907d.zip |
mention that madvise() is not yet implemented
-rw-r--r-- | lib/libc/sys/madvise.2 | 6 |
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 |