summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-02-23 15:38:20 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-02-23 15:38:20 +0000
commitfbba0fe349e3fe0955a7fd12e3e9b89abe38ac21 (patch)
treec80f40f7a3bea7ad4ffe3714ca503c1fa5deab65
parent61ed3cda9170f4f414c6f2d577c68533f7bfe154 (diff)
downloadmandoc-fbba0fe349e3fe0955a7fd12e3e9b89abe38ac21.tar.gz
Cross-checked NetBSD compile changes to Linux.
-rw-r--r--index.sgml5
-rw-r--r--mmain.c4
2 files changed, 7 insertions, 2 deletions
diff --git a/index.sgml b/index.sgml
index 3e916032..43fcce0e 100644
--- a/index.sgml
+++ b/index.sgml
@@ -68,6 +68,11 @@
INSTALLING SOURCES
</h1>
+ <p>
+ Sources correctly build and install on OpenBSD, NetBSD and Linux operating systems, tested variously on
+ i386, AMD64 and Alpha.
+ </p>
+
<h2>
nightly source
</h2>
diff --git a/mmain.c b/mmain.c
index 8ceddb0c..45c93611 100644
--- a/mmain.c
+++ b/mmain.c
@@ -147,8 +147,8 @@ mmain_getopt(struct mmain *p, int argc, char *argv[],
}
-__dead void
-mmain_exit(struct mmain *p, int code)
+dead_pre void
+mmain_exit(struct mmain *p, int code)
{
if (p->mdoc)