mirror of
https://github.com/curl/curl.git
synced 2026-08-25 22:23:53 +03:00
use .BR to refer to other man pages to make it easier for parsers to know
This commit is contained in:
parent
445f54db57
commit
344c378996
1 changed files with 2 additions and 1 deletions
|
|
@ -27,7 +27,8 @@ option of using the "easy" interface, or the "multi" interface.
|
|||
The easy interface is a synchronous interface with which you call
|
||||
\fIcurl_easy_perform\fP and let it perform the transfer. When it is completed,
|
||||
the function return and you can continue. More details are found in the
|
||||
\fIlibcurl-easy\fP man page.
|
||||
.BR "libcurl-easy (3)"
|
||||
man page.
|
||||
|
||||
The multi interface on the other hand is an asynchronous interface, that you
|
||||
call and that performs only a little piece of the tranfer on each invoke. It
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue