diff options
author | Daniel Stenberg <daniel@haxx.se> | 2012-10-08 14:35:25 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-10-08 14:35:25 +0200 |
commit | 974d5d5921fcabf8958bf130dd8faf25008227fa (patch) | |
tree | 6da4ffa4a90161d6c2358da4ac125797115c9bae /docs/libcurl | |
parent | 211605f0c57e12dc7199a5972c8c720e7f6300d7 (diff) |
curl_multi_wait.3: fix the name of the man page
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/curl_multi_wait.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_multi_wait.3 b/docs/libcurl/curl_multi_wait.3 index e91c360bf..100d69de6 100644 --- a/docs/libcurl/curl_multi_wait.3 +++ b/docs/libcurl/curl_multi_wait.3 @@ -21,7 +21,7 @@ .\" ************************************************************************** .TH curl_multi_wait 3 "12 Jul 2012" "libcurl 7.28.0" "libcurl Manual" .SH NAME -curl_multi_select - polls on all easy handles in a multi handle +curl_multi_wait - polls on all easy handles in a multi handle .SH SYNOPSIS .nf #include <curl/curl.h> |