aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.1
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-06-03 12:17:25 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-06-03 12:17:25 +0000
commit3f480d9d158e76fb6d13b7e2c3675f729ee52727 (patch)
tree7ed2277a0760fa7745e3011d05be894aaa4c9410 /mandoc.1
parenta83ae757baf7eaab8523c0c7bd2bf5974eec34a8 (diff)
downloadmandoc-3f480d9d158e76fb6d13b7e2c3675f729ee52727.tar.gz
mandoc-3f480d9d158e76fb6d13b7e2c3675f729ee52727.tar.zst
mandoc-3f480d9d158e76fb6d13b7e2c3675f729ee52727.zip
enable -Wstyle by default in -Tlint; OK jmc@
Diffstat (limited to 'mandoc.1')
-rw-r--r--mandoc.18
1 files changed, 4 insertions, 4 deletions
diff --git a/mandoc.1 b/mandoc.1
index b0865f93..a323ecc0 100644
--- a/mandoc.1
+++ b/mandoc.1
@@ -1,4 +1,4 @@
-.\" $Id: mandoc.1,v 1.192 2017/06/01 15:25:39 schwarze Exp $
+.\" $Id: mandoc.1,v 1.193 2017/06/03 12:17:25 schwarze Exp $
.\"
.\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
.\" Copyright (c) 2012, 2014-2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: June 1 2017 $
+.Dd $Mdocdate: June 3 2017 $
.Dt MANDOC 1
.Os
.Sh NAME
@@ -219,7 +219,7 @@ See
.It Fl T Cm lint
Parse only: produce no output.
Implies
-.Fl W Cm warning .
+.Fl W Cm style .
.It Fl T Cm locale
Encode output using the current locale.
This is the default.
@@ -632,7 +632,7 @@ to exit at once, possibly in the middle of parsing or formatting a file.
Note that selecting
.Fl T Cm lint
output mode implies
-.Fl W Cm warning .
+.Fl W Cm style .
.Sh EXAMPLES
To page manuals to the terminal:
.Pp