summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-06-11 08:32:11 +0200
committerDaniel Stenberg <daniel@haxx.se>2015-06-11 08:32:11 +0200
commit4a7feea31a2cd524e80f2eb56ec431c33c1b9893 (patch)
tree8c8d0ce6ff2009ce5871273524d9556e252aa406
parent8d0d688296b138954b70889cb34ae290d0890b1c (diff)
downloadgnurl-4a7feea31a2cd524e80f2eb56ec431c33c1b9893.tar.gz
gnurl-4a7feea31a2cd524e80f2eb56ec431c33c1b9893.tar.bz2
gnurl-4a7feea31a2cd524e80f2eb56ec431c33c1b9893.zip
curl_easy_cleanup.3: provide more SEE ALSO
-rw-r--r--docs/libcurl/curl_easy_cleanup.37
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/libcurl/curl_easy_cleanup.3 b/docs/libcurl/curl_easy_cleanup.3
index 403bfd35a..e8cd55095 100644
--- a/docs/libcurl/curl_easy_cleanup.3
+++ b/docs/libcurl/curl_easy_cleanup.3
@@ -5,7 +5,7 @@
.\" * | (__| |_| | _ <| |___
.\" * \___|\___/|_| \_\_____|
.\" *
-.\" * Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al.
+.\" * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al.
.\" *
.\" * This software is licensed as described in the file COPYING, which
.\" * you should have received as part of this distribution. The terms
@@ -63,5 +63,6 @@ if(curl) {
}
.fi
.SH "SEE ALSO"
-.BR curl_easy_init "(3), "
-
+.BR curl_easy_init "(3), " curl_easy_duphandle "(3), "
+.BR curl_easy_reset "(3), "
+.BR curl_multi_cleanup "(3), " curl_multi_remove_handle "(3) "