summaryrefslogtreecommitdiffstats
path: root/mdoc.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-12 02:57:35 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-12 02:57:35 +0000
commit6cef110ea7c9248b1b0e3caead715fbe248dadac (patch)
tree7b0cd4631fbaa3bfe4d1e183de783d8ca5d9f66d /mdoc.c
parentcaf7a1a713d8bbe1bad95ee8801eba029cab20de (diff)
downloadmandoc-6cef110ea7c9248b1b0e3caead715fbe248dadac.tar.gz
Brq/Bro/Brc fixed up and pretty.
Cleaned up Aq/Sq use of escapes in term.c. Added initial -column support. Fixed argv returning ARGV_WORD and tokenising anyway.
Diffstat (limited to 'mdoc.c')
-rw-r--r--mdoc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mdoc.c b/mdoc.c
index 364f0bf4..caee2dd6 100644
--- a/mdoc.c
+++ b/mdoc.c
@@ -535,8 +535,6 @@ parsemacro(struct mdoc *m, int ln, char *buf)
break;
}
- /* FIXME: be able to skip unknown macro lines! */
-
mac[i - 1] = 0;
if (i == 5 || i <= 2) {