mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
docs: fix minor nroff format nits
Repairs test 1140
Follow-up to 436cdf8204
This commit is contained in:
parent
f6151dd9ba
commit
d6934d393d
@ -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…
Reference in New Issue
Block a user