On Tue, Aug 11, 2009 at 02:21:42PM +0200, Piotr Engelking wrote: > Colin Watson <[email protected]>: > > I actually quite like the current justification behaviour. Would you be > > content if this became a command-line option or environment variable or > > something that you could give to man? (It would be straightforward to > > set that as a default using any of the usual mechanisms.) > > Yes, as far as I am concerned, this is a sensible solution.
I've implemented this for man-db 2.5.7. Thanks for the suggestion. Sat Nov 14 10:28:29 GMT 2009 Colin Watson <[email protected]> Add option to disable justification (Debian bug #440047). * src/man.c (options, parse_opt): Accept --no-justification. Reset corresponding variable with -D. (disable_justification): New function. (display): Append disable_justification to the decompressor pipeline if --no-justification is used. * man/man1/man.man1 (SYNOPSIS, Controlling formatted output): Document --no-justification. * NEWS: Document this. Regards, -- Colin Watson [[email protected]] -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

