diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-04-13 09:08:52 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-04-13 09:08:52 +0000 |
commit | 1ca9ce5ef47763e2c53f8216a0450e2b72f3bc90 (patch) | |
tree | b9855c922d353285bddef0d33e230bafcbec6cc1 /docs | |
parent | 789f2ecbe700ec03ab76a398d1ac7261d0d3a252 (diff) |
removed the BUGS section since it offers nothing good
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/curl_easy_duphandle.3 | 3 | ||||
-rw-r--r-- | docs/libcurl/curl_easy_init.3 | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/docs/libcurl/curl_easy_duphandle.3 b/docs/libcurl/curl_easy_duphandle.3 index 4133e3289..4afb40ed5 100644 --- a/docs/libcurl/curl_easy_duphandle.3 +++ b/docs/libcurl/curl_easy_duphandle.3 @@ -31,5 +31,4 @@ If this function returns NULL, something went wrong and no valid handle was returned. .SH "SEE ALSO" .BR curl_easy_init "(3)," curl_easy_cleanup "(3)," curl_global_init "(3) -.SH BUGS -Surely there are some, you tell me! + diff --git a/docs/libcurl/curl_easy_init.3 b/docs/libcurl/curl_easy_init.3 index 13f25cd11..f7776b411 100644 --- a/docs/libcurl/curl_easy_init.3 +++ b/docs/libcurl/curl_easy_init.3 @@ -21,5 +21,3 @@ If this function returns NULL, something went wrong and you cannot use the other curl functions. .SH "SEE ALSO" .BR curl_easy_cleanup "(3), " curl_global_init "(3) -.SH BUGS -Surely there are some, you tell me! |