From c9032f9a67168bb99c2fb37909c6ce6022e694d2 Mon Sep 17 00:00:00 2001 From: wosch Date: Tue, 23 Jan 1996 23:33:55 +0000 Subject: [PATCH] note in bugs section: madvise not yet implemented --- lib/libc/sys/madvise.2 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/libc/sys/madvise.2 b/lib/libc/sys/madvise.2 index d0676ab18fce..7319442ff616 100644 --- a/lib/libc/sys/madvise.2 +++ b/lib/libc/sys/madvise.2 @@ -59,7 +59,12 @@ The known behaviors are given in .Xr msync 2 , .Xr munmap 2 , .Xr mprotect 2 , -.Xr mincore 2 +.Xr mincore 2 . + +.Sh BUGS +.Nm madvise +is not yet implemented. + .Sh HISTORY The .Nm madvise