On Sun, Oct 23, 2011 at 02:14:02PM +0200, Ingo Schwarze wrote:
> I committed build system changes to install source manuals
> and no longer install formatted manuals from 5.0 onwards.

This is nice, now I can do something like this in /etc/man.conf:
< _build                .[1-9n]         /usr/bin/mandoc %s
> _build                .[1-9n]         /usr/bin/mandoc -Owidth=`stty size | 
> awk '{print $2 - 2}'` %s
to have the manpage fit my display. Especially usefull if I have split
screen in a tiling window manager, and the terminals are smaller than 80
columns.

-- 
Michal Mazurek

Reply via email to