summaryrefslogtreecommitdiffstats
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
commit101796b4d79943845f21342db70d90db02e715a4 (patch)
tree9ffa023a73c40db2bb6100d3a2db75d43f4dd305 /mdoc_action.c
parent18f369698f06fa3b0fb07a981d798daafdfc239f (diff)
downloadmandoc-101796b4d79943845f21342db70d90db02e715a4.tar.gz
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc_action.c b/mdoc_action.c
index 3941f4fb..6f70e99b 100644
--- a/mdoc_action.c
+++ b/mdoc_action.c
@@ -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 */