aboutsummaryrefslogtreecommitdiffstatshomepage
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
commitc58b664885be4d4d3c8c566263efb535c8c4e271 (patch)
treefe850f51e8b51a8801f9bd977c62a32b53e56564 /main.c
parent4973bccaa30cf310879f5190fb044cfc689289dc (diff)
downloadmandoc-c58b664885be4d4d3c8c566263efb535c8c4e271.tar.gz
mandoc-c58b664885be4d4d3c8c566263efb535c8c4e271.tar.zst
mandoc-c58b664885be4d4d3c8c566263efb535c8c4e271.zip
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.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/main.c b/main.c
index 2122eda0..16b54def 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.112 2010/12/01 16:28:23 kristaps Exp $ */
+/* $Id: main.c,v 1.113 2010/12/01 16:54:25 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org>
@@ -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",