summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2010-07-01 15:38:56 +0000
committerIngo Schwarze <schwarze@openbsd.org>2010-07-01 15:38:56 +0000
commit72ef1a02b61a65916df100dacb53fc1315b215f5 (patch)
treebb48ede4063bf4880e9231143eedebab1d70d14d /main.c
parent2302db180178413966db5db96a8d327e78b53afe (diff)
downloadmandoc-72ef1a02b61a65916df100dacb53fc1315b215f5.tar.gz
Improve .Nm indentation in the SYNOPSIS;
kristaps@ will do the missing HTML part soon. "looks nicer" jmc@ "seems perfect to me" sobrado@ "slap it in" kristaps@
Diffstat (limited to 'main.c')
-rw-r--r--main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/main.c b/main.c
index a21f1a38..85baaee1 100644
--- a/main.c
+++ b/main.c
@@ -120,6 +120,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"unknown manual section",
"section not in conventional manual section",
"end of line whitespace",
+ "blocks badly nested",
"scope open on exit",
"generic error",
@@ -143,7 +144,6 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"bad comment style",
"unknown macro will be lost",
"line scope broken",
- "scope broken",
"argument count wrong",
"request scope close w/none open",
"scope already open",
@@ -162,7 +162,8 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"missing font type",
"displays may not be nested",
"unsupported display type",
- "no scope to rewind: syntax violated",
+ "blocks badly nested",
+ "no such block is open",
"scope broken, syntax violated",
"line scope broken, syntax violated",
"argument count wrong, violates syntax",