diff options
author | chris <chris@FreeBSD.org> | 2000-02-14 01:34:15 +0000 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 2000-02-14 01:34:15 +0000 |
commit | 47ff3cea337ea288d0f279678a2240f020d96d89 (patch) | |
tree | fd8f6785f57618a2d50b27d71413a6dcdbf987c5 /lib/libc/sys | |
parent | d57040b51dbf2594dab97b34b39b2db6068b0b19 (diff) | |
download | FreeBSD-src-47ff3cea337ea288d0f279678a2240f020d96d89.zip FreeBSD-src-47ff3cea337ea288d0f279678a2240f020d96d89.tar.gz |
Replace `.Os BSD' which caused a troff error with `.Bx' which also
happens to be the correct macro to use in this situation.
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/mmap.2 | 2 |
1 files changed, 1 insertions, 1 deletions
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. |