From 9bd629bfadeb3988df473ae4747e04f1ee3df610 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Fri, 16 Jul 2021 03:34:18 -0400 Subject: [PATCH] docs/cmdline: fix grammar and typos --- docs/cmdline-opts/engine.d | 4 ++-- docs/cmdline-opts/form.d | 2 +- 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