From: Daniel Stenberg Date: Tue, 13 Apr 2004 14:34:12 +0000 (+0000) Subject: minor format fix X-Git-Tag: curl-7_11_2~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c0a386246f2fc073419425a231c9a58cee77952;p=thirdparty%2Fcurl.git minor format fix --- diff --git a/docs/libcurl/curl_multi_fdset.3 b/docs/libcurl/curl_multi_fdset.3 index 01211b63fa..420323b992 100644 --- a/docs/libcurl/curl_multi_fdset.3 +++ b/docs/libcurl/curl_multi_fdset.3 @@ -4,6 +4,7 @@ .SH NAME curl_multi_fdset - extracts file descriptor information from a multi handle .SH SYNOPSIS +.nf #include CURLMcode curl_multi_fdset(CURLM *multi_handle, @@ -23,6 +24,6 @@ as libcurl will need to be able to read them. It needs them after select() calls, to know if certain sockets are readable or writable. .SH RETURN VALUE CURLMcode type, general libcurl multi interface error code. See -\fIlibcurl-errors.3\fP +\fIlibcurl-errors(3)\fP .SH "SEE ALSO" .BR curl_multi_cleanup "(3)," curl_multi_init "(3)"