print STDERR "$f:$line:1:ERROR: trailing blank line\n";
exit 3;
}
+ if($quote) {
+ # don't leave the quote "hanging"
+ push @desc, ".fi\n" if($manpage);
+ }
if($tablemode) {
# end of table
push @desc, ".RE\n.IP\n" if($manpage);
}
}
- printdesc($manpage, 2, (@leading, @desc));
- undef @desc;
-
my @extra;
if($multi eq "single") {
push @extra, "${pre}If --$long is provided several times, the last set ".
}
elsif($multi eq "per-URL") {
push @extra,
- "${pre}--$long is associated with a single URL. Use it once per URL\n".
+ "${pre}--$long is associated with a single URL. Use it once per URL ".
"when you use several URLs in a command line.\n";
}
else {
return 2;
}
- printdesc($manpage, 2, @extra);
+ printdesc($manpage, 2, (@leading, @desc, @extra));
+ undef @desc;
my @foot;
Note that verbose output of curl activities and network traffic might contain
sensitive data, including usernames, credentials or secret data content. Be
aware and be careful when sharing trace logs with others.
+
+End with a quote
+
+ hello
</file2>
<file3 name="%LOGDIR/option2.md">
---
sensitive data, including usernames, credentials or secret data content. Be
aware and be careful when sharing trace logs with others.
+End with a quote
+.nf
+
+hello
+.fi
+
This option is global and does not need to be specified for each use of --next.
Providing --fakeitreal multiple times has no extra effect.
logs with others.
This option is global and does not need to be specified for each
- use of --next.
-
- Providing --fakeitreal multiple times has no extra effect. Disable
- it again with --no-fakeitreal.
+ use of --next. Providing --fakeitreal multiple times has no extra
+ effect. Disable it again with --no-fakeitreal.
Example:
curl --verbose https://example.com