diff options
| author | yamt <yamt@NetBSD.org> | 2009-06-09 11:21:33 +0000 |
|---|---|---|
| committer | yamt <yamt@NetBSD.org> | 2009-06-09 11:21:33 +0000 |
| commit | dd8cbf5c36eb33b39fcb512eaf67830127c19d1d (patch) | |
| tree | ce7cb0f67dbf165e76192ac93c17d0de3b266a3c /lib/libc/sys | |
| parent | bcb5a47bca827882977e504bdc54f283f5690d7a (diff) | |
don't bother to say that some advises are not implemented.
ignoring them is a valid implementation.
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/posix_fadvise.2 | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/lib/libc/sys/posix_fadvise.2 b/lib/libc/sys/posix_fadvise.2 index 22f5f60aa25..9190fe76dc9 100644 --- a/lib/libc/sys/posix_fadvise.2 +++ b/lib/libc/sys/posix_fadvise.2 @@ -1,6 +1,6 @@ -.\" $NetBSD: posix_fadvise.2,v 1.2 2006/02/24 21:50:04 wiz Exp $ +.\" $NetBSD: posix_fadvise.2,v 1.3 2009/06/09 11:21:33 yamt Exp $ .\" -.\" Copyright (c)2006 YAMAMOTO Takashi, +.\" Copyright (c)2006,2009 YAMAMOTO Takashi, .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without @@ -25,7 +25,7 @@ .\" SUCH DAMAGE. .\" .\" ------------------------------------------------------------ -.Dd February 20, 2006 +.Dd June 9, 2009 .Dt POSIX_FADVISE 2 .Os .Sh NAME @@ -90,12 +90,6 @@ Otherwise, it returns an error number. .Xr madvise 2 .\" ------------------------------------------------------------ .Sh BUGS -.Dv POSIX_FADV_WILLNEED , -.Dv POSIX_FADV_DONTNEED , -and -.Dv POSIX_FADV_NOREUSE -are not implemented. -.Pp For .Dv POSIX_FADV_NORMAL , .Dv POSIX_FADV_RANDOM , |
