summaryrefslogtreecommitdiffstats
path: root/argv.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-01-05 16:11:14 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-01-05 16:11:14 +0000
commite653c8089f13da940f3273f95fca6e7098852332 (patch)
treee19a75aef0ae2a0f694afc55e78b9a8dc54e5a3f /argv.c
parentaf139bb8a38b36a5e3c8b1ce4b6455e65fcbb2e5 (diff)
downloadmandoc-e653c8089f13da940f3273f95fca6e7098852332.tar.gz
Finished initial parse sequence.
Diffstat (limited to 'argv.c')
-rw-r--r--argv.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/argv.c b/argv.c
index dd9ea101..8ac7acf7 100644
--- a/argv.c
+++ b/argv.c
@@ -162,6 +162,11 @@ lookup(int tok, const char *argv)
return(MDOC_Offset);
break;
+ case (MDOC_Bk):
+ if (xstrcmp(argv, "words"))
+ return(MDOC_Words);
+ break;
+
case (MDOC_Bl):
if (xstrcmp(argv, "bullet"))
return(MDOC_Bullet);