Re: lftp man page broken

2016-09-13 Thread Ingo Schwarze
Hi, Jiri B wrote on Tue, Sep 13, 2016 at 05:49:35PM -0400: > On Tue, Sep 13, 2016 at 11:25:56PM +0200, Rafael Sadowski wrote: >> $ man -w lftp >> /usr/local/man/man1/lftp.1 > I have no idea why this differs: > > $ pkg_info -L lftp | grep man > /usr/local/man/cat1/lftp.0 >

Re: lftp man page broken

2016-09-13 Thread Rafael Sadowski
On Tue Sep 13, 2016 at 05:49:35PM -0400, Jiri B wrote: > On Tue, Sep 13, 2016 at 11:25:56PM +0200, Rafael Sadowski wrote: > > I know of no Jiri B's "/usr/local/man/cat1/lftp.0"! man(1) shows me: > > > > $ man -w lftp > > /usr/local/man/man1/lftp.1 > > I have no idea why this differs: > > $

Re: lftp man page broken

2016-09-13 Thread Jiri B
On Tue, Sep 13, 2016 at 11:25:56PM +0200, Rafael Sadowski wrote: > I know of no Jiri B's "/usr/local/man/cat1/lftp.0"! man(1) shows me: > > $ man -w lftp > /usr/local/man/man1/lftp.1 I have no idea why this differs: $ pkg_info -L lftp | grep man /usr/local/man/cat1/lftp.0

Re: lftp man page broken

2016-09-13 Thread Rafael Sadowski
On Tue Sep 13, 2016 at 02:15:12PM +0200, Ingo Schwarze wrote: > Hi Anthony, > > Anthony J. Bentley wrote on Tue, Sep 13, 2016 at 03:32:05AM -0600: > > > Jiri B writes: > > >> lftp man pages is odd, see section for 'mirror' command. > > > The lftp(1) manual uses tbl(7) macros, which need extra

Re: lftp man page broken

2016-09-13 Thread Stuart Henderson
On 2016/09/13 14:15, Ingo Schwarze wrote: > So please simply commit the following patch. Bumping makes sense to > me because it makes the manuals more readable. Besides, maybe we should > start forgetting about the old special rule "dropping USE_GROFF only > requires no bump": It was useful in

Re: lftp man page broken

2016-09-13 Thread Ingo Schwarze
Hi Anthony, Anthony J. Bentley wrote on Tue, Sep 13, 2016 at 03:32:05AM -0600: > Jiri B writes: >> lftp man pages is odd, see section for 'mirror' command. > The lftp(1) manual uses tbl(7) macros, which need extra preprocessing. > pkg_create(1) doesn't do any preprocessing... although that's

Re: lftp man page broken

2016-09-13 Thread Anthony J. Bentley
Jiri B writes: > Hi, > > lftp man pages is odd, see section for 'mirror' command. The lftp(1) manual uses tbl(7) macros, which need extra preprocessing. pkg_create(1) doesn't do any preprocessing... although that's easy enough to fix. (Anyone have an idea of how many USE_GROFF manuals use troff

lftp man page broken

2016-09-13 Thread Jiri B
Hi, lftp man pages is odd, see section for 'mirror' command. ~~~ $ cat /usr/local/man/cat1/lftp.0 | col -b | sed -n '/mirror.*OPTS/,/When using \-R/p' | head mirror [OPTS] [source [target]] Mirror specified source directory to local target directory. If the target