summaryrefslogtreecommitdiff
path: root/man/man3
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-09-13 08:40:53 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2016-09-13 08:40:53 +0200
commitf1f2deda56504e53ee8c5bb15858c6256b950252 (patch)
tree55ada46f12445c1b625b99f5a0aff8709c7dff8e /man/man3
parent770b6668c3624b0f9aea82081af4c9d3319a0794 (diff)
Regenerated cmark.3 man page.
Diffstat (limited to 'man/man3')
-rw-r--r--man/man3/cmark.312
1 files changed, 6 insertions, 6 deletions
diff --git a/man/man3/cmark.3 b/man/man3/cmark.3
index 12140f4..82fe6c3 100644
--- a/man/man3/cmark.3
+++ b/man/man3/cmark.3
@@ -1,4 +1,4 @@
-.TH cmark 3 "June 23, 2016" "LOCAL" "Library Functions Manual"
+.TH cmark 3 "September 13, 2016" "LOCAL" "Library Functions Manual"
.SH
NAME
.PP
@@ -103,9 +103,9 @@ Custom memory allocator support
\fC
.RS 0n
typedef struct cmark_mem {
- void *(*calloc)(size_t, size_t);
- void *(*realloc)(void *, size_t);
- void (*free)(void *);
+ void *(*calloc)(size_t, size_t);
+ void *(*realloc)(void *, size_t);
+ void (*free)(void *);
} cmark_mem;
.RE
\f[]
@@ -785,7 +785,7 @@ dashes.
Version information
.PP
-\fIint\f[] \fBcmark_version\f[](\fI\f[])
+\fIint\f[] \fBcmark_version\f[](\fIvoid\f[])
.PP
The library version as integer for runtime checks. Also available as
@@ -800,7 +800,7 @@ Bits 0\-7 contain the patchlevel.
In hexadecimal format, the number 0x010203 represents version 1.2.3.
.PP
-\fIconst char *\f[] \fBcmark_version_string\f[](\fI\f[])
+\fIconst char *\f[] \fBcmark_version_string\f[](\fIvoid\f[])
.PP
The library version string for runtime checks. Also available as macro