source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Keep words after .Ic together in a single argument.
@ 2014-01-20 11:28 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2014-01-20 11:28 UTC (permalink / raw)
  To: source

Log Message:
-----------
Keep words after .Ic together in a single argument.
This doesn't hurt normal manual display 
and makes the mandocdb(8) database more useful.

Modified Files:
--------------
    mdocml:
        mdoc_macro.c

Revision Data
-------------
Index: mdoc_macro.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc_macro.c,v
retrieving revision 1.127
retrieving revision 1.128
diff -Lmdoc_macro.c -Lmdoc_macro.c -u -p -r1.127 -r1.128
--- mdoc_macro.c
+++ mdoc_macro.c
@@ -98,7 +98,7 @@ const	struct mdoc_macro __mdoc_macros[MD
 	{ in_line, MDOC_CALLABLE | MDOC_PARSED }, /* Fl */
 	{ in_line, MDOC_CALLABLE | MDOC_PARSED }, /* Fn */
 	{ in_line, MDOC_CALLABLE | MDOC_PARSED }, /* Ft */
-	{ in_line, MDOC_CALLABLE | MDOC_PARSED }, /* Ic */
+	{ in_line, MDOC_CALLABLE | MDOC_PARSED | MDOC_JOIN }, /* Ic */
 	{ in_line_argn, MDOC_CALLABLE | MDOC_PARSED }, /* In */
 	{ in_line, MDOC_CALLABLE | MDOC_PARSED | MDOC_JOIN }, /* Li */
 	{ blk_full, MDOC_JOIN }, /* Nd */
--
 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:[~2014-01-20 11:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-20 11:28 mdocml: Keep words after .Ic together in a single argument 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).