ref: ecf432c531c26090d64b0c53f6a532adb291d00f
parent: 738e728d2d77a5e63c9c635233512cdbd7f2a51a
author: stanley lieber <stanley.lieber@gmail.com>
date: Sat Oct 6 08:27:40 EDT 2012
hjfs(4): fly your flag
--- a/sys/man/4/hjfs
+++ b/sys/man/4/hjfs
@@ -28,31 +28,31 @@
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
--
⑨