Skip to content
Snippets Groups Projects
Unverified Commit 64acac25 authored by Marcin Ślusarz's avatar Marcin Ślusarz Committed by GitHub
Browse files

Merge pull request #3632 from wlemkows/doc-fix

doc: fix typo in pmreorder conf
parents 56a4bbbf b38405fc
No related branches found
No related tags found
No related merge requests found
......@@ -288,8 +288,8 @@ There are two ways to set macro options:
+ Using configuration file in .json format:
```
{
"PMREORDER_MARKER_NAME1"="ReorderName1",
"PMREORDER_MARKER_NAME2"="ReorderName2"
"PMREORDER_MARKER_NAME1":"ReorderName1",
"PMREORDER_MARKER_NAME2":"ReorderName2"
}
```
......@@ -304,8 +304,8 @@ reordering engine on library or function level:
Example of configuration on function level:
```
{
"pmemobj_open"="NoReorderNoCheck",
"pmemobj_memcpy_persist"="ReorderPartial"
"pmemobj_open":"NoReorderNoCheck",
"pmemobj_memcpy_persist":"ReorderPartial"
}
```
......@@ -313,7 +313,7 @@ Example of configuration on library level
(affecting all library functions):
```
{
"libpmemobj"="NoReorderNoCheck"
"libpmemobj":"NoReorderNoCheck"
}
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment