From 47ff3cea337ea288d0f279678a2240f020d96d89 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 14 Feb 2000 01:34:15 +0000 Subject: Replace `.Os BSD' which caused a troff error with `.Bx' which also happens to be the correct macro to use in this situation. --- lib/libc/sys/mmap.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2 index e165d32..1906e53 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. -- cgit v1.1