Fatal errors no longer exist.
authorschwarze <schwarze@openbsd.org>
Thu, 15 Jan 2015 04:26:06 +0000 (04:26 +0000)
committerschwarze <schwarze@openbsd.org>
Thu, 15 Jan 2015 04:26:06 +0000 (04:26 +0000)
commitdf927bb6d9e77516bd651a336da98edf7c9a40b2
tree8fd090793533780f062e7ab24777395640dd86f6
parent4c5da5de5a2bdaf593d0cba0c230030508155e52
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.
usr.bin/mandoc/cgi.c
usr.bin/mandoc/libmandoc.h
usr.bin/mandoc/main.c
usr.bin/mandoc/man.1
usr.bin/mandoc/man.c
usr.bin/mandoc/mandoc.1
usr.bin/mandoc/mandoc.h
usr.bin/mandoc/mandocdb.c
usr.bin/mandoc/mdoc.c
usr.bin/mandoc/read.c