]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs: fix minor nroff format nits
authorDaniel Stenberg <daniel@haxx.se>
Thu, 9 Dec 2021 12:18:27 +0000 (13:18 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 9 Dec 2021 12:18:27 +0000 (13:18 +0100)
Repairs test 1140

Follow-up to 436cdf82041

docs/libcurl/curl_multi_perform.3
docs/libcurl/curl_multi_socket_action.3

index 327e45210408050025db250fe907b5988b5be9c2..77660e0f815a5bd0728515d9c82ac6e5a5a8101f 100644 (file)
@@ -55,7 +55,7 @@ When \fIrunning_handles\fP is set to zero (0) on the return of this function,
 there is no longer any transfers in progress.
 
 When this function returns error, the state of all transfers are uncertain and
-they cannot be continued. \fBcurl_multi_perform(3)\fP should not be called
+they cannot be continued. \fIcurl_multi_perform(3)\fP should not be called
 again on the same multi handle after an error has been returned, unless first
 removing all the handles and adding new ones.
 .SH EXAMPLE
index c30ce9990ba02f0f7d40564aabfd84e433374228..2cd26b8012bbd9da3871356243980a90998c83c8 100644 (file)
@@ -67,7 +67,7 @@ for an event-based system using the callback is far better than relying on
 polling the timeout value.
 
 When this function returns error, the state of all transfers are uncertain and
-they cannot be continued. \fBcurl_multi_socket_action(3)\fP should not be
+they cannot be continued. \fIcurl_multi_socket_action(3)\fP should not be
 called again on the same multi handle after an error has been returned, unless
 first removing all the handles and adding new ones.
 .SH "TYPICAL USAGE"