diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2014-12-14 14:31:43 -0800 | 
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2014-12-14 14:31:43 -0800 | 
| commit | 8a65a6ee011a29a319270d2294eea1d6e6a0e5b0 (patch) | |
| tree | 94f1392164d80f4af7279af3303b4da42247825f /man | |
| parent | 1e00e9b9f94b01744b1880f341162b05429f9c8f (diff) | |
Rename get/set_string_content -> get/set_literal.
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 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, | 
