summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/man/4/hjfs14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/man/4/hjfs b/sys/man/4/hjfs
index 3d793f9ee..56a3b1411 100644
--- a/sys/man/4/hjfs
+++ b/sys/man/4/hjfs
@@ -28,31 +28,31 @@ is an experimental file server with support for a cache and an archival dump on
The options are:
.TF "n name"
.TP
-.BI A
+.BI -A
Require auth.
.TP
-.BI "f " file
+.BI "-f " file
Use
.I file
as the disk.
.TP
-.BI "m " mem
+.BI "-m " mem
Allocate
.I mem
megabytes to use for cache.
.TP
-.BI "n " name
+.BI "-n " name
Use
.I name
as the name of the service.
.TP
-.B r
+.B -r
Ream the file system, erasing all of the old data.
.TP
-.B S
+.B -S
Ignore permissions.
.TP
-.B s
+.B -s
Read and write protocol messages on file descriptor zero.
.PD
.SH SOURCE