#301074 Manual page tethereal(1) line 83/tmp/zmant2uQ7W:650: warning [p 6, 8.2i]: can't break line

Package:
tshark
Source:
wireshark
Description:
network traffic analyzer - console version
Submitter:
Miernik
Date:
2010-07-01 18:12:04 UTC
Severity:
minor
#301074#5
Date:
2005-03-23 17:34:47 UTC
From:
To:
When browsing tethereal(1) manual page I get error messages, two
examples pasted below:

Manual page tethereal(1) line 83/tmp/zmant2uQ7W:650: warning [p 6, 8.2i]: can't break line

Manual page tethereal(1) line 43/tmp/zmanQhyDQB:650: warning [p 6, 8.2i]: can't break line

These doesn't show immidiately after opening the manpage, but after a
few PageDown's.

This is similar to bug #290881

Running it like there shows:

miernik@szrenica:~$ man tethereal > /dev/null
Reformatting tethereal(1), please wait...
/tmp/zmanNxesoc:580: warning [p 6, 5.7i]: can't break line
/tmp/zmanNxesoc:650: warning [p 7, 6.7i]: can't break line
miernik@szrenica:~$

#301074#10
Date:
2005-03-23 18:25:27 UTC
From:
To:
Miernik wrote:

This is caused by a very long line in -z switch explanation:

    If the optional filterstring is provided, the stats will only be
    calculated on those calls that match that filter.  Example: use -z
 /- dcerpc,srt,12345778-1234-abcd-ef00-0123456789ac,1.0,ip.addr==1.2.3.4
 |  to collect SAMR SRT statistics for a specific host.
 |
this line has no space, groff can't break it.  Unfortunately it can't
be made much shorter.



        Frederic