diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-11-04 13:30:27 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-11-04 13:30:27 +0000 |
commit | 344c3789969bcf35759f5fc09a216bbc64245a32 (patch) | |
tree | 50885d904b6c183301551a727becc7b66761dd3d /docs/libcurl/libcurl.3 | |
parent | 445f54db57bf5a41c56ba9bf98316bf996070877 (diff) | |
download | curl-344c3789969bcf35759f5fc09a216bbc64245a32.tar.gz |
use .BR to refer to other man pages to make it easier for parsers to know
Diffstat (limited to 'docs/libcurl/libcurl.3')
-rw-r--r-- | docs/libcurl/libcurl.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/libcurl/libcurl.3 b/docs/libcurl/libcurl.3 index c474d3176..c121941d3 100644 --- a/docs/libcurl/libcurl.3 +++ b/docs/libcurl/libcurl.3 @@ -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 |