summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_action.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-06-22 12:38:07 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-06-22 12:38:07 +0000
commit47256364f90726421cafc28ec2f147ee98c59f94 (patch)
treea04fc9fec7d8642124ef66fdb74a94c47c3ba12d /mdoc_action.c
parent496e3f59f915db45643e74c99ae71923800637f8 (diff)
downloadmandoc-47256364f90726421cafc28ec2f147ee98c59f94.tar.gz
mandoc-47256364f90726421cafc28ec2f147ee98c59f94.tar.zst
mandoc-47256364f90726421cafc28ec2f147ee98c59f94.zip
Noted .Cd tabs-ok issue (will fix later).
Added single space to -diag lists.
Diffstat (limited to 'mdoc_action.c')
-rw-r--r--mdoc_action.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdoc_action.c b/mdoc_action.c
index 8ee06aeb..55df294f 100644
--- a/mdoc_action.c
+++ b/mdoc_action.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc_action.c,v 1.18 2009/06/22 12:04:05 kristaps Exp $ */
+/* $Id: mdoc_action.c,v 1.19 2009/06/22 12:38:07 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -89,7 +89,7 @@ const struct actions mdoc_actions[MDOC_MAX] = {
{ NULL, NULL }, /* Ad */
{ NULL, NULL }, /* An */
{ NULL, post_ar }, /* Ar */
- { NULL, NULL }, /* Cd */
+ { NULL, NULL }, /* Cd */ /* FIXME: tabs are accepted! */
{ NULL, NULL }, /* Cm */
{ NULL, NULL }, /* Dv */
{ NULL, NULL }, /* Er */