]> granicus.if.org Git - curl/commitdiff
use .BR to refer to other man pages to make it easier for parsers to know
authorDaniel Stenberg <daniel@haxx.se>
Tue, 4 Nov 2003 13:30:27 +0000 (13:30 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 4 Nov 2003 13:30:27 +0000 (13:30 +0000)
docs/libcurl/libcurl.3

index c474d3176f2a1a088f410da15e6b7d54195ffa60..c121941d319ce16b388175cb5261e97adcaa2d14 100644 (file)
@@ -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