summaryrefslogtreecommitdiffstats
path: root/argv.c
diff options
context:
space:
mode:
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);