diff options
-rw-r--r-- | index.sgml | 5 | ||||
-rw-r--r-- | mmain.c | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -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> @@ -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) |