shithub: riscv

Download patch

ref: 3049e7036b0e1f7c4af05b3c5377f8fc4aef9736
parent: f80ac5dd422a89d88847434e9d88c303a739742b
author: stanley lieber <[email protected]>
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