=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mandoc.1,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/mandoc/mandoc.1 2009/06/23 23:40:59 1.7 --- src/usr.bin/mandoc/mandoc.1 2009/07/12 22:44:45 1.8 *************** *** 1,4 **** ! .\" $Id: mandoc.1,v 1.7 2009/06/23 23:40:59 schwarze Exp $ .\" .\" Copyright (c) 2009 Kristaps Dzonsons .\" --- 1,4 ---- ! .\" $Id: mandoc.1,v 1.8 2009/07/12 22:44:45 schwarze Exp $ .\" .\" Copyright (c) 2009 Kristaps Dzonsons .\" *************** *** 14,20 **** .\" 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 $ .Dt MANDOC 1 .Os .\" SECTION --- 14,20 ---- .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: July 12 2009 $ .Dt MANDOC 1 .Os .\" SECTION *************** *** 60,74 **** Print version and exit. .\" ITEM .It Fl W Ns Ar err... ! Print warning messages. May be set to .Fl W Ns Ar all ! for all warnings, ! .Ar compat ! for groff/troff-compatibility warnings, or ! .Ar syntax ! for syntax warnings. If .Fl W Ns Ar error ! is specified, warnings are considered errors and cause utility termination. Multiple .Fl W arguments may be comma-separated, such as --- 60,70 ---- Print version and exit. .\" ITEM .It Fl W Ns Ar err... ! Configure warning messages. Use .Fl W Ns Ar all ! to print warnings, .Fl W Ns Ar error ! for warnings to be considered errors and cause utility termination. Multiple .Fl W arguments may be comma-separated, such as