LFTP manpages on OSX are busted

Nate Sutton <[email protected]> Fri, 11 Aug 2017 11:25:53 -0500
Newsgroups gmane.network.lftp.user
Message-ID <CAMZDCY26oS4Wt7MUu=CqSn73WLainF9_4TuFW3SyNTYWMf5HOg@mail.gmail.com>
--===============8373756708030813612==
Content-Type: multipart/alternative; boundary="f403045ecf0e5dbeb205567cc46c"

--f403045ecf0e5dbeb205567cc46c
Content-Type: text/plain; charset="UTF-8"

On lftp 4.8.0 installed via homebrew on OSX 10.11.6, I get a bunch of
errors trying to load the manpage and I think it prevents some information
from being displayed. The errors look like this:

/usr/bin/tbl:<standard input>:171: unrecognised format `<'
/usr/bin/tbl:<standard input>:171: giving up on this table
/usr/bin/tbl:<standard input>:190: `p' modifier must be followed by number
/usr/bin/tbl:<standard input>:190: unrecognised format `h'
/usr/bin/tbl:<standard input>:190: giving up on this table
/usr/bin/tbl:<standard input>:220: unrecognised format `h'
/usr/bin/tbl:<standard input>:220: giving up on this table
/usr/bin/tbl:<standard input>:243: unrecognised format `\'
/usr/bin/tbl:<standard input>:243: giving up on this table
/usr/bin/tbl:<standard input>:303: unrecognised format `\'
/usr/bin/tbl:<standard input>:303: giving up on this table
/usr/bin/tbl:<standard input>:323: unrecognised format `\'
/usr/bin/tbl:<standard input>:323: giving up on this table
/usr/bin/tbl:<standard input>:364: unrecognised format `\'
/usr/bin/tbl:<standard input>:364: giving up on this table
/usr/bin/tbl:<standard input>:398: unrecognised format `\'
/usr/bin/tbl:<standard input>:398: giving up on this table
/usr/bin/tbl:<standard input>:427: unrecognised format `\'
/usr/bin/tbl:<standard input>:427: giving up on this table
/usr/bin/tbl:<standard input>:454: unrecognised format `\'
/usr/bin/tbl:<standard input>:454: giving up on this table
/usr/bin/tbl:<standard input>:484: unrecognised format `\'
/usr/bin/tbl:<standard input>:484: giving up on this table
/usr/bin/tbl:<standard input>:545: unrecognised format `\'
/usr/bin/tbl:<standard input>:545: giving up on this table
/usr/bin/tbl:<standard input>:571: unrecognised format `\'
/usr/bin/tbl:<standard input>:571: giving up on this table

Looking at the source of lftp.1, the errors don't seem to match up to the
text.

I don't understand the manpage format but I suspect OSX is using a crappy,
old tbl, like it does with other tools. `tbl -v` shows "GNU tbl (groff)
version 1.19.2". I'm not sure if this is something you're interesting in
fixing but it would be nice to have the full manpage on osx.

--f403045ecf0e5dbeb205567cc46c
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">On lftp 4.8.0 installed via homebrew on OSX 10.11.6, I get=
 a bunch of errors trying to load the manpage and I think it prevents some =
information from being displayed. The errors look like this:<div><br></div>=
<div><div>/usr/bin/tbl:&lt;standard input&gt;:171: unrecognised format `&lt=
;&#39;</div><div>/usr/bin/tbl:&lt;standard input&gt;:171: giving up on this=
 table</div><div>/usr/bin/tbl:&lt;standard input&gt;:190: `p&#39; modifier =
must be followed by number</div><div>/usr/bin/tbl:&lt;standard input&gt;:19=
0: unrecognised format `h&#39;</div><div>/usr/bin/tbl:&lt;standard input&gt=
;:190: giving up on this table</div><div>/usr/bin/tbl:&lt;standard input&gt=
;:220: unrecognised format `h&#39;</div><div>/usr/bin/tbl:&lt;standard inpu=
t&gt;:220: giving up on this table</div><div>/usr/bin/tbl:&lt;standard inpu=
t&gt;:243: unrecognised format `\&#39;</div><div>/usr/bin/tbl:&lt;standard =
input&gt;:243: giving up on this table</div><div>/usr/bin/tbl:&lt;standard =
input&gt;:303: unrecognised format `\&#39;</div><div>/usr/bin/tbl:&lt;stand=
ard input&gt;:303: giving up on this table</div><div>/usr/bin/tbl:&lt;stand=
ard input&gt;:323: unrecognised format `\&#39;</div><div>/usr/bin/tbl:&lt;s=
tandard input&gt;:323: giving up on this table</div><div>/usr/bin/tbl:&lt;s=
tandard input&gt;:364: unrecognised format `\&#39;</div><div>/usr/bin/tbl:&=
lt;standard input&gt;:364: giving up on this table</div><div>/usr/bin/tbl:&=
lt;standard input&gt;:398: unrecognised format `\&#39;</div><div>/usr/bin/t=
bl:&lt;standard input&gt;:398: giving up on this table</div><div>/usr/bin/t=
bl:&lt;standard input&gt;:427: unrecognised format `\&#39;</div><div>/usr/b=
in/tbl:&lt;standard input&gt;:427: giving up on this table</div><div>/usr/b=
in/tbl:&lt;standard input&gt;:454: unrecognised format `\&#39;</div><div>/u=
sr/bin/tbl:&lt;standard input&gt;:454: giving up on this table</div><div>/u=
sr/bin/tbl:&lt;standard input&gt;:484: unrecognised format `\&#39;</div><di=
v>/usr/bin/tbl:&lt;standard input&gt;:484: giving up on this table</div><di=
v>/usr/bin/tbl:&lt;standard input&gt;:545: unrecognised format `\&#39;</div=
><div>/usr/bin/tbl:&lt;standard input&gt;:545: giving up on this table</div=
><div>/usr/bin/tbl:&lt;standard input&gt;:571: unrecognised format `\&#39;<=
/div><div>/usr/bin/tbl:&lt;standard input&gt;:571: giving up on this table<=
/div></div><div><br></div><div>Looking at the source of lftp.1, the errors =
don&#39;t seem to match up to the text.</div><div><br></div><div>I don&#39;=
t understand the manpage format but I suspect OSX is using a crappy, old tb=
l, like it does with other tools. `tbl -v` shows &quot;GNU tbl (groff) vers=
ion 1.19.2&quot;. I&#39;m not sure if this is something you&#39;re interest=
ing in fixing but it would be nice to have the full manpage on osx.</div><d=
iv><br></div><div><br></div></div>

--f403045ecf0e5dbeb205567cc46c--

--===============8373756708030813612==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
lftp mailing list
[email protected]
http://univ.uniyar.ac.ru/mailman/listinfo/lftp

--===============8373756708030813612==--