summaryrefslogtreecommitdiffstats
path: root/man.1
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-01-15 04:26:39 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-01-15 04:26:39 +0000
commit581eba212eeec68331e4aa4a904d7c2d72bac114 (patch)
treed24a62288413bfb95754a300f45747756dc9943e /man.1
parent23a511d07a0f2e04178f507d768c9e5e7e86f858 (diff)
downloadmandoc-581eba212eeec68331e4aa4a904d7c2d72bac114.tar.gz
Fatal errors no longer exist.
If a file can be opened, mandoc will produce some output; at worst, the output may be almost empty. Simplifies error handling and frees a message type for future use.
Diffstat (limited to 'man.1')
-rw-r--r--man.112
1 files changed, 6 insertions, 6 deletions
diff --git a/man.1 b/man.1
index 29771ea1..08ec2e23 100644
--- a/man.1
+++ b/man.1
@@ -3,7 +3,7 @@
.\" Copyright (c) 1989, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
.\" Copyright (c) 2003, 2007, 2008, 2014 Jason McIntyre <jmc@openbsd.org>
-.\" Copyright (c) 2010, 2011 Ingo Schwarze <schwarze@openbsd.org>
+.\" Copyright (c) 2010, 2011, 2014, 2015 Ingo Schwarze <schwarze@openbsd.org>
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
@@ -300,15 +300,15 @@ to be reported on the standard error output and to affect the exit status.
The
.Ar level
can be
-.Cm warning ,
-.Cm error ,
+.Cm warning
or
-.Cm fatal .
-The default is
-.Cm fatal ;
+.Cm error ;
.Cm all
is an alias for
.Cm warning .
+By default,
+.Nm
+is silent.
See the
.Xr mandoc 1
manual for details.