Re: Change manpage to use macro-package "an" instead of "doc"

2013-04-16 Thread Nicholas Marriott
On Tue, Apr 16, 2013 at 12:24:45PM +0200, Dagobert Michelsen wrote: > Hi Nicholas, > > Am 16.04.2013 um 12:02 schrieb Nicholas Marriott > : > > On Tue, Apr 16, 2013 at 11:32:20AM +0200, Dagobert Michelsen wrote: > >> Am 16.04.2013 um 11:20 schrieb Nicholas Marriott > >> : > >>> The manpage uses

Re: Change manpage to use macro-package "an" instead of "doc"

2013-04-16 Thread Dagobert Michelsen
Hi Nicholas, Am 16.04.2013 um 12:02 schrieb Nicholas Marriott : > On Tue, Apr 16, 2013 at 11:32:20AM +0200, Dagobert Michelsen wrote: >> Am 16.04.2013 um 11:20 schrieb Nicholas Marriott >> : >>> The manpage uses mdoc and that isn't going to change. OpenSSH has a >>> script called mdoc2man.awk whi

Re: Change manpage to use macro-package "an" instead of "doc"

2013-04-16 Thread Dagobert Michelsen
Hi Nicholas, Am 16.04.2013 um 11:20 schrieb Nicholas Marriott : > The manpage uses mdoc and that isn't going to change. OpenSSH has a > script called mdoc2man.awk which we might be able to bring in (perhaps > with some tweaks) to convert the manpage at build time. I just tried it and the output l

Re: Change manpage to use macro-package "an" instead of "doc"

2013-04-16 Thread Nicholas Marriott
Hi The manpage uses mdoc and that isn't going to change. OpenSSH has a script called mdoc2man.awk which we might be able to bring in (perhaps with some tweaks) to convert the manpage at build time. On Tue, Apr 16, 2013 at 11:12:02AM +0200, Dagobert Michelsen wrote: > Hi, > > the manpage tmux.1

Change manpage to use macro-package "an" instead of "doc"

2013-04-16 Thread Dagobert Michelsen
Hi, the manpage tmux.1 is made with the roff macro package "doc". Unfortunately manage on Solaris require the usage of the macro package "an" (as in -man) and don't allow more elaborated macros. Would it be possible to restrict the macros in that way or provide a separate manpage? Best regard