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:
parent
914792726f
commit
cb8922017d
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user