From: Daniel Stenberg Date: Sat, 14 Oct 2023 16:22:03 +0000 (+0200) Subject: opts: fix two minor man page format mistakes X-Git-Tag: curl-8_5_0~248 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e2006b5d58e0d58d25d1b33d4d807c63081a5dca;p=thirdparty%2Fcurl.git opts: fix two minor man page format mistakes --- diff --git a/docs/libcurl/opts/CURLOPT_HTTPHEADER.3 b/docs/libcurl/opts/CURLOPT_HTTPHEADER.3 index 05b0285728..4817927ab8 100644 --- a/docs/libcurl/opts/CURLOPT_HTTPHEADER.3 +++ b/docs/libcurl/opts/CURLOPT_HTTPHEADER.3 @@ -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 diff --git a/docs/libcurl/opts/CURLOPT_PROXY_TRANSFER_MODE.3 b/docs/libcurl/opts/CURLOPT_PROXY_TRANSFER_MODE.3 index 495133e7f5..b96bc2d21b 100644 --- a/docs/libcurl/opts/CURLOPT_PROXY_TRANSFER_MODE.3 +++ b/docs/libcurl/opts/CURLOPT_PROXY_TRANSFER_MODE.3 @@ -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)