]> git.lizzy.rs Git - plan9front.git/commitdiff
hjfs(4): fly your flag
authorstanley lieber <stanley.lieber@gmail.com>
Sat, 6 Oct 2012 17:27:40 +0000 (12:27 -0500)
committerstanley lieber <stanley.lieber@gmail.com>
Sat, 6 Oct 2012 17:27:40 +0000 (12:27 -0500)
sys/man/4/hjfs

index 3d793f9ee6c0c6c792a48127c155f40d8483af3f..56a3b1411f5940050531e1a426b5a6c7728010a3 100644 (file)
@@ -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