]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/man/4/hjfs
audiohda: fix syntax error
[plan9front.git] / sys / man / 4 / hjfs
index 3d793f9ee6c0c6c792a48127c155f40d8483af3f..31a2ee2ea147c8357a30845d437aee69cdec3d79 100644 (file)
@@ -15,6 +15,9 @@ hjfs \- file server
 .B -n
 .I name
 ] [
+.B -a
+.I announce-string
+] ... [
 -r
 ] [
 .B -S
@@ -28,32 +31,35 @@ 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
+.BI "-a " announce-string
+will announce and listen on the specified network address.
+.TP
+.B -r
 Ream the file system, erasing all of the old data.
 .TP
-.B S
+.B -S
 Ignore permissions.
 .TP
-.B s
-Read and write protocol messages on file descriptor zero.
+.B -s
+Read and write protocol messages on standard file descriptors zero and one.
 .PD
 .SH SOURCE
 .B /sys/src/cmd/hjfs
@@ -67,4 +73,4 @@ Read and write protocol messages on file descriptor zero.
 .SH BUGS
 .LP
 .I Hjfs
-is a work in progress. It does not yet listen for network connections.
+is a work in progress.