summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts
diff options
context:
space:
mode:
authorJosh Soref <2119212+jsoref@users.noreply.github.com>2021-07-16 03:34:18 -0400
committerJay Satiro <raysatiro@yahoo.com>2021-07-20 15:18:37 -0400
commit9bd629bfadeb3988df473ae4747e04f1ee3df610 (patch)
treeb4c1b447216bbed6181cd275bc900148692e154f /docs/cmdline-opts
parentdf41598f3cc0182c1f7f1b945a4fb68972f569ab (diff)
downloadcurl-9bd629bfadeb3988df473ae4747e04f1ee3df610.tar.gz
docs/cmdline: fix grammar and typos
Diffstat (limited to 'docs/cmdline-opts')
-rw-r--r--docs/cmdline-opts/engine.d4
-rw-r--r--docs/cmdline-opts/form.d2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/cmdline-opts/engine.d b/docs/cmdline-opts/engine.d
index 9ed0cf1b0..034796c9a 100644
--- a/docs/cmdline-opts/engine.d
+++ b/docs/cmdline-opts/engine.d
@@ -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.
diff --git a/docs/cmdline-opts/form.d b/docs/cmdline-opts/form.d
index e25fe4b6b..eec9aac72 100644
--- a/docs/cmdline-opts/form.d
+++ b/docs/cmdline-opts/form.d
@@ -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