=================================================================== RCS file: /cvs/mandoc/man.1,v retrieving revision 1.10 retrieving revision 1.12 diff -u -p -r1.10 -r1.12 --- mandoc/man.1 2014/12/28 14:42:27 1.10 +++ mandoc/man.1 2015/01/20 21:16:51 1.12 @@ -1,9 +1,9 @@ -.\" $Id: man.1,v 1.10 2014/12/28 14:42:27 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. .\" Copyright (c) 2003, 2007, 2008, 2014 Jason McIntyre -.\" Copyright (c) 2010, 2011 Ingo Schwarze +.\" Copyright (c) 2010, 2011, 2014, 2015 Ingo Schwarze .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions @@ -31,7 +31,7 @@ .\" .\" @(#)man.1 8.2 (Berkeley) 1/2/94 .\" -.Dd $Mdocdate: December 28 2014 $ +.Dd $Mdocdate: January 20 2015 $ .Dt MAN 1 .Os .Sh NAME @@ -303,12 +303,13 @@ can be .Cm warning , .Cm error , or -.Cm fatal . -The default is -.Cm fatal ; +.Cm unsupp ; .Cm all is an alias for .Cm warning . +By default, +.Nm +is silent. See the .Xr mandoc 1 manual for details.