summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-03-26 07:56:22 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-03-26 07:56:22 +0100
commitae42f1df155fc01091a8fb4020c06cd1aa4ba928 (patch)
tree9457c287c97e3d1201299cb2a4c9025bcf99b584
parent5930cb1c465ef5f0de6f1b91a843bb6f0bed1f23 (diff)
downloadcurl-ae42f1df155fc01091a8fb4020c06cd1aa4ba928.tar.gz
curl_easy_setopt.3: add curl_easy_option* functions to SEE ALSO
-rw-r--r--docs/libcurl/curl_easy_setopt.34
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3
index 3fc9a1d03..62d4bee2f 100644
--- a/docs/libcurl/curl_easy_setopt.3
+++ b/docs/libcurl/curl_easy_setopt.3
@@ -5,7 +5,7 @@
.\" * | (__| |_| | _ <| |___
.\" * \___|\___/|_| \_\_____|
.\" *
-.\" * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+.\" * Copyright (C) 1998 - 2021, 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
@@ -690,3 +690,5 @@ if(curl) {
.SH "SEE ALSO"
.BR curl_easy_init "(3), " curl_easy_cleanup "(3), " curl_easy_reset "(3), "
.BR curl_easy_getinfo "(3), " curl_multi_setopt "(3), "
+.BR curl_easy_option_next "(3), " curl_easy_option_by_name "(3), "
+.BR curl_easy_option_by_id "(3), "