mirror of /home/gitosis/repositories/libowfat.git
add RETURN VALUE section
This commit is contained in:
parent
b7864a6ce5
commit
78baa766f8
|
@ -25,5 +25,9 @@ buffer_close to unmap the memory in the end.
|
|||
buffer_flush(buffer_1);
|
||||
buffer_close(&input);
|
||||
|
||||
.SH "RETURN VALUE"
|
||||
\fBbuffer_mmapread\fR returns 0 if everything was fine, -1 on error
|
||||
(setting \fIerrno\fR).
|
||||
|
||||
.SH "SEE ALSO"
|
||||
buffer_flush(3), buffer(3)
|
||||
|
|
Loading…
Reference in New Issue