From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from localhost (fantadrom.bsd.lv [local]) by fantadrom.bsd.lv (OpenSMTPD) with ESMTPA id 77541a3f for ; Tue, 18 Oct 2016 17:45:00 -0500 (EST) Date: Tue, 18 Oct 2016 17:45:00 -0500 (EST) Message-Id: <10828313698620023725.enqueue@fantadrom.bsd.lv> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: schwarze@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: merge ".Bl -tag without -width" fix to 1.13 branch X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- merge ".Bl -tag without -width" fix to 1.13 branch Tags: ---- VERSION_1_13 Modified Files: -------------- mdocml: read.c Revision Data ------------- Index: read.c =================================================================== RCS file: /home/cvs/mdocml/mdocml/read.c,v retrieving revision 1.150 retrieving revision 1.150.2.1 diff -Lread.c -Lread.c -u -p -r1.150 -r1.150.2.1 --- read.c +++ read.c @@ -143,7 +143,7 @@ static const char * const mandocerrs[MAN "empty argument, using 0n", "missing display type, using -ragged", "list type is not the first argument", - "missing -width in -tag list, using 8n", + "missing -width in -tag list, using 6n", "missing utility name, using \"\"", "missing function name, using \"\"", "empty head in list item", -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv