source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mandoc: paragraphs can contain .MT and .UR blocks
@ 2018-08-18 20:42 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2018-08-18 20:42 UTC (permalink / raw)
  To: source

Log Message:
-----------
paragraphs can contain .MT and .UR blocks

Modified Files:
--------------
    mandoc:
        man_macro.c

Revision Data
-------------
Index: man_macro.c
===================================================================
RCS file: /home/cvs/mandoc/mandoc/man_macro.c,v
retrieving revision 1.131
retrieving revision 1.132
diff -Lman_macro.c -Lman_macro.c -u -p -r1.131 -r1.132
--- man_macro.c
+++ man_macro.c
@@ -294,7 +294,8 @@ blk_exp(MACRO_PROT_ARGS)
 	char		*p;
 	int		 la;
 
-	rew_scope(man, tok);
+	if (tok == MAN_RS)
+		rew_scope(man, tok);
 	roff_block_alloc(man, line, ppos, tok);
 	head = roff_head_alloc(man, line, ppos, tok);
 
--
 To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv

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

only message in thread, other threads:[~2018-08-18 20:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-18 20:42 mandoc: paragraphs can contain .MT and .UR blocks 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).