From 32fdf81f5ca1fb5af2964071996d2e35b255c8ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Otto=20Kek=C3=A4l=C3=A4inen?= Date: Wed, 4 Mar 2020 19:09:16 +0200 Subject: [PATCH] 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: :246: warning [p 2, 6.0i, div '3tbd1,1', 0.3i]: can't break line troff: :275: warning [p 2, 6.0i, div '3tbd6,1', 0.8i]: can't break line Related to MDEV-21769. --- man/mysql-test-run.pl.1 | 14 ++------------ 1 file 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