source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: fix an obvious oversight introduced in rev.
@ 2010-05-24  1:41 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2010-05-24  1:41 UTC (permalink / raw)
  To: source

Log Message:
-----------
fix an obvious oversight introduced in rev. 1.5:
MANDOCERR_BODYLOST is not intended to be fatal;
required to unbreak the OpenBSD build

Modified Files:
--------------
    mdocml:
        mandoc.h

Revision Data
-------------
Index: mandoc.h
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mandoc.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -Lmandoc.h -Lmandoc.h -u -p -r1.5 -r1.6
--- mandoc.h
+++ mandoc.h
@@ -72,7 +72,7 @@ enum	mandocerr {
 	MANDOCERR_NOTITLE, /* no title in document */
 	MANDOCERR_ARGSLOST, /* line argument(s) will be lost */
 	MANDOCERR_BODYLOST, /* body argument(s) will be lost */
-#define	MANDOCERR_ERROR		MANDOCERR_ARGSLOST
+#define	MANDOCERR_ERROR		MANDOCERR_BODYLOST
 
 	/* FIXME: this should be a MANDOCERR_ERROR */
 	MANDOCERR_FONTTYPE, /* missing font type */
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-05-24  1:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-24  1:41 mdocml: fix an obvious oversight introduced in rev schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).