Skip to content

Commit 008d3dc

Browse files
authored
lcov.1, genhtml.1, geninfo.1: fix a typo (#405)
There was a spurious ‘not’ in the description of `--parallel`. Signed-off-by: Reuben Thomas <[email protected]>
1 parent 0ced3be commit 008d3dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

man/genhtml.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -2150,7 +2150,7 @@ See the lcov man page for details.
21502150
.BI "\-j "
21512151
.I [ integer ]
21522152
.RS
2153-
Specify parallelism to use during processing (maximum number of forked child processes). If the optional integer parallelism parameter is zero or is missing, then use to use up the number of cores on the machine. Default is not to use a single process (no parallelism).
2153+
Specify parallelism to use during processing (maximum number of forked child processes). If the optional integer parallelism parameter is zero or is missing, then use to use up the number of cores on the machine. Default is to use a single process (no parallelism).
21542154
.br
21552155
Also see the
21562156
.I memory, memory_percentage, max_fork_fails

man/geninfo.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,7 @@ generated: host, date, environment,
13001300
.BI "\-j "
13011301
.I [ integer ]
13021302
.RS
1303-
Specify parallelism to use during processing (maximum number of forked child processes). If the optional integer parallelism parameter is zero or is missing, then use to use up the number of cores on the machine. Default is not to use a single process (no parallelism).
1303+
Specify parallelism to use during processing (maximum number of forked child processes). If the optional integer parallelism parameter is zero or is missing, then use to use up the number of cores on the machine. Default is to use a single process (no parallelism).
13041304

13051305
The
13061306
.I \-\large\-file

man/lcov.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1674,7 +1674,7 @@ Increment 'debug messages' verbosity. This is useful primarily to developers wh
16741674
.BI "\-j "
16751675
.I [ integer ]
16761676
.RS
1677-
Specify parallelism to use during processing (maximum number of forked child processes). If the optional integer parallelism parameter is zero or is missing, then use to use up the number of cores on the machine. Default is not to use a single process (no parallelism).
1677+
Specify parallelism to use during processing (maximum number of forked child processes). If the optional integer parallelism parameter is zero or is missing, then use to use up the number of cores on the machine. Default is to use a single process (no parallelism).
16781678
.br
16791679
Also see the
16801680
.I memory, memory_percentage, max_fork_fails

0 commit comments

Comments
 (0)