diff --git a/docs/libcurl/index.html b/docs/libcurl/index.html
index 6d4f133c2..526569126 100644
--- a/docs/libcurl/index.html
+++ b/docs/libcurl/index.html
@@ -16,7 +16,7 @@
libcurl-multi
libcurl-share
libcurl-errors
-
libcurl-the-guide (plain text)
+
libcurl-tutorial
Library Functions (A-Z)
curl_easy_cleanup
@@ -34,6 +34,7 @@
curl_getenv
curl_global_cleanup
curl_global_init
+
curl_global_init_mem
curl_mprintf
curl_multi_add_handle
curl_multi_cleanup
diff --git a/docs/libcurl/libcurl-multi.3 b/docs/libcurl/libcurl-multi.3
index b97ac9856..05e720359 100644
--- a/docs/libcurl/libcurl-multi.3
+++ b/docs/libcurl/libcurl-multi.3
@@ -8,9 +8,9 @@ libcurl-multi \- how to use the multi interface
.SH DESCRIPTION
This is an overview on how to use the libcurl multi interface in your C
programs. There are specific man pages for each function mentioned in
-here. There's also the libcurl-the-guide document for a complete tutorial to
-programming with libcurl and the \fIlibcurl(3)\fP man page for an overview of
-the libcurl easy interface.
+here. There's also the \fIlibcurl-tutorial(3)f\P man page for a complete
+tutorial to programming with libcurl and the \fIlibcurl-easy(3)\fP man page
+for an overview of the libcurl easy interface.
All functions in the multi interface are prefixed with curl_multi.
.SH "PLEASE NOTICE"