X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=sys%2Fman%2F4%2Fhjfs;h=31a2ee2ea147c8357a30845d437aee69cdec3d79;hb=HEAD;hp=3d793f9ee6c0c6c792a48127c155f40d8483af3f;hpb=349abfcd795125bf09fae588944d98b9d871cbc9;p=plan9front.git diff --git a/sys/man/4/hjfs b/sys/man/4/hjfs index 3d793f9ee..31a2ee2ea 100644 --- a/sys/man/4/hjfs +++ b/sys/man/4/hjfs @@ -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.