From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from localhost (fantadrom.bsd.lv [local]) by fantadrom.bsd.lv (OpenSMTPD) with ESMTPA id 78d9c661 for ; Thu, 20 Jul 2017 11:24:26 -0500 (EST) Date: Thu, 20 Jul 2017 11:24:26 -0500 (EST) Message-Id: <8611988322247256534.enqueue@fantadrom.bsd.lv> X-Mailinglist: mandoc-source Reply-To: source@mandoc.bsd.lv MIME-Version: 1.0 From: schwarze@mandoc.bsd.lv To: source@mandoc.bsd.lv Subject: mandoc: mention -Tlint to stdout X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- mention -Tlint to stdout Modified Files: -------------- mandoc: NEWS Revision Data ------------- Index: NEWS =================================================================== RCS file: /home/cvs/mandoc/mandoc/NEWS,v retrieving revision 1.24 retrieving revision 1.25 diff -LNEWS -LNEWS -u -p -r1.24 -r1.25 --- NEWS +++ NEWS @@ -23,6 +23,8 @@ Changes in version 1.14.2, released on J * Delete the -Txhtml command line option. It has been an obsolete alias for the -Thtml output mode for more than two years. --- MINOR NEW FEATURES --- + * -Tlint now puts parser messages on stdout instead of stderr, + making commands like "man -l -Tlint *.1" useful. * mdoc(7): Various .Lk formatting improvements. * mdoc(7) -Thtml: Better CSS for .Bl lists. * man(7): Implement the .MT/.ME block macro (mailto hyperlink). -- To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv