source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* docbook2mdoc: request a paragraph break after displays and after
@ 2019-04-24 14:03 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2019-04-24 14:03 UTC (permalink / raw)
  To: source

Log Message:
-----------
request a paragraph break after displays and after non-compact lists

Modified Files:
--------------
    docbook2mdoc:
        docbook2mdoc.c

Revision Data
-------------
Index: docbook2mdoc.c
===================================================================
RCS file: /home/cvs/mdocml/docbook2mdoc/docbook2mdoc.c,v
retrieving revision 1.134
retrieving revision 1.135
diff -Ldocbook2mdoc.c -Ldocbook2mdoc.c -u -p -r1.134 -r1.135
--- docbook2mdoc.c
+++ docbook2mdoc.c
@@ -1037,6 +1037,7 @@ pnode_printtgroup2(struct format *f, str
 		pnode_unlink(nr);
 	}
 	macro_line(f, "El");
+	f->parastate = PARA_WANT;
 	pnode_unlinksub(n);
 }
 
@@ -1063,6 +1064,7 @@ pnode_printtgroup(struct format *f, stru
 		pnode_printrow(f, nc);
 	}
 	macro_line(f, "El");
+	f->parastate = PARA_WANT;
 	pnode_unlinksub(n);
 }
 
@@ -1082,6 +1084,7 @@ pnode_printlist(struct format *f, struct
 		f->parastate = PARA_HAVE;
 	}
 	macro_line(f, "El");
+	f->parastate = PARA_WANT;
 	pnode_unlinksub(n);
 }
 
@@ -1100,6 +1103,7 @@ pnode_printvariablelist(struct format *f
 			macro_nodeline(f, "It", nc, 0);
 	}
 	macro_line(f, "El");
+	f->parastate = PARA_WANT;
 	pnode_unlinksub(n);
 }
 
@@ -1480,6 +1484,7 @@ pnode_print(struct format *f, struct pno
 	case NODE_SYNOPSIS:
 		f->parastate = PARA_HAVE;
 		macro_line(f, "Ed");
+		f->parastate = PARA_WANT;
 		break;
 	case NODE_TITLE:
 	case NODE_SUBTITLE:
--
 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:[~2019-04-24 14:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-24 14:03 docbook2mdoc: request a paragraph break after displays and after 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).