summaryrefslogtreecommitdiffstats
path: root/mdoc_macro.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-07-07 11:47:17 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-07-07 11:47:17 +0000
commit3b3fe038a3f8e844db507331706e75a2fbab0d87 (patch)
tree612180dd4afb8d0b3cb5cc421bd8b180a02ab267 /mdoc_macro.c
parent46333ce833349b3542096c725c78ada3ca4b2811 (diff)
downloadmandoc-3b3fe038a3f8e844db507331706e75a2fbab0d87.tar.gz
Made `In' handling work in new-groff style (see mdoc.samples).
Diffstat (limited to 'mdoc_macro.c')
-rw-r--r--mdoc_macro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc_macro.c b/mdoc_macro.c
index 9b3eb212..709dc3d7 100644
--- a/mdoc_macro.c
+++ b/mdoc_macro.c
@@ -83,7 +83,7 @@ const struct mdoc_macro __mdoc_macros[MDOC_MAX] = {
{ in_line, MDOC_CALLABLE | MDOC_PARSED }, /* Fn */
{ in_line, MDOC_CALLABLE | MDOC_PARSED }, /* Ft */
{ in_line, MDOC_CALLABLE | MDOC_PARSED }, /* Ic */
- { in_line_eoln, 0 }, /* In */ /* FIXME: historic usage! */
+ { in_line_argn, MDOC_CALLABLE | MDOC_PARSED }, /* In */
{ in_line, MDOC_CALLABLE | MDOC_PARSED }, /* Li */
{ in_line_eoln, 0 }, /* Nd */
{ in_line, MDOC_CALLABLE | MDOC_PARSED }, /* Nm */