diff options
author | Faustin Lammler <faustin@fala.red> | 2019-11-29 13:21:23 +0100 |
---|---|---|
committer | Anel Husakovic <anel@mariadb.org> | 2019-12-02 15:36:01 +0100 |
commit | d930422e9e84aa1bc265963225dd29295203e9d3 (patch) | |
tree | f93ce02adb29e38f19a19144f026b2877537c4b7 /man | |
parent | 33cf4da1838f3f13d8e973e7f46cc486f1183338 (diff) | |
download | mariadb-git-d930422e9e84aa1bc265963225dd29295203e9d3.tar.gz |
Fix the line break warning (groff/lintian).
The lintian Debian tool is complaining about:
'W: mariadb-test: manpage-has-errors-from-man
usr/share/man/man1/mysql-test-run.pl.1.gz 246: warning [p 2, 6.0i, div
'3tbd1,1', 0.3i]: can't break line'
See: https://salsa.debian.org/faust-guest/mariadb-10.3/-/jobs/431900
The following command permits to catch the problematic lines:
$ groff -man -Tascii ./mysql-test-run.pl.1 | less
Closes #1419
Diffstat (limited to 'man')
-rw-r--r-- | man/mysql-test-run.pl.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/mysql-test-run.pl.1 b/man/mysql-test-run.pl.1 index 8b8eafd7bdd..abf1d1bc240 100644 --- a/man/mysql-test-run.pl.1 +++ b/man/mysql-test-run.pl.1 @@ -1937,8 +1937,10 @@ Run stress test, providing options to mysql\-stress\-test\&.pl\&. Options are se .\" suite option: mysql-test-run.pl \fB\-\-suite[s]=\fR\fB\fIsuite_name...\fR\fR .sp -Comma separated list of suite names to run. The default is: "main-,archive-,binlog-,csv-,federated-,funcs_1-,funcs_2-,handler-,heap-,innodb-,innodb_fts-, -innodb_zip-,maria-,multi_source-,optimizer_unfixed_bugs-,parts-,percona-,perfschema-, +Comma separated list of suite names to run. The default is: +"main-,archive-,binlog-,csv-,federated-,funcs_1-,funcs_2-, +handler-,heap-,innodb-,innodb_fts-,innodb_zip-,maria-, +multi_source-,optimizer_unfixed_bugs-,parts-,perfschema-, plugins-,roles-,rpl-,sys_vars-,unit-,vcol-"\&. .RE .sp |