summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-07-20 16:23:56 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-07-20 16:23:56 +0000
commit4ab81961780e94fb97d4455b28f318e364e16bcd (patch)
tree85ddadc00d3a59af3a5e9f4738604530ef5a1840 /NEWS
parentd12e11386fa63d1edb2224cbbfb1617205fe3968 (diff)
downloadmandoc-4ab81961780e94fb97d4455b28f318e364e16bcd.tar.gz
mention -Tlint to stdout
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index baf8f589..8350e7cb 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,8 @@ Changes in version 1.14.2, released on July XXX, 2017
* 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).