mirror of
https://github.com/curl/curl.git
synced 2026-08-26 11:53:49 +03:00
docs: Fix missing lines caused by undefined macros
- 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
This commit is contained in:
parent
02a62074c7
commit
4c91ab7b2f
3 changed files with 3 additions and 3 deletions
|
|
@ -24,7 +24,7 @@ chunk that looks like \&'name=daniel&skill=lousy'.
|
|||
If you start the data with the letter @, the rest should be a file name to
|
||||
read the data from, or - if you want curl to read the data from
|
||||
stdin. Multiple files can also be specified. Posting data from a file named
|
||||
'foobar' would thus be done with --data @foobar. When --data is told to read
|
||||
\&'foobar' would thus be done with --data @foobar. When --data is told to read
|
||||
from a file like that, carriage returns and newlines will be stripped out. If
|
||||
you don't want the @ character to have a special interpretation use --data-raw
|
||||
instead.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue