diff options
author | Russ Cox <rsc@swtch.com> | 2008-07-20 04:57:07 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2008-07-20 04:57:07 -0400 |
commit | 9f0d3523fc61e53d6348d628df6fd16a7543cec4 (patch) | |
tree | cdacc65ef62aecb70af2ca58ef36e132fcb9d3fa | |
parent | f12ab3499649a760ea7fb6a1be0670583983888d (diff) | |
download | plan9port-9f0d3523fc61e53d6348d628df6fd16a7543cec4.tar.gz plan9port-9f0d3523fc61e53d6348d628df6fd16a7543cec4.tar.bz2 plan9port-9f0d3523fc61e53d6348d628df6fd16a7543cec4.zip |
vbackup(8): explain +refreshconfig, vmount address (Brian L. Stuart)
-rw-r--r-- | man/man8/vbackup.8 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/man/man8/vbackup.8 b/man/man8/vbackup.8 index 3fc07e1f..89da1da5 100644 --- a/man/man8/vbackup.8 +++ b/man/man8/vbackup.8 @@ -225,6 +225,11 @@ On most operating systems, .I vmount must be run by the user .BR root . +Because +.I address +is passed to the host OS kernel rather than interpreted by +.IR dial (3), +it must be only an IP address, not a full dial address. .PP .I Vnfs serves, using the @@ -344,6 +349,16 @@ or rules are given, the default action is to reject the request. In the absence of any rules, the default action is to accept all requests. .PD +.PP +Reading the special file +.B /dump/+refreshconfig +causes +.I vnfs +to reload +.IR config . +The read returns either the string +.B ok +or an error message. .SH EXAMPLES .PP Running on the server |