Update references to POSIX

This commit is contained in:
Jordan Bancino 2022-09-06 12:36:12 -04:00
parent a8796e1bc6
commit 6721255512

View file

@ -222,10 +222,10 @@ you on a sufficiently complete operating system:
</p>
<ul>
<li>
A standards-compliant C compiler with a POSIX.1c standard library and
A standards-compliant C compiler with a POSIX standard library and
access to a <code>chroot()</code> system call (which is available in all
UNIX-like operating systems, but is not POSIX.) Because <b>Telodendria</b>
is written in ANSI C and sticks almost entirely to POSIX.1c features, it
is written in ANSI C and sticks almost entirely to POSIX features, it
should compile on almost any compiler and operating system with minimal
effort, but the following compilers and operating systems are known to work:
<ul>