Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-15 | docs: Fix missing lines caused by undefined macros | Bjarni Ingi Gislason | |
- Escape apostrophes at line start. Some lines begin with a "'" (apostrophe, single quote), which is then interpreted as a control character in *roff. Such lines are interpreted as being a call to a macro, and if undefined, the lines are removed from the output. Bug: https://bugs.debian.org/926352 Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is> Submitted-by: Alessandro Ghedini Closes https://github.com/curl/curl/pull/4111 | |||
2018-05-28 | curl.1: Fix cmdline-opts reference errors. | Frank Gevaerts | |
--data, --form, and --ntlm were declared to be mutually exclusive with non-existing options. --data and --form referred to --upload (which is short for --upload-file and therefore did work, so this one was merely a bit confusing), --ntlm referred to --negotiated instead of --negotiate. Closes #2612 | |||
2016-12-17 | cmdline-opts: formatting fixes | Daniel Stenberg | |
2016-11-16 | cmdline-docs: more options converted over | Daniel Stenberg | |