summaryrefslogtreecommitdiffstatshomepage
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
commit4a7f9ae0762610908152945fffb1c567aac87557 (patch)
tree5fbe5d601aa8bc6ba8358d53b6e40d0c84f93c42
parent4cd5b88b9ab0146c48e737ba2e83f5d7fa273d1d (diff)
downloadmandoc-4a7f9ae0762610908152945fffb1c567aac87557.tar.gz
mandoc-4a7f9ae0762610908152945fffb1c567aac87557.tar.zst
mandoc-4a7f9ae0762610908152945fffb1c567aac87557.zip
Cross-checked NetBSD compile changes to Linux.
-rw-r--r--index.sgml7
-rw-r--r--mmain.c6
2 files changed, 9 insertions, 4 deletions
diff --git a/index.sgml b/index.sgml
index 3e79cd84..a3462a08 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>
@@ -138,7 +143,7 @@
<tr>
<td>
<div class="foot">
- Copyright &#169; 2009 Kristaps D&#382;onsons, $Date: 2009/02/23 15:19:47 $
+ Copyright &#169; 2009 Kristaps D&#382;onsons, $Date: 2009/02/23 15:38:20 $
</div>
</td>
</tr>
diff --git a/mmain.c b/mmain.c
index 5d2c86ca..c1294f8a 100644
--- a/mmain.c
+++ b/mmain.c
@@ -1,4 +1,4 @@
- /* $Id: mmain.c,v 1.3 2009/02/23 12:45:19 kristaps Exp $ */
+ /* $Id: mmain.c,v 1.4 2009/02/23 15:38:20 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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)