docs/cmdline: fix grammar and typos

This commit is contained in:
Josh Soref 2021-07-16 03:34:18 -04:00 committed by Jay Satiro
parent df41598f3c
commit 9bd629bfad
2 changed files with 3 additions and 3 deletions

View File

@ -5,5 +5,5 @@ Protocols: TLS
Category: tls Category: tls
--- ---
Select the OpenSSL crypto engine to use for cipher operations. Use --engine 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 list to print a list of build-time supported engines. Note that not all (and
none) of the engines may be available at run-time. possibly none) of the engines may be available at run-time.

View 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 user has pressed the submit button. This causes curl to POST data using the
Content-Type multipart/form-data according to RFC 2388. 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. message to transmit.
This enables uploading of binary files etc. To force the 'content' part to be This enables uploading of binary files etc. To force the 'content' part to be