diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-05-05 19:06:57 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-05-05 19:06:57 +0000 |
commit | d5b354d59e5d8f824d460b85282ba545d02a7ad4 (patch) | |
tree | 40ac6c79807329423bdbdb0f6f71cfb10f0edfdb /share/man/man4/options.4 | |
parent | 3831500bdda701da6b45de87df334aa7f2dc7be0 (diff) |
sync the description of bufcachepercent; ok deraadt
Diffstat (limited to 'share/man/man4/options.4')
-rw-r--r-- | share/man/man4/options.4 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index 506b4abe804..419724adc46 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.264 2019/04/21 15:33:39 deraadt Exp $ +.\" $OpenBSD: options.4,v 1.265 2019/05/05 19:06:56 jmc Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -34,7 +34,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: April 21 2019 $ +.Dd $Mdocdate: May 5 2019 $ .Dt OPTIONS 4 .Os .Sh NAME @@ -242,8 +242,7 @@ See .Sh FILE SYSTEM OPTIONS .Bl -ohang .It Cd option BUFCACHEPERCENT= Ns Ar integer -Percentage of DMA-reachable RAM to use as a file system buffer. -It defaults to 80. +The maximum percentage of DMA-reachable physical memory the buffer cache may use. .It Cd option EXT2FS_SYSTEM_FLAGS This option changes the behavior of the APPEND and IMMUTABLE flags for a file on an |