shithub: riscv

Download patch

ref: 585f475c01e6d0f5b46c50443c4c1231a4c38a5a
parent: c79dc3263e6242182421a99c384e70124e7e544a
author: cinap_lenrek <[email protected]>
date: Wed Nov 12 07:33:14 EST 2014

httpfile(4): document webfs dependency

--- a/sys/man/1/hget
+++ b/sys/man/1/hget
@@ -243,7 +243,7 @@
 .IR ftpfs (4),
 .IR file (1)
 .SH DIAGNOSTICS
-.I Hget ,
+.IR Hget ,
 .I hpost
 and
 .I webpaste
--- 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 @@
 .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.