add RETURN VALUE section
This commit is contained in:
parent
f7e6432a2b
commit
83bf636b86
@ -25,5 +25,9 @@ buffer_close to unmap the memory in the end.
|
|||||||
buffer_flush(buffer_1);
|
buffer_flush(buffer_1);
|
||||||
buffer_close(&input);
|
buffer_close(&input);
|
||||||
|
|
||||||
|
.SH "RETURN VALUE"
|
||||||
|
\fBbuffer_mmapread\fR returns 0 if everything was fine, -1 on error
|
||||||
|
(setting \fIerrno\fR).
|
||||||
|
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
buffer_flush(3), buffer(3)
|
buffer_flush(3), buffer(3)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user