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_seek \- remove bytes from beginning of string in buffer
.SH SYNTAX
.B #include <buffer.h>
int \fBbuffer_seek\fP(buffer* \fIb\fR,unsigned long int \fIr\fR);
void \fBbuffer_seek\fP(buffer* \fIb\fR,unsigned long int \fIr\fR);
.SH DESCRIPTION
buffer_seek removes \fIr\fR bytes from the beginning of the string.
\fIr\fR must be at most the current length of the string.