mirror of
https://github.com/curl/curl.git
synced 2026-08-25 17:53:43 +03:00
docs: make gen.pl support *italic* and **bold**
Remove some nroffisms from the cmdline doc files to simplify editing, and instead support this markdown style. Closes #6771
This commit is contained in:
parent
c915662485
commit
d7f737dd13
21 changed files with 53 additions and 41 deletions
|
|
@ -11,7 +11,7 @@ but is for proxy communication only like in CONNECT requests when you want a
|
|||
separate header sent to the proxy to what is sent to the actual remote host.
|
||||
|
||||
curl will make sure that each header you add/replace is sent with the proper
|
||||
end-of-line marker, you should thus \fBnot\fP add that as a part of the header
|
||||
end-of-line marker, you should thus **not** add that as a part of the header
|
||||
content: do not add newlines or carriage returns, they will only mess things
|
||||
up for you.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue