]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs/cmdline: fix grammar and typos
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Fri, 16 Jul 2021 07:34:18 +0000 (03:34 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Tue, 20 Jul 2021 19:18:37 +0000 (15:18 -0400)
docs/cmdline-opts/engine.d
docs/cmdline-opts/form.d

index 9ed0cf1b0bf20cccae81f76c076082c58e659363..034796c9a710a8e5f3de6aa8bc5556cdb941c422 100644 (file)
@@ -5,5 +5,5 @@ Protocols: TLS
 Category: tls
 ---
 Select the OpenSSL crypto engine to use for cipher operations. Use --engine
-list to print a list of build-time supported engines. Note that not all (or
-none) of the engines may be available at run-time.
+list to print a list of build-time supported engines. Note that not all (and
+possibly none) of the engines may be available at run-time.
index e25fe4b6b897044d052c68f4615a24d216b139ac..eec9aac72c9a0cff9f3735fd34d8104e72469b1d 100644 (file)
@@ -10,7 +10,7 @@ For HTTP protocol family, this lets curl emulate a filled-in form in which a
 user has pressed the submit button. This causes curl to POST data using the
 Content-Type multipart/form-data according to RFC 2388.
 
-For SMTP and IMAP protocols, this is the mean to compose a multipart mail
+For SMTP and IMAP protocols, this is the means to compose a multipart mail
 message to transmit.
 
 This enables uploading of binary files etc. To force the 'content' part to be