summaryrefslogtreecommitdiffstatshomepage
path: root/index.sgml
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-03-22 10:30:07 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-03-22 10:30:07 +0000
commitbb36e84564dae22baa749ca71a03efc77e2ce5f0 (patch)
tree2bcc7931831dc04ad6298e29e65dc0b3aebe22f9 /index.sgml
parent558100474a8cdeaa194dd4828e502e89b8a9d191 (diff)
downloadmandoc-bb36e84564dae22baa749ca71a03efc77e2ce5f0.tar.gz
mandoc-bb36e84564dae22baa749ca71a03efc77e2ce5f0.tar.zst
mandoc-bb36e84564dae22baa749ca71a03efc77e2ce5f0.zip
Be a bit more specific on where we compile. Are there any ANSI-C
compilers where we don't compile? I'm pretty sure that mmap() is non-standard (we'll fail, e.g., on mingw32).
Diffstat (limited to 'index.sgml')
-rw-r--r--index.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.sgml b/index.sgml
index 18f19ddd..0df46332 100644
--- a/index.sgml
+++ b/index.sgml
@@ -58,8 +58,8 @@
</H1>
<P>
- <SPAN CLASS="nm">mdocml</SPAN> is architecture- and system-neutral, written in plain-old C. The most
- current version is <SPAN CLASS="attn">@VERSION@</SPAN>, dated <SPAN class="attn">@VDATE@</SPAN>.
+ <SPAN CLASS="nm">mdocml</SPAN> is in plain-old ANSI C and should build and run on any UNIX system.
+ The most current version is <SPAN CLASS="attn">@VERSION@</SPAN>, dated <SPAN class="attn">@VDATE@</SPAN>.
</P>
<H2>
@@ -374,7 +374,7 @@
<TR>
<TD>
<DIV CLASS="foot">
- Copyright &#169; 2008&#8211;2011 Kristaps Dzonsons, $Date: 2011/03/22 10:02:50 $
+ Copyright &#169; 2008&#8211;2011 Kristaps Dzonsons, $Date: 2011/03/22 10:30:07 $
</DIV>
</TD>
</TR>