Hi, Jan Stary wrote on Mon, Oct 10, 2016 at 02:22:57PM +0200:
> The postscript output of 'man -Tps rcctl' makes the 'stopped' > list item of 'rcctl ls' break a line, while all the other items > are compact one-liners. The diff below changes the width, > which is the same for ascci, but "stopped" is slightly wider > than "started" in the postscript output. Committed, thanks. Ingo > Index: rcctl.8 > =================================================================== > RCS file: /cvs/src/usr.sbin/rcctl/rcctl.8,v > retrieving revision 1.33 > diff -u -p -r1.33 rcctl.8 > --- rcctl.8 19 Jun 2016 10:54:20 -0000 1.33 > +++ rcctl.8 10 Oct 2016 12:16:59 -0000 > @@ -108,7 +108,7 @@ Display a list of services and daemons m > .Ar lsarg , > which can be one of: > .Pp > -.Bl -tag -width started -offset indent -compact > +.Bl -tag -width stopped -offset indent -compact > .It Cm all > all services and daemons > .It Cm failed >
