summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-12-09 13:18:27 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-12-09 13:18:27 +0100
commitd6934d393da0b5303c25c4d374eea5cbd0bb8bf5 (patch)
treeff9ec0c35606e1ff521652a1ab27e0e61705380d
parentf6151dd9ba476b8a5f58a3f6093482bbecd6e7f1 (diff)
downloadcurl-d6934d393da0b5303c25c4d374eea5cbd0bb8bf5.tar.gz
docs: fix minor nroff format nits
Repairs test 1140 Follow-up to 436cdf82041
-rw-r--r--docs/libcurl/curl_multi_perform.32
-rw-r--r--docs/libcurl/curl_multi_socket_action.32
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/curl_multi_perform.3 b/docs/libcurl/curl_multi_perform.3
index 327e45210..77660e0f8 100644
--- a/docs/libcurl/curl_multi_perform.3
+++ b/docs/libcurl/curl_multi_perform.3
@@ -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
diff --git a/docs/libcurl/curl_multi_socket_action.3 b/docs/libcurl/curl_multi_socket_action.3
index c30ce9990..2cd26b801 100644
--- a/docs/libcurl/curl_multi_socket_action.3
+++ b/docs/libcurl/curl_multi_socket_action.3
@@ -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"