diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-03-22 10:30:07 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-03-22 10:30:07 +0000 |
commit | 643580914487cde30df4724b8d2650d81470351f (patch) | |
tree | eb8b7d4f0401ecd7ed339517ad9c1e17212cdedf /index.sgml | |
parent | d6974d7f91d700f3a318c526a687dec043c03274 (diff) | |
download | mandoc-643580914487cde30df4724b8d2650d81470351f.tar.gz |
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.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |