]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
opts: fix two minor man page format mistakes
authorDaniel Stenberg <daniel@haxx.se>
Sat, 14 Oct 2023 16:22:03 +0000 (18:22 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 14 Oct 2023 16:22:24 +0000 (18:22 +0200)
docs/libcurl/opts/CURLOPT_HTTPHEADER.3
docs/libcurl/opts/CURLOPT_PROXY_TRANSFER_MODE.3

index 05b02857281652fff2e39aa3ac2856ab274f6560..4817927ab876115eae04a4709118f02ef5efe0a2 100644 (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
index 495133e7f5ffdd711ee23bf1b4554e4f7b04e75c..b96bc2d21b0a52abb9b88b65ebccaae8819c2632 100644 (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)