summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorChris Costello <chris@FreeBSD.org>2000-02-14 01:34:15 +0000
committerChris Costello <chris@FreeBSD.org>2000-02-14 01:34:15 +0000
commitefeff014b48770e1a26538881bbd5f27a0869115 (patch)
tree8f6838f7d6827c960cee11016e023bd694dd1b52 /lib/libc
parentc139298856e8a8b14534bf9964d5b0a76cd58262 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/mmap.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2
index e165d32d4439..1906e534cbcc 100644
--- a/lib/libc/sys/mmap.2
+++ b/lib/libc/sys/mmap.2
@@ -175,7 +175,7 @@ system call generally do not flush dirty NOSYNC VM data.
The
.Xr msync 2
system call is obsolete since
-.Os BSD
+.Bx
implements a coherent filesystem buffer cache. However, it may be
used to associate dirty VM pages with filesystem buffers and thus cause
them to be flushed to physical media sooner rather then later.