diff options
author | kvik <kvik@a-b.xyz> | 2021-07-15 18:53:42 +0000 |
---|---|---|
committer | kvik <kvik@a-b.xyz> | 2021-07-15 18:53:42 +0000 |
commit | e85aa1089d1d4954aa949cd05c5b6b9c3fca596c (patch) | |
tree | 4e4e0601fc89232a2f72e64a836d2847aa693166 | |
parent | c2a315c78e42a9e161011c7b0559d5d54c103d21 (diff) | |
download | plan9front-e85aa1089d1d4954aa949cd05c5b6b9c3fca596c.tar.xz |
webfs(4): fix typos
-rw-r--r-- | sys/man/4/webfs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/man/4/webfs b/sys/man/4/webfs index 540eb8443..ead21e285 100644 --- a/sys/man/4/webfs +++ b/sys/man/4/webfs @@ -170,7 +170,7 @@ The resulting data may be read from as it arrives. .PP The following is a list of attributes that can be -set to do a connection prior initiating the request: +set for a connection prior to initiating the request: .TP .B url,baseurl See above. @@ -186,14 +186,14 @@ Usually, the HTTP method used is .B POST when .B postbody -file is opend first or +file is opened first or .B GET otherwise. This can be overridden with the .B request -attribute so send arbitrary HTTP requests. +attribute to send arbitrary HTTP requests. .TP .B headers -Adds arbitrary HTTP headers to be send with +Adds arbitrary HTTP headers to be sent with the request. .SH EXAMPLE .B /rc/bin/hget |