fix a few man pages

This commit is contained in:
leitner
2005-04-07 06:49:59 +00:00
parent 9210337fa5
commit 20c994bf59
5 changed files with 5 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ buffer_fromsa \- initialize buffer structure from stralloc
.SH SYNTAX
.B #include <buffer.h>
int \fBbuffer_fromsa\fR(buffer* \fIb\fR,stralloc* \fIsa\fR);
void \fBbuffer_fromsa\fR(buffer* \fIb\fR,stralloc* \fIsa\fR);
.SH DESCRIPTION
buffer_fromsa makes a virtual read buffer from a stralloc. The buffer
reading functions will be able to read until the end of the data in the