From f1f2deda56504e53ee8c5bb15858c6256b950252 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 13 Sep 2016 08:40:53 +0200 Subject: Regenerated cmark.3 man page. --- man/man3/cmark.3 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'man/man3') 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 -- cgit v1.2.3