Update write.html

Change "nbytes" to "buflen" to be consistent with read and since "buflen" is used in the documentation here.
This commit is contained in:
Zachary Lebold 2016-03-07 02:05:04 -05:00
parent 914792726f
commit cb8922017d

View File

@ -51,7 +51,7 @@ Standard C Library (libc, -lc)
<br> <br>
<tt>ssize_t</tt><br> <tt>ssize_t</tt><br>
<tt>write(int </tt><em>fd</em><tt>, const void *</tt><em>buf</em><tt>, <tt>write(int </tt><em>fd</em><tt>, const void *</tt><em>buf</em><tt>,
size_t </tt><em>nbytes</em><tt>);</tt> size_t </tt><em>buflen</em><tt>);</tt>
</p> </p>
<h3>Description</h3> <h3>Description</h3>