mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:03:36 +03:00
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
2 changed files with 3 additions and 3 deletions
|
|
@ -803,7 +803,7 @@ sub single {
|
|||
$e =~ s!\$URL!https://example.com!g;
|
||||
# convert single backslahes to doubles
|
||||
$e =~ s/\\/\\\\/g;
|
||||
print " curl $e\n";
|
||||
print "curl $e\n";
|
||||
}
|
||||
print ".fi\n";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue