From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Fri, 16 Jul 2021 07:34:18 +0000 (-0400) Subject: docs/cmdline: fix grammar and typos X-Git-Tag: curl-7_78_0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bd629bfadeb3988df473ae4747e04f1ee3df610;p=thirdparty%2Fcurl.git docs/cmdline: fix grammar and typos --- diff --git a/docs/cmdline-opts/engine.d b/docs/cmdline-opts/engine.d index 9ed0cf1b0b..034796c9a7 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 e25fe4b6b8..eec9aac72c 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