summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-12-14 14:31:43 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-12-14 14:31:43 -0800
commit8a65a6ee011a29a319270d2294eea1d6e6a0e5b0 (patch)
tree94f1392164d80f4af7279af3303b4da42247825f /man
parent1e00e9b9f94b01744b1880f341162b05429f9c8f (diff)
Rename get/set_string_content -> get/set_literal.
Diffstat (limited to 'man')
-rw-r--r--man/man3/cmark.34
1 files changed, 2 insertions, 2 deletions
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,