libcurl.5 is renamed to libcurl.3
authorDaniel Stenberg <daniel@haxx.se>
Thu, 21 Jun 2001 09:34:37 +0000 (09:34 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 21 Jun 2001 09:34:37 +0000 (09:34 +0000)
docs/Makefile.am
docs/curl_strequal.3
docs/libcurl.3 [moved from docs/libcurl.5 with 100% similarity]

index 91ec7f596e68b0fca2de68c9a0c8db312d1686a3..45a5c2c4a738e5a8d4b3403317ecc93269ff89dd 100644 (file)
@@ -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 \
index bd2f42ec65c5572a9ab96b0f4f6aad7c63881f00..a35a52dfd00fd9a932ff5765f2bcae01689a1fe9 100644 (file)
@@ -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)"
similarity index 100%
rename from docs/libcurl.5
rename to docs/libcurl.3