diff options
author | Vicent Marti <tanoku@gmail.com> | 2016-06-06 11:47:36 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-06-06 15:39:06 -0700 |
commit | cea908d84fee8daa1da8c6eeec0767dcbc543088 (patch) | |
tree | 69b57c0e32e34c452d51c416dda2999cc123ea8b /man | |
parent | fc1299a51ede05b3a76ae2f5a3ce882741a43a8b (diff) |
mem: Rename the new APIs
Diffstat (limited to 'man')
-rw-r--r-- | man/man3/cmark.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man3/cmark.3 b/man/man3/cmark.3 index ec4e031..5b33dea 100644 --- a/man/man3/cmark.3 +++ b/man/man3/cmark.3 @@ -127,7 +127,7 @@ other required properties, which it is the caller\[cq]s responsibility to assign. .PP -\fIcmark_node *\f[] \fBcmark_node_new2\f[](\fIcmark_node_type type\f[], \fIcmark_mem *mem\f[]) +\fIcmark_node *\f[] \fBcmark_node_new_with_mem\f[](\fIcmark_node_type type\f[], \fIcmark_mem *mem\f[]) .PP Same as \f[C]cmark_node_new\f[], but explicitly listing the memory @@ -591,7 +591,7 @@ cmark_parser_free(parser); Creates a new parser object. .PP -\fIcmark_parser *\f[] \fBcmark_parser_new2\f[](\fIint options\f[], \fIcmark_mem *mem\f[]) +\fIcmark_parser *\f[] \fBcmark_parser_new_with_mem\f[](\fIint options\f[], \fIcmark_mem *mem\f[]) .PP Creates a new parser object with the given memory allocator |