Update _exit.html

Remove extraneous comma.
This commit is contained in:
Zachary Lebold 2016-03-07 02:01:18 -05:00
parent a07a4b75c1
commit 914792726f

View File

@ -49,7 +49,7 @@ Standard C Library (libc, -lc)
<p>
<tt>#include &lt;unistd.h&gt;</tt><br>
<br>
<tt>void,</tt><br>
<tt>void</tt><br>
<tt>_exit(int </tt><em>exitcode</em><tt>);</tt>
</p>