Fix documentation.

This commit is contained in:
CismonX 2020-12-10 16:03:18 +08:00
parent 808c6d5033
commit 98af814b19
Signed by: cismonx
GPG Key ID: 3094873E29A482FB
4 changed files with 6 additions and 5 deletions

View File

@ -15,7 +15,7 @@ Destroys a
.I matcher
instance created by
.BR ctlseqs_matcher_init ()
and release its holding memory.
and releases its holding memory.
.PP
If
.I matcher

View File

@ -15,7 +15,7 @@ Destroys a
.I reader
instance created by
.BR ctlseqs_reader_init ()
and release its holding memory.
and releases its holding memory.
.PP
If
.I reader

View File

@ -32,4 +32,4 @@ If the function fails to allocate sufficient memory, returns NULL.
Copyright (c) 2020 CismonX <admin@cismon.net>
.PP
Copying and distribution of this file, with or without modification, are permitted in any medium without royalty, provided the copyright notice and this notice are preserved.
This file is offered as-is, without any warranty..
This file is offered as-is, without any warranty.

View File

@ -104,9 +104,10 @@ If the
.BR ctlseqs_read ()
call returns
.BR CTLSEQS_NOSEQ ,
.B CTLSEQS_NOMATCH
.BR CTLSEQS_NOMATCH ,
.B CTLSEQS_PARTIAL
or
.BR CTLSEQS_PARTIAL ,
.BR CTLSEQS_NOMEM ,
the length of the entire string followed by the string itself will be stored into the buffer.
.SS Flags
.TP