docs: fix minor nroff format nits

Repairs test 1140

Follow-up to 436cdf8204
This commit is contained in:
Daniel Stenberg 2021-12-09 13:18:27 +01:00
parent f6151dd9ba
commit d6934d393d
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 2 additions and 2 deletions

View 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

View 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"