summaryrefslogtreecommitdiffstatshomepage
path: root/argv.c
diff options
context:
space:
mode:
Diffstat (limited to 'argv.c')
-rw-r--r--argv.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/argv.c b/argv.c
index 26b65b57..8c33ab9f 100644
--- a/argv.c
+++ b/argv.c
@@ -1,4 +1,4 @@
-/* $Id: argv.c,v 1.12 2009/01/12 16:39:57 kristaps Exp $ */
+/* $Id: argv.c,v 1.13 2009/01/15 15:46:45 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -173,6 +173,8 @@ lookup(int tok, const char *argv)
return(MDOC_Ragged);
else if (xstrcmp(argv, "unfilled"))
return(MDOC_Unfilled);
+ else if (xstrcmp(argv, "filled"))
+ return(MDOC_Filled);
else if (xstrcmp(argv, "literal"))
return(MDOC_Literal);
else if (xstrcmp(argv, "file"))