diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-02-23 15:38:20 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-02-23 15:38:20 +0000 |
commit | fbba0fe349e3fe0955a7fd12e3e9b89abe38ac21 (patch) | |
tree | c80f40f7a3bea7ad4ffe3714ca503c1fa5deab65 | |
parent | 61ed3cda9170f4f414c6f2d577c68533f7bfe154 (diff) | |
download | mandoc-fbba0fe349e3fe0955a7fd12e3e9b89abe38ac21.tar.gz |
Cross-checked NetBSD compile changes to Linux.
-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) |