diff options
author | Otto Kekäläinen <otto@kekalainen.net> | 2020-03-04 19:09:16 +0200 |
---|---|---|
committer | Anel <an3l@users.noreply.github.com> | 2020-03-10 07:53:33 +0100 |
commit | 32fdf81f5ca1fb5af2964071996d2e35b255c8ba (patch) | |
tree | a8eb085907369b5554e18f4432c68f24a66eb148 /man | |
parent | 0335af745c63f6dd8f52a4add3eaeeff894e6011 (diff) | |
download | mariadb-git-32fdf81f5ca1fb5af2964071996d2e35b255c8ba.tar.gz |
Fix syntax error mysql-test-run in man page
This fixes errors like:
$ LC_ALL=en_US.UTF-8 MANROFFSEQ='' MANWIDTH=80 \
man --warnings -E UTF-8 -l -Tutf8 -Z mysql-test-run.pl.1 > /dev/null
troff: <standard input>:246: warning [p 2, 6.0i, div '3tbd1,1', 0.3i]: can't break line
troff: <standard input>:275: warning [p 2, 6.0i, div '3tbd6,1', 0.8i]: can't break line
Related to MDEV-21769.
Diffstat (limited to 'man')
-rw-r--r-- | man/mysql-test-run.pl.1 | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/man/mysql-test-run.pl.1 b/man/mysql-test-run.pl.1 index 1589b81a7e7..28c44655472 100644 --- a/man/mysql-test-run.pl.1 +++ b/man/mysql-test-run.pl.1 @@ -242,10 +242,7 @@ T} T{ MTR_VERSION T}:T{ -If set to 1, will run the older version 1 of - \fBmysql\-test\-run\&.pl\fR\&. This will affect - what functionailty is available and what command line - options are supported\&. +If set to 1, will run the older version 1 of \fBmysql\-test\-run\&.pl\fR\&. This will affect what functionailty is available and what command line options are supported\&. T} T{ MTR_MEM @@ -273,14 +270,7 @@ T} T{ MTR_\fINAME\fR_TIMEOUT T}:T{ -Setting of a timeout in minutes or seconds, corresponding to command - line option - \fB\-\-\fR\fB\fIname\fR\fR\fB\-timeout\fR\&. - Available timeout names are TESTCASE, - SUITE (both in minutes) and - START, SHUTDOWN - (both in seconds)\&. These variables are supported from - MySQL 5\&.1\&.44\&. +Setting of a timeout in minutes or seconds, corresponding to command line option \fB\-\-\fR\fB\fIname\fR\fR\fB\-timeout\fR\&. Available timeout names are TESTCASE, SUITE (both in minutes) and START, SHUTDOWN (both in seconds)\&. These variables are supported from MySQL 5\&.1\&.44\&. T} T{ MYSQL_TEST |