summaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_easy_strerror.3
Commit message (Collapse)AuthorAgeFilesLines
* docs: consistent manpage SYNOPSISDaniel Stenberg2021-11-261-0/+2
| | | | | | | | | | Make all libcurl related options use .nf (no fill) for the SYNOPSIS section - for consistent look. roffit then renders that section using <pre> (monospace font) in html for the website. Extended manpage-syntax (test 1173) with a basic check for it. Closes #8062
* man pages: fix backslash-n in examplesDaniel Stenberg2021-11-051-1/+1
| | | | | | | | | | | ... to be proper backslash-backslash-n sequences to render nicely in man and on website. Follow-up to 24155569d8a Reported-by: Sergey Markelov Fixes https://github.com/curl/curl-www/issues/163 Closes #7962
* man pages: require all to use the same section header orderDaniel Stenberg2021-10-251-0/+9
| | | | | | | | | This is the same order we already enforce among the options' man pages: consistency is good. Add lots of previously missing examples. Adjust the manpage-syntax script for this purpose, used in test 1173. Closes #7904
* urlapi: add curl_url_strerror()i-ky2021-09-271-2/+3
| | | | | | | | | | Add curl_url_strerror() to convert CURLUcode into readable string and facilitate easier troubleshooting in programs using URL API. Extend CURLUcode with CURLU_LAST for iteration in unit tests. Update man pages with a mention of new function. Update example code and tests with new functionality where it fits. Closes #7605
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
| | | | Closes #6172
* terminology: call them null-terminated stringsDaniel Stenberg2020-06-281-1/+1
| | | | | | | | | | | Updated terminology in docs, comments and phrases to refer to C strings as "null-terminated". Done to unify with how most other C oriented docs refer of them and what users in general seem to prefer (based on a single highly unscientific poll on twitter). Reported-by: coinhubs on github Fixes #5598 Closes #5608
* copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg2020-03-241-1/+1
| | | | | | | | | Reported by the new script 'scripts/copyright.pl'. The script has a regex whitelist for the files that don't need copyright headers. Removed three (mostly usesless) README files from docs/ Closes #5141
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* docs: edited lots of libcurl docs for clarityDaniel Stenberg2014-10-211-3/+6
|
* curl_easy_strerror.3: minor synopsis edit of the lookDaniel Stenberg2012-01-021-4/+4
|
* source header: added to more filesDaniel Stenberg2011-03-121-3/+21
|
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* minor editsDaniel Stenberg2006-01-021-1/+1
|
* mention when the function was added to the libDaniel Stenberg2004-08-311-0/+2
|
* added curl_*_strerrorDaniel Stenberg2004-04-271-0/+18