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

Log Message:
-----------
Prevent .Lp from looping endlessly on punctuation.
Same fix as the previous one.

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.59
retrieving revision 1.60
diff -Lmdoc_argv.c -Lmdoc_argv.c -u -p -r1.59 -r1.60
--- mdoc_argv.c
+++ mdoc_argv.c
@@ -196,7 +196,7 @@ static	int mdoc_argflags[MDOC_MAX] = {
 	0, /* Fr */
 	0, /* Ud */
 	0, /* Lb */
-	ARGS_DELIM, /* Lp */
+	0, /* Lp */
 	ARGS_DELIM, /* Lk */
 	ARGS_DELIM, /* Mt */
 	ARGS_DELIM, /* Brq */
--
 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 20:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-13 20:15 mdocml: Prevent .Lp from looping endlessly on punctuation 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).