ref: d0c0ed77a976536ddae540a76514ba1d43d15bb6
parent: 018643ea84f9a2e819a5bb51982a1f397c8958cb
author: kvik <kvik@a-b.xyz>
date: Thu Jul 15 14:53:42 EDT 2021
webfs(4): fix typos
--- a/sys/man/4/webfs
+++ b/sys/man/4/webfs
@@ -170,7 +170,7 @@
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 @@
.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
--
⑨