From 9811d0fec157dfb7b331a504395f80fd3012da2a Mon Sep 17 00:00:00 2001 From: spew Date: Wed, 22 Mar 2017 18:11:23 -0500 Subject: webfs(4): timeout is in milliseconds not seconds (thanks sam-d) --- sys/man/4/webfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/man/4/webfs b/sys/man/4/webfs index b50385370..5ffedd8df 100644 --- a/sys/man/4/webfs +++ b/sys/man/4/webfs @@ -66,7 +66,7 @@ The following global parameters can be set: 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 -- cgit v1.2.3