source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* texi2mdoc: Swap TEXICMD_TEXSYM and TEXICMD_TIE.
@ 2015-02-23 20:53 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2015-02-23 20:53 UTC (permalink / raw)
  To: source

Log Message:
-----------
Swap TEXICMD_TEXSYM and TEXICMD_TIE.  Patch by Anthony Bentley: thanks!

Modified Files:
--------------
    texi2mdoc:
        main.c

Revision Data
-------------
Index: main.c
===================================================================
RCS file: /home/cvs/mdocml/texi2mdoc/main.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -Lmain.c -Lmain.c -u -p -r1.37 -r1.38
--- main.c
+++ main.c
@@ -1064,10 +1064,10 @@ dosymbol(struct texi *p, enum texicmd cm
 	case (TEXICMD_SQUIGGLE_RIGHT):
 		texiputchars(p, "}");
 		break;
-	case (TEXICMD_TIE):
+	case (TEXICMD_TEXSYM):
 		texiputchars(p, "TeX");
 		break;
-	case (TEXICMD_TEXSYM):
+	case (TEXICMD_TIE):
 		texiputchars(p, "\\ ");
 		break;
 	case (TEXICMD_COLON):
--
 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:[~2015-02-23 20:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-23 20:53 texi2mdoc: Swap TEXICMD_TEXSYM and TEXICMD_TIE kristaps

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).