summaryrefslogtreecommitdiff
path: root/man2/posix_fadvise.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2006-08-03 13:57:17 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2006-08-03 13:57:17 +0000
commit97c1eac86f435d7feeef158417941751e7bd7a15 (patch)
treeeaaf11b858dbfcd124268c4b54816d2456a16d85 /man2/posix_fadvise.2
parent65017cd944dfe9b3477d7a438caa86b36d37cf9e (diff)
Updated CONFORMING TO section
Diffstat (limited to 'man2/posix_fadvise.2')
-rw-r--r--man2/posix_fadvise.28
1 files changed, 6 insertions, 2 deletions
diff --git a/man2/posix_fadvise.2 b/man2/posix_fadvise.2
index 19d33a1b8..28c931ba6 100644
--- a/man2/posix_fadvise.2
+++ b/man2/posix_fadvise.2
@@ -106,10 +106,14 @@ Pages that have not yet been written out will be unaffected, so if the
application wishes to guarantee that pages will be released, it should
call \fBfsync\fP() or \fBfdatasync\fP() first.
.SH "CONFORMING TO"
-SUSv3 (Advanced Realtime Option), POSIX 1003.1-2003.
+POSIX.1-2001.
Note that the type of the
.I len
-parameter was changed from size_t to off_t in POSIX 1003.1-2003 TC5.
+parameter was changed from
+.I size_t
+to
+.I off_t
+in POSIX.1-2003 TC5.
.SH BUGS
In kernels before 2.6.6, if
.I len