diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-07-02 12:54:33 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-07-02 12:54:33 +0000 |
commit | de81475355220cd15315b1eb9c0a33ce571ac512 (patch) | |
tree | 8fbf9592beb0a0a290b0ebaf537f2d2654031ee5 /main.c | |
parent | 869286ca79b58cee9a78aae60175b751a96ea4ea (diff) | |
download | mandoc-de81475355220cd15315b1eb9c0a33ce571ac512.tar.gz |
Stash `Bf' parameters into struct mdoc_bf.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |