summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-01 16:54:25 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-01 16:54:25 +0000
commite0cef3fdf44432b3d1e6294ccbff5ed45e6eaf0c (patch)
tree2b0017d3faaadeaed8b2ffd31560a5e7c1c74c69 /main.c
parent0fc66c3bca377291b3baa0b377a5663fbfa65858 (diff)
downloadmandoc-e0cef3fdf44432b3d1e6294ccbff5ed45e6eaf0c.tar.gz
Merge OpenBSD's `so' handling (plus some documentation). Great work to
schwarze@ and joerg@ for his comments!
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index d18fc8bf..6ee72119 100644
--- a/main.c
+++ b/main.c
@@ -122,6 +122,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"generic warning",
+ ".so is fragile, better use ln(1)",
"text should be uppercase",
"sections out of conventional order",
"section name repeats",
@@ -190,6 +191,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"argument count wrong, violates syntax",
"child violates parent syntax",
"argument count wrong, violates syntax",
+ "NOT IMPLEMENTED: .so with absolute path or \"..\"",
"no document body",
"no document prologue",
"utsname system call failed",