View Issue Details

IDProjectCategoryView StatusLast Update
0004207Spring engineLinuxpublic2013-12-13 16:57
Reporterapoleon Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionnot fixable 
Product Version95.0 
Summary0004207: spring man pages have errors from man
DescriptionHello,

I'm the maintainer of Spring for Debian GNU/Linux. While I was packaging the latest release of spring (95.0), the following man page issues were reported by Lintian, a Debian package checker.

usr/share/man/man6/spring-dedicated.6.gz 264: warning [p 3, 1.5i, div `3tbd1,2', 0.8i]: can't break line

usr/share/man/man6/spring-headless.6.gz 310: warning [p 3, 7.0i, div `3tbd1,2', 0.8i]: can't break line

manpage-has-errors-from-man usr/share/man/man6/spring-legacy.6.gz 350: warning [p 3, 10.7i, div `3tbd1,2', 0.8i]: can't break line

manpage-has-errors-from-man usr/share/man/man6/spring.6.gz 350: warning [p 3, 10.7i, div `3tbd1,2', 0.8i]: can't break line



Steps To ReproduceThe man pages provoke warnings or errors from man. You can reproduce these warning messages with

LC_ALL=en_US.UTF-8 MANROFFSEQ='' MANWIDTH=80 man --warnings -E UTF-8 -l -Tutf8 -Z /usr/share/man/man6/spring.6.gz >/dev/null

The issue here is that the warnings indicate trouble with paragraph filling or they are related to long lines.

Breaks can be helped with hyphenation, see "Manipulating Hyphenation" in the man manual for further information.

Unfortunately I haven't spotted the root cause for this yet.
TagsNo tags attached.
Checked infolog.txt for Errors

Activities

jK

2013-12-13 14:35

developer   ~0012375

The cause is table with the Data Dirs (first table).
And it can't be fixed, tables always need a min width.
So just ignore imo.

apoleon

2013-12-13 15:41

reporter   ~0012376

Ok, I see. Thanks for your reply!

Issue History

Date Modified Username Field Change
2013-12-12 21:01 apoleon New Issue
2013-12-13 14:35 jK Note Added: 0012375
2013-12-13 15:41 apoleon Note Added: 0012376
2013-12-13 16:57 Kloot Status new => closed
2013-12-13 16:57 Kloot Resolution open => not fixable