]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl_easy_setopt.3: add curl_easy_option* functions to SEE ALSO
authorDaniel Stenberg <daniel@haxx.se>
Fri, 26 Mar 2021 06:56:22 +0000 (07:56 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 26 Mar 2021 06:56:22 +0000 (07:56 +0100)
docs/libcurl/curl_easy_setopt.3

index 3fc9a1d03428988df67245e09f3cae10704b29ce..62d4bee2ffc416a11114202987373ccd6bb27119 100644 (file)
@@ -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), "