diff options
author | spew <devnull@localhost> | 2017-03-22 18:11:23 -0500 |
---|---|---|
committer | spew <devnull@localhost> | 2017-03-22 18:11:23 -0500 |
commit | 9811d0fec157dfb7b331a504395f80fd3012da2a (patch) | |
tree | abd7b9e54568a074cbb74972a3ad686f0268ba88 /sys/man/4 | |
parent | b7ee84c65da44dfed3d8ceca424da511b0c1412f (diff) |
webfs(4): timeout is in milliseconds not seconds (thanks sam-d)
Diffstat (limited to 'sys/man/4')
-rw-r--r-- | sys/man/4/webfs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |