diff options
author | Nick Wellnhofer <wellnhofer@aevum.de> | 2015-06-07 13:15:07 +0200 |
---|---|---|
committer | Nick Wellnhofer <wellnhofer@aevum.de> | 2015-06-07 21:42:14 +0200 |
commit | 019128a8e7f74344cc03e001e8b7286b42a03002 (patch) | |
tree | 00c4c3b01492a1a12c62f17a2c12055933c0d56b /man | |
parent | ab70512ccc78abf392837a63b0091a02b4d047fb (diff) |
Switch cmark_markdown_to_html over to size_t
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 5b68ecb..82c34cd 100644 --- a/man/man3/cmark.3 +++ b/man/man3/cmark.3 @@ -1,4 +1,4 @@ -.TH cmark 3 "March 21, 2015" "LOCAL" "Library Functions Manual" +.TH cmark 3 "June 07, 2015" "LOCAL" "Library Functions Manual" .SH NAME .PP @@ -10,7 +10,7 @@ DESCRIPTION Simple Interface .PP -\fIchar *\f[] \fBcmark_markdown_to_html\f[](\fIconst char *text\f[], \fIint len\f[], \fIint options\f[]) +\fIchar *\f[] \fBcmark_markdown_to_html\f[](\fIconst char *text\f[], \fIsize_t len\f[], \fIint options\f[]) .PP Convert \f[I]text\f[] (assumed to be a UTF\-8 encoded string with length |