docs/cmdline-opts: remove \& escapes from all .d files

gen.pl escapes them itself now
This commit is contained in:
Daniel Stenberg 2022-08-23 13:42:49 +02:00
parent 567693196a
commit fdbcd39488
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
18 changed files with 22 additions and 22 deletions

View file

@ -23,6 +23,6 @@ curl does no CWD at all. curl will do SIZE, RETR, STOR etc and give a full
path to the server for all these commands. This is the fastest behavior.
.IP singlecwd
curl does one CWD with the full target directory and then operates on the file
\&"normally" (like in the multicwd case). This is somewhat more standards
"normally" (like in the multicwd case). This is somewhat more standards
compliant than 'nocwd' but without the full penalty of 'multicwd'.
.RE