summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/etag-save.d
Commit message (Collapse)AuthorAgeFilesLines
* curl.1: require "see also" for every documented optionDaniel Stenberg2021-11-151-0/+1
| | | | | | | | | | gen.pl now generates a warning if the "See Also" field is not filled in for a command line option All command line options now provide one or more related options. 167 "See alsos" added! Closes #8019
* curl.1: provide examples for each optionDaniel Stenberg2021-09-011-0/+1
| | | | | | | | | | | The file format for each option now features a "Example:" header that can provide one or more examples that get rendered appropriately in the output. All options MUST have at least one example or gen.pl complains at build-time. This fix also does a few other minor format and consistency cleanups. Closes #7654
* docs: make the documentation for --etag-save match the program behaviourMax Zettlmeißl2021-07-181-9/+3
| | | | | | | | | | | | | | | | | | When using curl with the option `--etag-save` I expected it to save the ETag without its surrounding quotes, as stated by the documentation in the repository and by the generated man pages. My first endeavour was to fix the program, but while investigating the history of the relevant parts, I discovered that curl once saved the ETag without the quotes. This was undone by Daniel Stenberg in commit `98c94596f5928840177b6bd3c7b0f0dd03a431af`, therefore I decided that in this case the documentation should be adjusted to match the behaviour of curl. The changed save behaviour also made parts of the `--etag-compare` documentation wrong or superfluous, so I adjusted those accordingly. Closes #7429
* docs: fix typos and markup in ETag manpage sectionsDaniel Gustafsson2020-12-031-2/+2
| | | | | Reported-by: emanruse on github Fixes #6273
* docs: add categories to all cmdline optsEmil Engler2020-09-041-0/+1
| | | | | | | | Adapted gen.pl with 'listcats' This commit is a part of "--help me if you can" Closes #5680
* docs: add "added: 7.68.0" to the --etag-* docsDaniel Stenberg2019-12-021-0/+1
|
* curl: two new command line options for etagsMaros Priputen2019-11-281-0/+15
--etag-compare and --etag-save Suggested-by: Paul Hoffman Fixes #4277 Closes #4543