diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-11-12 12:33:14 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-11-12 12:33:14 +0100 |
commit | 585f475c01e6d0f5b46c50443c4c1231a4c38a5a (patch) | |
tree | 9f977a3a376103132de1a2cfe65c413254b6a8ea /sys/man/4 | |
parent | c79dc3263e6242182421a99c384e70124e7e544a (diff) |
httpfile(4): document webfs dependency
Diffstat (limited to 'sys/man/4')
-rw-r--r-- | sys/man/4/httpfile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/man/4/httpfile b/sys/man/4/httpfile index 0947814ac..619009a6d 100644 --- a/sys/man/4/httpfile +++ b/sys/man/4/httpfile @@ -2,7 +2,7 @@ .SH NAME httpfile \- serve a single web file .SH SYNOPSIS -.B httpfile +.B ip/httpfile [ .B -9d ] @@ -74,3 +74,10 @@ mount /srv/9660 /n/iso 9front.iso .SH "SEE ALSO" .IR hget (1), .IR webfs (4) +.SH DIAGNOSTICS +.I Httpfile +requires +.IR webfs (4) +service mounted on +.B /mnt/web +to work. |