mirror of
https://github.com/curl/curl.git
synced 2026-05-30 12:37:28 +03:00
docs: fix minor nroff format nits
Repairs test 1140
Follow-up to 436cdf8204
This commit is contained in:
parent
f6151dd9ba
commit
d6934d393d
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue