diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-07-12 22:44:46 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-07-12 22:44:46 +0000 |
commit | 01aba4c830ffb46d317dbee5008164e239712c1a (patch) | |
tree | 3825b624b1b6324fbb38851376d750a2fc653e3e /usr.bin/mandoc/mandoc.1 | |
parent | 31ef1ce0e9d80ed34071bc98f128ab5d287cf750 (diff) |
sync to 1.7.23: Fewer knobs: provide -Wall -Werror but not -Wsyntax -Wcompat.
The simplification of the internal code has already been done before,
this is just the user interface adjustment.
Diffstat (limited to 'usr.bin/mandoc/mandoc.1')
-rw-r--r-- | usr.bin/mandoc/mandoc.1 | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/usr.bin/mandoc/mandoc.1 b/usr.bin/mandoc/mandoc.1 index d134e82bcea..d200120c997 100644 --- a/usr.bin/mandoc/mandoc.1 +++ b/usr.bin/mandoc/mandoc.1 @@ -1,4 +1,4 @@ -.\" $Id: mandoc.1,v 1.7 2009/06/23 23:40:59 schwarze Exp $ +.\" $Id: mandoc.1,v 1.8 2009/07/12 22:44:45 schwarze Exp $ .\" .\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se> .\" @@ -14,7 +14,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 23 2009 $ +.Dd $Mdocdate: July 12 2009 $ .Dt MANDOC 1 .Os .\" SECTION @@ -60,15 +60,11 @@ for available formats. Defaults to Print version and exit. .\" ITEM .It Fl W Ns Ar err... -Print warning messages. May be set to +Configure warning messages. Use .Fl W Ns Ar all -for all warnings, -.Ar compat -for groff/troff-compatibility warnings, or -.Ar syntax -for syntax warnings. If +to print warnings, .Fl W Ns Ar error -is specified, warnings are considered errors and cause utility +for warnings to be considered errors and cause utility termination. Multiple .Fl W arguments may be comma-separated, such as |