aboutsummaryrefslogtreecommitdiff
path: root/man/man4/vacfs.4
diff options
context:
space:
mode:
authorDavid du Colombier <0intro@gmail.com>2011-06-13 14:41:52 -0400
committerRuss Cox <rsc@swtch.com>2011-06-13 14:41:52 -0400
commitce8d6f246568cdb397a0a0095ad843a9769149a8 (patch)
tree8dda8db37852634413071c928eb21784a46e3edd /man/man4/vacfs.4
parent3155ec718b80413db5b6c90fde8101bda93ccf93 (diff)
downloadplan9port-ce8d6f246568cdb397a0a0095ad843a9769149a8.tar.gz
plan9port-ce8d6f246568cdb397a0a0095ad843a9769149a8.tar.bz2
plan9port-ce8d6f246568cdb397a0a0095ad843a9769149a8.zip
vacfs: document replacement of -c flag by -M
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4595049
Diffstat (limited to 'man/man4/vacfs.4')
-rw-r--r--man/man4/vacfs.414
1 files changed, 7 insertions, 7 deletions
diff --git a/man/man4/vacfs.4 b/man/man4/vacfs.4
index 783f9ab1..143e782b 100644
--- a/man/man4/vacfs.4
+++ b/man/man4/vacfs.4
@@ -7,10 +7,6 @@ vacfs \- a Venti-based file system
.B -dip
]
[
-.B -c
-.I cachesize
-]
-[
.B -h
.I host
]
@@ -22,6 +18,10 @@ vacfs \- a Venti-based file system
.B -s
.I srvname
]
+[
+.B -M
+.I mem
+]
.I vacfile
.SH DESCRIPTION
.I Vacfs
@@ -41,9 +41,6 @@ Options to
.I vacfs
are:
.TP
-.BI -c " cachesize
-The number of file system blocks to cache in memory. The default is 1000 blocks.
-.TP
.B -d
Print debugging information to standard error.
.TP
@@ -77,6 +74,9 @@ is
without any directory name or
.L .vac
extension.
+.TP
+.BI -M " mem
+The amount of memory, in bytes, allocated to the block cache. The default is 16M.
.PD
.SH SOURCE
.B \*9/src/cmd/vac