aboutsummaryrefslogtreecommitdiff
path: root/docs/curl_strequal.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/curl_strequal.3')
-rw-r--r--docs/curl_strequal.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/curl_strequal.3 b/docs/curl_strequal.3
index bd2f42ec6..a35a52dfd 100644
--- a/docs/curl_strequal.3
+++ b/docs/curl_strequal.3
@@ -25,6 +25,6 @@ These functions are provided by libcurl to enable applications to compare
strings in a truly portable manner. There are no standard portable case
insensitive string comparison functions. These two works on all platforms.
.SH RETURN VALUE
-A pointer to a zero terminated string.
+Non-zero if the strings are identical. Zero if they're not.
.SH "SEE ALSO"
.BR strcmp "(3), " strcasecmp "(3)"