diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-06-21 09:34:37 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-06-21 09:34:37 +0000 |
commit | fc535aa086cebcea8ca66971dc616f199c3f8672 (patch) | |
tree | d7a2456f7bb80293555771c0646aff927269a8b8 | |
parent | cd33795903a9b8a4634b36939ca3b0d3638656d8 (diff) |
libcurl.5 is renamed to libcurl.3
-rw-r--r-- | docs/Makefile.am | 2 | ||||
-rw-r--r-- | docs/curl_strequal.3 | 2 | ||||
-rw-r--r-- | docs/libcurl.3 (renamed from docs/libcurl.5) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 91ec7f596..45a5c2c4a 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -26,7 +26,7 @@ man_MANS = \ curl_mprintf.3 \ curl_global_init.3 \ curl_global_cleanup.3 \ - libcurl.5 + libcurl.3 EXTRA_DIST = $(man_MANS) \ MANUAL BUGS CONTRIBUTE FAQ FEATURES INTERNALS \ 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)" diff --git a/docs/libcurl.5 b/docs/libcurl.3 index 72cc3bde1..72cc3bde1 100644 --- a/docs/libcurl.5 +++ b/docs/libcurl.3 |