mirror of
https://github.com/curl/curl.git
synced 2026-07-27 10:17:22 +03:00
tidy-up: docs, comments, typos, whitespace
- GHA/windows: mention `IgnoreStandardErrorWarningFormat=true` in comment. - cmake: fix MIT/GNU GSS order in messages. - drop some exclamation marks from messages. - drop redundant ending newlines from messages. - fold/unfold where possible. - fix indent, whitespace, typos and other nits. Closes #22185
This commit is contained in:
parent
15bd6c5d4c
commit
397b8f0ec6
47 changed files with 157 additions and 150 deletions
|
|
@ -59,7 +59,7 @@ Usage: cd2nroff [options] [file.md]
|
|||
specified directory, instead of writing to stdout
|
||||
-e <ext> If -d is used, this option can provide an added "extension", arbitrary
|
||||
text really, to append to the filename.
|
||||
-h This help text,
|
||||
-h This help text
|
||||
-v Show version then exit
|
||||
HELP
|
||||
;
|
||||
|
|
@ -542,7 +542,7 @@ sub single {
|
|||
}
|
||||
if($d =~ /^[ \t]*\n/) {
|
||||
# replaced away all contents
|
||||
$blankline= 1;
|
||||
$blankline = 1;
|
||||
}
|
||||
else {
|
||||
push @desc, $d;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue