source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* texi2mdoc: Handle newline properly w/r/t vspace.
@ 2015-02-25 15:15 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2015-02-25 15:15 UTC (permalink / raw)
  To: source

Log Message:
-----------
Handle newline properly w/r/t vspace.

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

Revision Data
-------------
Index: main.c
===================================================================
RCS file: /home/cvs/mdocml/texi2mdoc/main.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -Lmain.c -Lmain.c -u -p -r1.47 -r1.48
--- main.c
+++ main.c
@@ -432,7 +432,8 @@ dodefn(struct texi *p, enum texicmd cmd,
 		break;
 	}
 
-	texiputchars(p, ":\n");
+	texiputchar(p, ':');
+	texiputchar(p, '\n');
 
 	switch (cmd) {
 	case (TEXICMD_DEFMAC):
--
 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-25 15:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-25 15:15 texi2mdoc: Handle newline properly w/r/t vspace 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).