summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)