diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-12-04 09:30:57 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-12-04 09:30:57 +0100 |
commit | 2ebce6b0600523b9f06fbcb2c417d70276841508 (patch) | |
tree | 7df08f2373056dc9df47153979d4f8ce1c6ba058 /docs/libcurl/opts | |
parent | 854343fc4e101f653ffb181581ac17437a80a5df (diff) |
CURLOPT_VERBOSE.3: see also ERRORBUFFER
Diffstat (limited to 'docs/libcurl/opts')
-rw-r--r-- | docs/libcurl/opts/CURLOPT_VERBOSE.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_VERBOSE.3 b/docs/libcurl/opts/CURLOPT_VERBOSE.3 index e6a6fd191..40d69357f 100644 --- a/docs/libcurl/opts/CURLOPT_VERBOSE.3 +++ b/docs/libcurl/opts/CURLOPT_VERBOSE.3 @@ -5,7 +5,7 @@ .\" * | (__| |_| | _ <| |___ .\" * \___|\___/|_| \_\_____| .\" * -.\" * Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al. +.\" * Copyright (C) 1998 - 2019, 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 @@ -61,3 +61,4 @@ Always Returns CURLE_OK .SH "SEE ALSO" .BR CURLOPT_STDERR "(3), " CURLOPT_DEBUGFUNCTION "(3), " +.BR CURLOPT_ERRORBUFFER "(3), " |