summaryrefslogtreecommitdiff
path: root/usr/src/tools/onbld/Checks/ManLint.py
diff options
context:
space:
mode:
authorYuri Pankov <yuri.pankov@nexenta.com>2017-07-29 16:02:29 +0300
committerRichard Lowe <richlowe@richlowe.net>2017-08-11 19:00:16 -0400
commitc66b8046543352459a11a51501b628d1c98a8c44 (patch)
tree1121a5f9a15592e29af27c5f55a10ec607cf88d6 /usr/src/tools/onbld/Checks/ManLint.py
parent12014b724f98604d61f9756b7e199416475d7396 (diff)
downloadillumos-joyent-c66b8046543352459a11a51501b628d1c98a8c44.tar.gz
8547 update mandoc to 1.14.3
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/tools/onbld/Checks/ManLint.py')
-rw-r--r--usr/src/tools/onbld/Checks/ManLint.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/tools/onbld/Checks/ManLint.py b/usr/src/tools/onbld/Checks/ManLint.py
index 50e907e81e..41eb979682 100644
--- a/usr/src/tools/onbld/Checks/ManLint.py
+++ b/usr/src/tools/onbld/Checks/ManLint.py
@@ -42,6 +42,7 @@ def manlint(fh, filename=None, output=sys.stderr, **opts):
options = [opttrans[x] for x in opts if opts[x] and opttrans[x]]
options.append('-Tlint')
+ options.append('-Wwarning')
if not filename:
filename = fh.name