summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-05-25 16:58:26 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-05-25 16:58:26 +0000
commit3b978d8af6c787674a1a3c8add3237e4201a93f4 (patch)
tree335e897b1d5ca96e79b601128fda1ebf4cb0e854
parent6aefe176768350e3e65939bc802bdf7c90bfb320 (diff)
Document option BUFCACHEPERCENT; sh00p@netunlimited.net
-rw-r--r--share/man/man4/options.45
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4
index dc57d9a8b4c..9832f30e7c2 100644
--- a/share/man/man4/options.4
+++ b/share/man/man4/options.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: options.4,v 1.52 2000/05/19 21:49:11 fgsch Exp $
+.\" $OpenBSD: options.4,v 1.53 2000/05/25 16:58:25 aaron Exp $
.\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $
.\"
.\" Copyright (c) 1998 Theo de Raadt
@@ -361,6 +361,9 @@ Enables a scheme that uses partial ordering of buffer cache operations
to allow metadata updates in FFS to happen asynchronously. For more
details see
.Xr ffs_softupdates 4 .
+.It Cd option BUFCACHEPERCENT=integer
+Percentage of RAM to use as a file system buffer.
+It defaults to 5.
.It Cd option NFSSERVER
Include the server side of the
.Em NFS