documented wrong return type

master
Felix von Leitner 2014-08-24 15:19:33 +00:00
parent 18d9655ca4
commit d86346ba72
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ buffer_peek \- return pointer to string in buffer
.SH SYNTAX
.B #include <buffer.h>
int \fBbuffer_peek\fP(buffer* \fIb\fR);
char* \fBbuffer_peek\fP(buffer* \fIb\fR);
.SH DESCRIPTION
buffer_peek returns a pointer to the first byte of the string in the
buffer.