diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-07-06 09:34:29 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-07-06 09:34:29 +0000 |
commit | c87520eafbd20bdf126e5d00b5cfa57fe4542aa9 (patch) | |
tree | 810cd97b87ddbd33dfbfd7f853d04f34440ec959 /mandoc.1 | |
parent | 4baed99617de2e5dacb16862a0cecb8885b435f0 (diff) | |
download | mandoc-c87520eafbd20bdf126e5d00b5cfa57fe4542aa9.tar.gz |
Backed -Wcompat,syntax out of front-end.
Diffstat (limited to 'mandoc.1')
-rw-r--r-- | mandoc.1 | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -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 |