opts: fix two minor man page format mistakes

This commit is contained in:
Daniel Stenberg 2023-10-14 18:22:03 +02:00
parent f80ab60c27
commit e2006b5d58
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 3 additions and 3 deletions

View file

@ -100,7 +100,7 @@ MIME mail is only composed of alternative representations of the same data
(i.e.: HTML and plain text), this header must be set to "multipart/alternative".
In all cases the value must be of the form "multipart/*" to respect the
document structure and may not include the "boundary=" parameter.
.P
Other specific headers that do not have a libcurl default value but are
strongly desired by mail delivery and user agents should also be included.
These are "From:", "To:", "Date:" and "Subject:" among others and their

View file

@ -60,7 +60,7 @@ Added in 7.18.0
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if the
enabled value is not supported.
.SH "SEE ALSO"
.BN CURLOPT_CRLF (3),
.BN CURLOPT_TRANSFERTEXT (3),
.BR CURLOPT_CRLF (3),
.BR CURLOPT_TRANSFERTEXT (3),
.BR CURLOPT_HTTPPROXYTUNNEL (3),
.BR CURLOPT_PROXY (3)