cmark

My personal build of CMark ✏️

Commit
f1f2deda56504e53ee8c5bb15858c6256b950252
Parent
770b6668c3624b0f9aea82081af4c9d3319a0794
Author
John MacFarlane <jgm@berkeley.edu>
Date

Regenerated cmark.3 man page.

Diffstat

1 file changed, 6 insertions, 6 deletions

Status File Name N° Changes Insertions Deletions
Modified man/man3/cmark.3 12 6 6
diff --git 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