source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* docbook2mdoc: treat <sect3> and <sect4> like <section>
@ 2019-04-16 21:20 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2019-04-16 21:20 UTC (permalink / raw)
  To: source

Log Message:
-----------
treat <sect3> and <sect4> like <section>

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

Revision Data
-------------
Index: parse.c
===================================================================
RCS file: /home/cvs/mdocml/docbook2mdoc/parse.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -Lparse.c -Lparse.c -u -p -r1.45 -r1.46
--- parse.c
+++ parse.c
@@ -112,6 +112,8 @@ static	const struct alias aliases[] = {
 	{ "secondary",		NODE_DELETE },
 	{ "sect1",		NODE_SECTION },
 	{ "sect2",		NODE_SECTION },
+	{ "sect3",		NODE_SECTION },
+	{ "sect4",		NODE_SECTION },
 	{ "sgmltag",		NODE_MARKUP },
 	{ "simpara",		NODE_PARA },
 	{ "structfield",	NODE_PARAMETER },
--
 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-16 21:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-16 21:20 docbook2mdoc: treat <sect3> and <sect4> like <section> 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).