From cea908d84fee8daa1da8c6eeec0767dcbc543088 Mon Sep 17 00:00:00 2001 From: Vicent Marti Date: Mon, 6 Jun 2016 11:47:36 +0200 Subject: mem: Rename the new APIs --- man/man3/cmark.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man') 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 -- cgit v1.2.3