source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Prevent `Pp' from looping endlessly on punctuation.
@ 2010-09-13 12:21 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2010-09-13 12:21 UTC (permalink / raw)
  To: source

Log Message:
-----------
Prevent `Pp' from looping endlessly on punctuation.  Bug reported by
Marc Espie.

Modified Files:
--------------
    mdocml:
        mdoc_argv.c

Revision Data
-------------
Index: mdoc_argv.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc_argv.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -Lmdoc_argv.c -Lmdoc_argv.c -u -p -r1.58 -r1.59
--- mdoc_argv.c
+++ mdoc_argv.c
@@ -95,7 +95,7 @@ static	int mdoc_argflags[MDOC_MAX] = {
 	0, /* Os */
 	0, /* Sh */
 	0, /* Ss */ 
-	ARGS_DELIM, /* Pp */ 
+	0, /* Pp */ 
 	ARGS_DELIM, /* D1 */
 	ARGS_DELIM, /* Dl */
 	0, /* Bd */
--
 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-09-13 12:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-13 12:21 mdocml: Prevent `Pp' from looping endlessly on punctuation kristaps

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).