diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-12-16 12:01:19 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-12-16 12:01:19 -0800 |
commit | 6e25c889cf33a6217a9b4cf37ea1a6361883901b (patch) | |
tree | 949a5482cf2df495107edf03d822fc5a05e1ae31 /man | |
parent | 06fcdb7592a6106daa52dfe4830373ed735e4053 (diff) |
Added 'literal' field to 'code' struct.
In the last few commits we were using as.code.fenced and as.literal at
the same time for NODE_CODE_BLOCK, which obviously led to problems.
Diffstat (limited to 'man')
-rw-r--r-- | man/man3/cmark.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man3/cmark.3 b/man/man3/cmark.3 index 6a16e35..f371139 100644 --- a/man/man3/cmark.3 +++ b/man/man3/cmark.3 @@ -1,4 +1,4 @@ -.TH cmark 3 "December 15, 2014" "LOCAL" "Library Functions Manual" +.TH cmark 3 "December 16, 2014" "LOCAL" "Library Functions Manual" .SH NAME .PP |