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 | |
parent | c79dc3263e6242182421a99c384e70124e7e544a (diff) |
httpfile(4): document webfs dependency
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/1/hget | 2 | ||||
-rw-r--r-- | sys/man/4/httpfile | 9 |
2 files changed, 9 insertions, 2 deletions
diff --git a/sys/man/1/hget b/sys/man/1/hget index c4fd18d9a..c4238344a 100644 --- a/sys/man/1/hget +++ b/sys/man/1/hget @@ -243,7 +243,7 @@ to .IR ftpfs (4), .IR file (1) .SH DIAGNOSTICS -.I Hget , +.IR Hget , .I hpost and .I webpaste 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. |