Skip to content

Commit 16fe37e

Browse files
Jakujebonzini
authored andcommitted
Fix formatting for man page test --slice option
Currently, the `--slice` option renders on the same line as the `--setup` due to wrong formatting character initializing the indented block. This is fixing the case of the formatting character and renders the manual page correctly. Signed-off-by: Jakub Jelen <jjelen@redhat.com>
1 parent a60c478 commit 16fe37e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

man/meson.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ a multiplier to use for test timeout values (usually something like 100 for Valg
326326
.TP
327327
\fB\-\-setup\fR
328328
use the specified test setup
329-
.Tp
329+
.TP
330330
\fB\-\-slice SLICE/NUM_SLICES\fR
331331
Split tests into NUM_SLICES slices and execute slice number SLICE. (Since 1.8.0)
332332

0 commit comments

Comments
 (0)