source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* texi2mdoc: Convert Qq to Dq for links.
@ 2015-02-23 20:55 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2015-02-23 20:55 UTC (permalink / raw)
  To: source

Log Message:
-----------
Convert Qq to Dq for links.  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.38
retrieving revision 1.39
diff -Lmain.c -Lmain.c -u -p -r1.38 -r1.39
--- main.c
+++ main.c
@@ -1212,15 +1212,15 @@ dolink(struct texi *p, enum texicmd cmd,
 		break;
 	case (TEXICMD_XREF):
 		texiputchars(p, "See Section");
-		teximacroopen(p, "Qq");
+		teximacroopen(p, "Dq");
 		break;
 	case (TEXICMD_PXREF):
 		texiputchars(p, "see Section");
-		teximacroopen(p, "Qq");
+		teximacroopen(p, "Dq");
 		break;
 	case (TEXICMD_INFOREF):
 		texiputchars(p, "See Info file node");
-		teximacroopen(p, "Qq");
+		teximacroopen(p, "Dq");
 		break;
 	default:
 		abort();
--
 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:55 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:55 texi2mdoc: Convert Qq to Dq for links 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).