source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* docbook2mdoc: explicitly ignore <keycombo> CVS
@ 2019-04-29  2:01 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2019-04-29  2:01 UTC (permalink / raw)
  To: source

Log Message:
-----------
explicitly ignore <keycombo>
CVS ----------------------------------------------------------------------

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

Revision Data
-------------
Index: parse.c
===================================================================
RCS file: /home/cvs/mdocml/docbook2mdoc/parse.c,v
retrieving revision 1.54
retrieving revision 1.55
diff -Lparse.c -Lparse.c -u -p -r1.54 -r1.55
--- parse.c
+++ parse.c
@@ -99,6 +99,7 @@ static	const struct alias aliases[] = {
 	{ "informaltable",	NODE_TABLE },
 	{ "keycap",		NODE_KEYSYM },
 	{ "keycode",		NODE_IGNORE },
+	{ "keycombo",		NODE_IGNORE },
 	{ "mediaobject",	NODE_BLOCKQUOTE },
 	{ "orgname",		NODE_IGNORE },
 	{ "othercredit",	NODE_AUTHOR },
Index: statistics.c
===================================================================
RCS file: /home/cvs/mdocml/docbook2mdoc/statistics.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -Lstatistics.c -Lstatistics.c -u -p -r1.38 -r1.39
--- statistics.c
+++ statistics.c
@@ -464,6 +464,7 @@ main(int argc, char *argv[])
 		table_add("itemizedlist", "listitem");
 		table_add("keycap", "TEXT");
 		table_add("keycode", "TEXT");
+		table_add("keycombo", "keycap");
 		table_add("keysym", "TEXT");
 		table_add("legalnotice", NULL);
 		table_add("link", NULL);
--
 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-29  2:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-29  2:01 docbook2mdoc: explicitly ignore <keycombo> CVS 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).