aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit93a6626101a75d16172b09ad5201078daf1c61b3 (patch)
tree85382023409b33ff7c59b10f3eb8e2545165ef84 /main.c
parent966c1bc6fc8cf98168d9d17b82cc2e7b414d2e15 (diff)
downloadmandoc-93a6626101a75d16172b09ad5201078daf1c61b3.tar.gz
mandoc-93a6626101a75d16172b09ad5201078daf1c61b3.tar.zst
mandoc-93a6626101a75d16172b09ad5201078daf1c61b3.zip
Stash `Bf' parameters into struct mdoc_bf.
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index 2f5ff8dd..b0f6769b 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.95 2010/07/01 15:38:56 schwarze Exp $ */
+/* $Id: main.c,v 1.96 2010/07/02 12:54:33 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -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",