diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-04-23 11:42:24 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-04-23 11:42:24 +0000 |
commit | 0ce49cb7eddc8888a7064f967922272296f35895 (patch) | |
tree | 183f825c62cd81e4a750b5952e3e00e58f8131b6 | |
parent | d802dfe86a4a178400bd15baeb374317da781f40 (diff) |
Added comment about where to find the HTML versions of the man pages
-rw-r--r-- | docs/README.win32 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/README.win32 b/docs/README.win32 index 4a46dd7d6..763bdff17 100644 --- a/docs/README.win32 +++ b/docs/README.win32 @@ -22,3 +22,8 @@ README.win32 in order to extract a separate text file: curl -M >manual.txt + + Download all the libcurl man pages in HTML format using the link on the + bottom of this page: + + http://curl.haxx.se/libcurl/c/ |