diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-01-07 02:13:54 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-01-07 02:13:54 +0100 |
commit | 0c8543235974026577ab2978bdc9a379314b36d3 (patch) | |
tree | 355cf8d39194e6771e5166ddaabe03096d866aee /sys/man/4 | |
parent | a5b6143c4c73098bfabe8b58f7e922473387a17d (diff) |
hjfs: network announce/listen support
Diffstat (limited to 'sys/man/4')
-rw-r--r-- | sys/man/4/hjfs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/man/4/hjfs b/sys/man/4/hjfs index 56a3b1411..e0eb414da 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 @@ -46,6 +49,9 @@ Use .I name as the name of the service. .TP +.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 |