summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-07-02 12:54:33 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-07-02 12:54:33 +0000
commitde81475355220cd15315b1eb9c0a33ce571ac512 (patch)
tree8fbf9592beb0a0a290b0ebaf537f2d2654031ee5 /main.c
parent869286ca79b58cee9a78aae60175b751a96ea4ea (diff)
downloadmandoc-de81475355220cd15315b1eb9c0a33ce571ac512.tar.gz
Stash `Bf' parameters into struct mdoc_bf.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 85baaee1..f5171e63 100644
--- a/main.c
+++ b/main.c
@@ -153,13 +153,13 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"no title in document",
"missing list type",
"missing display type",
+ "missing font type",
"line argument(s) will be lost",
"body argument(s) will be lost",
"generic fatal error",
"column syntax is inconsistent",
- "missing font type",
"displays may not be nested",
"unsupported display type",
"blocks badly nested",