From 8a65a6ee011a29a319270d2294eea1d6e6a0e5b0 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 14 Dec 2014 14:31:43 -0800 Subject: Rename get/set_string_content -> get/set_literal. --- 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 0a281ed..f250ccb 100644 --- a/man/man3/cmark.3 +++ b/man/man3/cmark.3 @@ -152,13 +152,13 @@ Accessors Returns the type of \f[I]node\f[], or \f[C]CMARK_NODE_NONE\f[] on error. .PP -\fIconst char*\f[] \fBcmark_node_get_string_content\f[](\fIcmark_node *node\f[]) +\fIconst char*\f[] \fBcmark_node_get_literal\f[](\fIcmark_node *node\f[]) .PP Returns the string contents of \f[I]node\f[], or NULL if none. .PP -\fIint\f[] \fBcmark_node_set_string_content\f[](\fIcmark_node *node\f[], \fIconst char *content\f[]) +\fIint\f[] \fBcmark_node_set_literal\f[](\fIcmark_node *node\f[], \fIconst char *content\f[]) .PP Sets the string contents of \f[I]node\f[]\&. Returns 1 on success, -- cgit v1.2.3