aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man.1
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-01-20 21:16:51 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-01-20 21:16:51 +0000
commit044764c2d25699e39c7fff5f15bbed4438c3caa8 (patch)
tree7055c1815599d43a170b96db93f48ad9c499d3b7 /man.1
parent72e22512ed66a8fcb8179518b188df77ad2db85a (diff)
downloadmandoc-044764c2d25699e39c7fff5f15bbed4438c3caa8.tar.gz
mandoc-044764c2d25699e39c7fff5f15bbed4438c3caa8.tar.zst
mandoc-044764c2d25699e39c7fff5f15bbed4438c3caa8.zip
Split the -Werror message level into -Werror (broken manual, probably
using mandoc is better than using groff) and -Wunsupp (manual using unsupported low-level roff(7) feature, probably using groff is better than using mandoc). Once this feature is complete, it is intended to help porting, making the decision whether to USE_GROFF easier. As a first step, distinguish four classes of roff(7) requests: 1. Supported (currently 24 requests) 2. Currently ignored because unimportant (120) -> no message 3. Ignored for good because insecure (14) -> -Werror 4. Currently unsupported (68) -> these trigger the new -Wunsupp messages
Diffstat (limited to 'man.1')
-rw-r--r--man.19
1 files changed, 5 insertions, 4 deletions
diff --git a/man.1 b/man.1
index 11bc4ad8..95b72042 100644
--- a/man.1
+++ b/man.1
@@ -1,4 +1,4 @@
-.\" $Id: man.1,v 1.11 2015/01/15 04:26:40 schwarze Exp $
+.\" $Id: man.1,v 1.12 2015/01/20 21:16:51 schwarze Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -31,7 +31,7 @@
.\"
.\" @(#)man.1 8.2 (Berkeley) 1/2/94
.\"
-.Dd $Mdocdate: January 15 2015 $
+.Dd $Mdocdate: January 20 2015 $
.Dt MAN 1
.Os
.Sh NAME
@@ -300,9 +300,10 @@ to be reported on the standard error output and to affect the exit status.
The
.Ar level
can be
-.Cm warning
+.Cm warning ,
+.Cm error ,
or
-.Cm error ;
+.Cm unsupp ;
.Cm all
is an alias for
.Cm warning .