managen: in man output, remove the leading space from examples
Leave that rendering decision to the display tool. Closes #14735
This commit is contained in:
parent
e5f9050b26
commit
23e6391c1d
@ -803,7 +803,7 @@ sub single {
|
|||||||
$e =~ s!\$URL!https://example.com!g;
|
$e =~ s!\$URL!https://example.com!g;
|
||||||
# convert single backslahes to doubles
|
# convert single backslahes to doubles
|
||||||
$e =~ s/\\/\\\\/g;
|
$e =~ s/\\/\\\\/g;
|
||||||
print " curl $e\n";
|
print "curl $e\n";
|
||||||
}
|
}
|
||||||
print ".fi\n";
|
print ".fi\n";
|
||||||
}
|
}
|
||||||
|
|||||||
@ -234,7 +234,7 @@ Disable it again with \-\-no-fakeitreal.
|
|||||||
|
|
||||||
Example:
|
Example:
|
||||||
.nf
|
.nf
|
||||||
curl --verbose https://example.com
|
curl --verbose https://example.com
|
||||||
.fi
|
.fi
|
||||||
|
|
||||||
This option is mutually exclusive with \fI\-\-trace\fP and \fI\-\-trace\-ascii\fP.
|
This option is mutually exclusive with \fI\-\-trace\fP and \fI\-\-trace\-ascii\fP.
|
||||||
@ -272,7 +272,7 @@ If --proto is provided several times, the last set value is used.
|
|||||||
|
|
||||||
Example:
|
Example:
|
||||||
.nf
|
.nf
|
||||||
curl --proto =http,https,sftp https://example.com
|
curl --proto =http,https,sftp https://example.com
|
||||||
.fi
|
.fi
|
||||||
|
|
||||||
See also \fI-v, \-\-fakeitreal\fP and \fI\-\-proto\-default\fP.
|
See also \fI-v, \-\-fakeitreal\fP and \fI\-\-proto\-default\fP.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user