git: 9front

Download patch

ref: 8f698c07a46530321fc1375e4e3becb1250c3966
parent: 089461dd0c906fbdb2345043bf0e9725decff8af
author: spew <devnull@localhost>
date: Wed Mar 22 14:11:23 EDT 2017

webfs(4): timeout is in milliseconds not seconds (thanks sam-d)

--- a/sys/man/4/webfs
+++ b/sys/man/4/webfs
@@ -66,7 +66,7 @@
 Sets the HTTP user agent string.
 .TP
 .B timeout
-Sets the request timeout in seconds.
+Sets the request timeout in milliseconds.
 .TP
 .BI flushauth " url"
 Flushes any associated authentication information for
--