Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pmdk for openSUSE:Factory checked in 
at 2021-10-18 22:03:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pmdk (Old)
 and      /work/SRC/openSUSE:Factory/.pmdk.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pmdk"

Mon Oct 18 22:03:25 2021 rev:14 rq:925289 version:1.11.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/pmdk/pmdk.changes        2021-09-26 
21:48:08.494737685 +0200
+++ /work/SRC/openSUSE:Factory/.pmdk.new.1890/pmdk.changes      2021-10-18 
22:03:27.382148443 +0200
@@ -1,0 +2,14 @@
+Wed Oct  6 08:54:51 UTC 2021 - Christian V??gl <[email protected]>
+
+- Update to PMDK 1.11.1
+  * Bugfixes:
+  * doc: remove exprimental moniker from libpmem2(7)
+  * common: fix missing sfence in non-temporal memcpy
+  * common: fix a mismatch between prototype and body
+  * common: fix mismatched function args
+  * obj: rename vars clashing with those of a containing block
+  * pmem2: don't force smaller alignment for fsdax mappings
+  * pool: don't trample upon users of localtime()
+  * rpmem: Fix RPMEM_RAW_BUFF_SIZE and LANE_ALIGN_SIZE for powerpc64le
+
+-------------------------------------------------------------------

Old:
----
  1.11.0.tar.gz

New:
----
  1.11.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pmdk.spec ++++++
--- /var/tmp/diff_new_pack.TeAZhT/_old  2021-10-18 22:03:28.014148900 +0200
+++ /var/tmp/diff_new_pack.TeAZhT/_new  2021-10-18 22:03:28.018148903 +0200
@@ -25,7 +25,7 @@
 %define min_ndctl_ver 63.0
 
 Name:           pmdk
-Version:        1.11.0
+Version:        1.11.1
 Release:        0
 Summary:        Persistent Memory Development Kit
 License:        BSD-3-Clause

++++++ 1.11.0.tar.gz -> 1.11.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pmdk-1.11.0/CODING_STYLE.md 
new/pmdk-1.11.1/CODING_STYLE.md
--- old/pmdk-1.11.0/CODING_STYLE.md     2021-07-02 12:29:22.000000000 +0200
+++ new/pmdk-1.11.1/CODING_STYLE.md     2021-09-24 17:06:14.000000000 +0200
@@ -105,7 +105,7 @@
 - The first line is a short summary, no longer than **50 characters,** starting
   with an area name and then a colon.  There should be no period after
   the short summary.
-- Valid area names are: **pmem, pmem2, obj, blk, log,
+- Valid area names are: **pmem, pmem2, obj, blk, log, set,
   test, doc, daxio, pmreorder, pool** (for *libpmempool* and *pmempool*), 
**rpmem**
   (for *librpmem* and *rpmemd*), **benchmark, examples, core** and **common** 
(for everything else).
 - It is acceptable for the short summary to be the only thing in the commit
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pmdk-1.11.0/ChangeLog new/pmdk-1.11.1/ChangeLog
--- old/pmdk-1.11.0/ChangeLog   2021-07-02 12:29:22.000000000 +0200
+++ new/pmdk-1.11.1/ChangeLog   2021-09-24 17:06:14.000000000 +0200
@@ -1,3 +1,66 @@
+Fri Sep 24 2020 ??ukasz Plewa <[email protected]>
+
+       * Version 1.11.1
+
+       This release fixes a missing sfence in non-temporal
+       version of memcpy function
+       (https://github.com/pmem/pmdk/issues/5292),
+       and fixes a number of smaller bugs.
+
+       Detailed list of bug fixes:
+       - doc: remove exprimental moniker from libpmem2(7)
+       - common: fix missing sfence in non-temporal memcpy
+       - common: fix a mismatch between prototype and body
+       - common: the yearly spellchecker run
+       - common: force no LTO for rpm build
+       - common: fix mismatched function args
+       - obj: rename vars clashing with those of a containing block
+       - pmem2: don't force smaller alignment for fsdax mappings
+       - pool: don't trample upon users of localtime()
+       - rpmem: Fix RPMEM_RAW_BUFF_SIZE and LANE_ALIGN_SIZE for powerpc64le
+       - rpmem: drop a redundant check
+
+Mon Sep 24 2021 ??ukasz Plewa <[email protected]>
+
+       * Version 1.10.1
+
+       This release fixes a missing sfence in non-temporal
+       version of memcpy function
+       (https://github.com/pmem/pmdk/issues/5292),
+       and fixes a number of smaller bugs.
+
+       Detailed list of bug fixes:
+       - common: add disable lto to cflags
+       - doc: remove exprimental moniker from libpmem2(7)
+       - common: fix missing sfence in non-temporal memcpy
+       - common: fix a mismatch between prototype and body
+       - common: the yearly spellchecker run
+       - common: force no LTO for rpm build
+       - common: fix mismatched function args
+       - obj: rename vars clashing with those of a containing block
+       - pmem2: don't force smaller alignment for fsdax mappings
+       - pool: don't trample upon users of localtime()
+       - rpmem: Fix RPMEM_RAW_BUFF_SIZE and LANE_ALIGN_SIZE for powerpc64le
+       - rpmem: drop a redundant check
+
+Fri Sep 24 2021 ??ukasz Plewa <[email protected]>
+
+       * Version 1.9.3
+
+       This release fixes a missing sfence in non-temporal
+       version of memcpy function
+       (https://github.com/pmem/pmdk/issues/5292),
+       and fixes a number of smaller bugs.
+
+       Detailed list of bug fixes:
+       - common: add disable lto to cflags
+       - common: fix missing sfence in non-temporal memcpy
+       - common: fix mismatched function args
+       - common: fix a mismatch between prototype and body
+       - common: the yearly spellchecker run
+       - common: force no LTO for rpm build
+       - rpmem: Fix RPMEM_RAW_BUFF_SIZE and LANE_ALIGN_SIZE for powerpc64le
+
 Fri Jul 2 2021 Piotr Balcer <[email protected]>
 
        * Version 1.11.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pmdk-1.11.0/README.md new/pmdk-1.11.1/README.md
--- old/pmdk-1.11.0/README.md   2021-07-02 12:29:22.000000000 +0200
+++ new/pmdk-1.11.1/README.md   2021-09-24 17:06:14.000000000 +0200
@@ -178,7 +178,7 @@
 
 For a stable version, checkout a [release 
tag](https://github.com/pmem/pmdk/releases) as follows. Otherwise skip this 
step to build the latest development release.
 ```
-       $ git checkout tags/1.11.0
+       $ git checkout tags/1.11.1
 ```
 
 Once the build system is setup, the Persistent Memory Development Kit is built 
using the `make` command at the top level:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pmdk-1.11.0/VERSION new/pmdk-1.11.1/VERSION
--- old/pmdk-1.11.0/VERSION     2021-07-02 12:29:22.000000000 +0200
+++ new/pmdk-1.11.1/VERSION     2021-09-24 17:06:14.000000000 +0200
@@ -1 +1 @@
-1.11.0
+1.11.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pmdk-1.11.0/src/common/uuid.c 
new/pmdk-1.11.1/src/common/uuid.c
--- old/pmdk-1.11.0/src/common/uuid.c   2021-07-02 12:29:22.000000000 +0200
+++ new/pmdk-1.11.1/src/common/uuid.c   2021-09-24 17:06:14.000000000 +0200
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-/* Copyright 2014-2018, Intel Corporation */
+/* Copyright 2014-2021, Intel Corporation */
 
 /*
  * uuid.c -- uuid utilities
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pmdk-1.11.0/src/core/util.c 
new/pmdk-1.11.1/src/core/util.c
--- old/pmdk-1.11.0/src/core/util.c     2021-07-02 12:29:22.000000000 +0200
+++ new/pmdk-1.11.1/src/core/util.c     2021-09-24 17:06:14.000000000 +0200
@@ -395,14 +395,24 @@
  * in such cases.
  */
 struct tm *
-util_localtime(const time_t *timep)
+util_localtime(const time_t *timep, struct tm *tm)
 {
+#ifdef _WIN32
+       /* C11 has localtime_s(), but Microsoft's version reverses the args */
+       int err = localtime_s(tm, timep);
+       if (err) {
+               errno = err;
+               return NULL;
+       } else {
+               return tm;
+       }
+#else
        int oerrno = errno;
-       struct tm *tm = localtime(timep);
+       tm = localtime_r(timep, tm);
        if (tm != NULL)
                errno = oerrno;
-
        return tm;
+#endif
 }
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pmdk-1.11.0/src/core/util.h 
new/pmdk-1.11.1/src/core/util.h
--- old/pmdk-1.11.0/src/core/util.h     2021-07-02 12:29:22.000000000 +0200
+++ new/pmdk-1.11.1/src/core/util.h     2021-09-24 17:06:14.000000000 +0200
@@ -96,7 +96,7 @@
 int util_tmpfile(const char *dir, const char *templ, int flags);
 void *util_aligned_malloc(size_t alignment, size_t size);
 void util_aligned_free(void *ptr);
-struct tm *util_localtime(const time_t *timep);
+struct tm *util_localtime(const time_t *timep, struct tm *tm);
 int util_safe_strcpy(char *dst, const char *src, size_t max_length);
 void util_emit_log(const char *lib, const char *func, int order);
 char *util_readline(FILE *fh);
@@ -134,13 +134,24 @@
 #ifdef _MSC_VER
 #define force_inline inline __forceinline
 #define NORETURN __declspec(noreturn)
-#define barrier() _ReadWriteBarrier()
 #else
 #define force_inline __attribute__((always_inline)) inline
 #define NORETURN __attribute__((noreturn))
-#define barrier() asm volatile("" ::: "memory")
 #endif
 
+/*
+ * compiler_barrier -- issues a compiler barrier
+ */
+static force_inline void
+compiler_barrier(void)
+{
+#ifdef _MSC_VER
+       _ReadWriteBarrier();
+#else
+       asm volatile("" ::: "memory");
+#endif
+}
+
 #ifdef _MSC_VER
 typedef UNALIGNED uint64_t ua_uint64_t;
 typedef UNALIGNED uint32_t ua_uint32_t;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pmdk-1.11.0/src/examples/libpmemobj/libart/arttree_examine.c 
new/pmdk-1.11.1/src/examples/libpmemobj/libart/arttree_examine.c
--- old/pmdk-1.11.0/src/examples/libpmemobj/libart/arttree_examine.c    
2021-07-02 12:29:22.000000000 +0200
+++ new/pmdk-1.11.1/src/examples/libpmemobj/libart/arttree_examine.c    
2021-09-24 17:06:14.000000000 +0200
@@ -71,8 +71,6 @@
     int32_t  hexdump;
 };
 
-static struct examine_ctx *ex_ctx = NULL;
-
 struct examine {
        const char *name;
        const char *brief;
@@ -210,6 +208,8 @@
                return -1;
        }
 
+       static struct examine_ctx *ex_ctx;
+
        if (ex_ctx == NULL) {
                ex_ctx = (struct examine_ctx *)
                    calloc(1, sizeof(struct examine_ctx));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pmdk-1.11.0/src/examples/libpmemobj/libart/arttree_search.c 
new/pmdk-1.11.1/src/examples/libpmemobj/libart/arttree_search.c
--- old/pmdk-1.11.0/src/examples/libpmemobj/libart/arttree_search.c     
2021-07-02 12:29:22.000000000 +0200
+++ new/pmdk-1.11.1/src/examples/libpmemobj/libart/arttree_search.c     
2021-09-24 17:06:14.000000000 +0200
@@ -70,8 +70,6 @@
     int32_t  hexdump;
 };
 
-static struct search_ctx *s_ctx = NULL;
-
 struct search {
        const char *name;
        const char *brief;
@@ -148,19 +146,14 @@
        int errors = 0;
        struct search *s;
        char *value;
+       struct search_ctx s_ctx;
 
        value = NULL;
        if (ctx == NULL) {
                return -1;
        }
 
-       if (s_ctx == NULL) {
-               s_ctx = (struct search_ctx *)malloc(sizeof(struct search_ctx));
-               if (s_ctx == NULL) {
-                   return -1;
-               }
-               memset(s_ctx, 0, sizeof(struct search_ctx));
-       }
+       memset(&s_ctx, 0, sizeof(struct search_ctx));
 
        if (ctx->art_tree_root_offset == 0) {
                fprintf(stderr, "search functions require knowledge"
@@ -171,9 +164,9 @@
                errors++;
        }
 
-       s_ctx->pmem_ctx = ctx;
+       s_ctx.pmem_ctx = ctx;
 
-       if (search_parse_args(appname, ac, av, s_ctx) != 0) {
+       if (search_parse_args(appname, ac, av, &s_ctx) != 0) {
                fprintf(stderr, "%s::%s: error parsing arguments\n",
                    appname, __FUNCTION__);
                errors++;
@@ -182,20 +175,18 @@
        if (!errors) {
                s = get_search("key");
                if (s != NULL) {
-                       value = s->func(appname, s_ctx);
+                       value = s->func(appname, &s_ctx);
                }
                if (value != NULL) {
                        printf("key [%s] found, value [%s]\n",
-                           s_ctx->search_key, value);
+                           s_ctx.search_key, value);
                } else {
-                       printf("key [%s] not found\n", s_ctx->search_key);
+                       printf("key [%s] not found\n", s_ctx.search_key);
                }
        }
 
-       if (s_ctx->search_key != NULL) {
-               free(s_ctx->search_key);
-       }
-       free(s_ctx);
+       if (s_ctx.search_key != NULL)
+               free(s_ctx.search_key);
 
        return errors;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pmdk-1.11.0/src/examples/libpmemobj/libart/arttree_structures.c 
new/pmdk-1.11.1/src/examples/libpmemobj/libart/arttree_structures.c
--- old/pmdk-1.11.0/src/examples/libpmemobj/libart/arttree_structures.c 
2021-07-02 12:29:22.000000000 +0200
+++ new/pmdk-1.11.1/src/examples/libpmemobj/libart/arttree_structures.c 
2021-09-24 17:06:14.000000000 +0200
@@ -196,8 +196,6 @@
        },
 };
 
-static struct pmem_context ctx;
-
 /*
  * outv_err -- print error message
  */
@@ -551,6 +549,7 @@
        int nargs;
        char *line;
        struct command *cmdp = NULL;
+       struct pmem_context ctx;
 
        while ((opt = getopt_long(ac, av, "h",
                            long_options, &option_index)) != -1) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pmdk-1.11.0/src/examples/libpmemobj/map/kv_server.c 
new/pmdk-1.11.1/src/examples/libpmemobj/map/kv_server.c
--- old/pmdk-1.11.0/src/examples/libpmemobj/map/kv_server.c     2021-07-02 
12:29:22.000000000 +0200
+++ new/pmdk-1.11.1/src/examples/libpmemobj/map/kv_server.c     2021-09-24 
17:06:14.000000000 +0200
@@ -347,7 +347,7 @@
  * connection_cb -- async incoming client request
  */
 static void
-connection_cb(uv_stream_t *server, int status)
+connection_cb(uv_stream_t *_server, int status)
 {
        if (status != 0) {
                printf("client connect error\n");
@@ -362,7 +362,7 @@
 
        uv_tcp_init(loop, client);
 
-       if (uv_accept(server, (uv_stream_t *)client) == 0) {
+       if (uv_accept(_server, (uv_stream_t *)client) == 0) {
                uv_read_start((uv_stream_t *)client, get_read_buf_cb, read_cb);
        } else {
                uv_close((uv_handle_t *)client, client_close_cb);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pmdk-1.11.0/src/examples/libpmemobj/pi.c 
new/pmdk-1.11.1/src/examples/libpmemobj/pi.c
--- old/pmdk-1.11.0/src/examples/libpmemobj/pi.c        2021-07-02 
12:29:22.000000000 +0200
+++ new/pmdk-1.11.1/src/examples/libpmemobj/pi.c        2021-09-24 
17:06:14.000000000 +0200
@@ -48,12 +48,12 @@
  * pi_task_construct -- task constructor
  */
 static int
-pi_task_construct(PMEMobjpool *pop, void *ptr, void *arg)
+pi_task_construct(PMEMobjpool *_pop, void *ptr, void *arg)
 {
        struct pi_task *t = (struct pi_task *)ptr;
        struct pi_task_proto *p = (struct pi_task_proto *)arg;
        t->proto = *p;
-       pmemobj_persist(pop, t, sizeof(*t));
+       pmemobj_persist(_pop, t, sizeof(*t));
 
        return 0;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pmdk-1.11.0/src/examples/libpmemobj/pminvaders/pminvaders.c 
new/pmdk-1.11.1/src/examples/libpmemobj/pminvaders/pminvaders.c
--- old/pmdk-1.11.0/src/examples/libpmemobj/pminvaders/pminvaders.c     
2021-07-02 12:29:22.000000000 +0200
+++ new/pmdk-1.11.1/src/examples/libpmemobj/pminvaders/pminvaders.c     
2021-09-24 17:06:14.000000000 +0200
@@ -89,14 +89,14 @@
  * create_alien -- constructor for aliens, spawn at random position
  */
 static int
-create_alien(PMEMobjpool *pop, void *ptr, void *arg)
+create_alien(PMEMobjpool *_pop, void *ptr, void *arg)
 {
        struct alien *a = ptr;
        a->y = 1;
        a->x = RRAND(2, GAME_WIDTH - 2);
        a->timer = 1;
 
-       pmemobj_persist(pop, a, sizeof(*a));
+       pmemobj_persist(_pop, a, sizeof(*a));
 
        return 0;
 }
@@ -105,13 +105,13 @@
  * create_player -- constructor for the player, spawn in the middle of the map
  */
 static int
-create_player(PMEMobjpool *pop, void *ptr, void *arg)
+create_player(PMEMobjpool *_pop, void *ptr, void *arg)
 {
        struct player *p = ptr;
        p->x = GAME_WIDTH / 2;
        p->timer = 1;
 
-       pmemobj_persist(pop, p, sizeof(*p));
+       pmemobj_persist(_pop, p, sizeof(*p));
 
        return 0;
 }
@@ -120,7 +120,7 @@
  * create_bullet -- constructor for bullets, spawn at the position of the 
player
  */
 static int
-create_bullet(PMEMobjpool *pop, void *ptr, void *arg)
+create_bullet(PMEMobjpool *_pop, void *ptr, void *arg)
 {
        struct bullet *b = ptr;
        struct player *p = arg;
@@ -129,7 +129,7 @@
        b->y = PLAYER_Y - 1;
        b->timer = 1;
 
-       pmemobj_persist(pop, b, sizeof(*b));
+       pmemobj_persist(_pop, b, sizeof(*b));
 
        return 0;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pmdk-1.11.0/src/libpmem2/x86_64/memcpy/memcpy_nt_avx.c 
new/pmdk-1.11.1/src/libpmem2/x86_64/memcpy/memcpy_nt_avx.c
--- old/pmdk-1.11.0/src/libpmem2/x86_64/memcpy/memcpy_nt_avx.c  2021-07-02 
12:29:22.000000000 +0200
+++ new/pmdk-1.11.1/src/libpmem2/x86_64/memcpy/memcpy_nt_avx.c  2021-09-24 
17:06:14.000000000 +0200
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-/* Copyright 2017-2020, Intel Corporation */
+/* Copyright 2017-2021, Intel Corporation */
 
 #include <immintrin.h>
 #include <stddef.h>
@@ -22,7 +22,7 @@
 mm256_stream_si256(char *dest, unsigned idx, __m256i src)
 {
        _mm256_stream_si256((__m256i *)dest + idx, src);
-       barrier();
+       compiler_barrier();
 }
 
 static force_inline void
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pmdk-1.11.0/src/libpmem2/x86_64/memcpy/memcpy_nt_avx512f.c 
new/pmdk-1.11.1/src/libpmem2/x86_64/memcpy/memcpy_nt_avx512f.c
--- old/pmdk-1.11.0/src/libpmem2/x86_64/memcpy/memcpy_nt_avx512f.c      
2021-07-02 12:29:22.000000000 +0200
+++ new/pmdk-1.11.1/src/libpmem2/x86_64/memcpy/memcpy_nt_avx512f.c      
2021-09-24 17:06:14.000000000 +0200
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-/* Copyright 2017-2020, Intel Corporation */
+/* Copyright 2017-2021, Intel Corporation */
 
 #include <immintrin.h>
 #include <stddef.h>
@@ -22,7 +22,7 @@
 mm512_stream_si512(char *dest, unsigned idx, __m512i src)
 {
        _mm512_stream_si512((__m512i *)dest + idx, src);
-       barrier();
+       compiler_barrier();
 }
 
 static force_inline void
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pmdk-1.11.0/src/libpmem2/x86_64/memcpy/memcpy_nt_sse2.c 
new/pmdk-1.11.1/src/libpmem2/x86_64/memcpy/memcpy_nt_sse2.c
--- old/pmdk-1.11.0/src/libpmem2/x86_64/memcpy/memcpy_nt_sse2.c 2021-07-02 
12:29:22.000000000 +0200
+++ new/pmdk-1.11.1/src/libpmem2/x86_64/memcpy/memcpy_nt_sse2.c 2021-09-24 
17:06:14.000000000 +0200
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-/* Copyright 2017-2020, Intel Corporation */
+/* Copyright 2017-2021, Intel Corporation */
 
 #include <immintrin.h>
 #include <stddef.h>
@@ -21,7 +21,7 @@
 mm_stream_si128(char *dest, unsigned idx, __m128i src)
 {
        _mm_stream_si128((__m128i *)dest + idx, src);
-       barrier();
+       compiler_barrier();
 }
 
 static force_inline void
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pmdk-1.11.0/src/libpmem2/x86_64/memset/memset_nt_avx.c 
new/pmdk-1.11.1/src/libpmem2/x86_64/memset/memset_nt_avx.c
--- old/pmdk-1.11.0/src/libpmem2/x86_64/memset/memset_nt_avx.c  2021-07-02 
12:29:22.000000000 +0200
+++ new/pmdk-1.11.1/src/libpmem2/x86_64/memset/memset_nt_avx.c  2021-09-24 
17:06:14.000000000 +0200
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-/* Copyright 2017-2020, Intel Corporation */
+/* Copyright 2017-2021, Intel Corporation */
 
 #include <immintrin.h>
 #include <stddef.h>
@@ -17,7 +17,7 @@
 mm256_stream_si256(char *dest, unsigned idx, __m256i src)
 {
        _mm256_stream_si256((__m256i *)dest + idx, src);
-       barrier();
+       compiler_barrier();
 }
 
 static force_inline void
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pmdk-1.11.0/src/libpmem2/x86_64/memset/memset_nt_avx512f.c 
new/pmdk-1.11.1/src/libpmem2/x86_64/memset/memset_nt_avx512f.c
--- old/pmdk-1.11.0/src/libpmem2/x86_64/memset/memset_nt_avx512f.c      
2021-07-02 12:29:22.000000000 +0200
+++ new/pmdk-1.11.1/src/libpmem2/x86_64/memset/memset_nt_avx512f.c      
2021-09-24 17:06:14.000000000 +0200
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-/* Copyright 2017-2020, Intel Corporation */
+/* Copyright 2017-2021, Intel Corporation */
 
 #include <immintrin.h>
 #include <stddef.h>
@@ -18,7 +18,7 @@
 mm512_stream_si512(char *dest, unsigned idx, __m512i src)
 {
        _mm512_stream_si512((__m512i *)dest + idx, src);
-       barrier();
+       compiler_barrier();
 }
 
 static force_inline void
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pmdk-1.11.0/src/libpmem2/x86_64/memset/memset_nt_sse2.c 
new/pmdk-1.11.1/src/libpmem2/x86_64/memset/memset_nt_sse2.c
--- old/pmdk-1.11.0/src/libpmem2/x86_64/memset/memset_nt_sse2.c 2021-07-02 
12:29:22.000000000 +0200
+++ new/pmdk-1.11.1/src/libpmem2/x86_64/memset/memset_nt_sse2.c 2021-09-24 
17:06:14.000000000 +0200
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-/* Copyright 2017-2020, Intel Corporation */
+/* Copyright 2017-2021, Intel Corporation */
 
 #include <immintrin.h>
 #include <stddef.h>
@@ -16,7 +16,7 @@
 mm_stream_si128(char *dest, unsigned idx, __m128i src)
 {
        _mm_stream_si128((__m128i *)dest + idx, src);
-       barrier();
+       compiler_barrier();
 }
 
 static force_inline void
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pmdk-1.11.0/src/libpmemobj/memblock.c 
new/pmdk-1.11.1/src/libpmemobj/memblock.c
--- old/pmdk-1.11.0/src/libpmemobj/memblock.c   2021-07-02 12:29:22.000000000 
+0200
+++ new/pmdk-1.11.1/src/libpmemobj/memblock.c   2021-09-24 17:06:14.000000000 
+0200
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-/* Copyright 2016-2020, Intel Corporation */
+/* Copyright 2016-2021, Intel Corporation */
 
 /*
  * memblock.c -- implementation of memory block
@@ -784,7 +784,10 @@
        if ((hdr->flags & header_type_to_flag[t]) == 0) {
                VALGRIND_ADD_TO_TX(hdr, sizeof(*hdr));
                uint16_t f = ((uint16_t)header_type_to_flag[t]);
-               hdr->flags |= f;
+               uint64_t nhdr = chunk_get_chunk_hdr_value(hdr->type,
+                       hdr->flags | f, hdr->size_idx);
+               util_atomic_store_explicit64((uint64_t *)hdr,
+                       nhdr, memory_order_relaxed);
                pmemops_persist(&m->heap->p_ops, hdr, sizeof(*hdr));
                VALGRIND_REMOVE_FROM_TX(hdr, sizeof(*hdr));
        }
@@ -1299,18 +1302,15 @@
        m.size_idx = size_idx;
        m.heap = heap;
 
-       struct chunk_header nhdr = {
-               .type = CHUNK_TYPE_FREE,
-               .flags = 0,
-               .size_idx = size_idx
-       };
-
        struct chunk_header *hdr = heap_get_chunk_hdr(heap, &m);
 
        VALGRIND_DO_MAKE_MEM_UNDEFINED(hdr, sizeof(*hdr));
        VALGRIND_ANNOTATE_NEW_MEMORY(hdr, sizeof(*hdr));
 
-       *hdr = nhdr; /* write the entire header (8 bytes) at once */
+       uint64_t nhdr = chunk_get_chunk_hdr_value(CHUNK_TYPE_FREE,
+               0, size_idx);
+       util_atomic_store_explicit64((uint64_t *)hdr,
+               nhdr, memory_order_relaxed);
 
        pmemops_persist(&heap->p_ops, hdr, sizeof(*hdr));
 
@@ -1394,11 +1394,10 @@
 
        VALGRIND_ANNOTATE_NEW_MEMORY(hdr, sizeof(*hdr));
 
-       struct chunk_header run_hdr;
-       run_hdr.size_idx = hdr->size_idx;
-       run_hdr.type = CHUNK_TYPE_RUN;
-       run_hdr.flags = rdsc->flags;
-       *hdr = run_hdr;
+       uint64_t run_hdr = chunk_get_chunk_hdr_value(CHUNK_TYPE_RUN,
+               rdsc->flags, hdr->size_idx);
+       util_atomic_store_explicit64((uint64_t *)hdr,
+               run_hdr, memory_order_relaxed);
        pmemops_persist(&heap->p_ops, hdr, sizeof(*hdr));
 
        VALGRIND_REMOVE_FROM_TX(&z->chunk_headers[chunk_id],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pmdk-1.11.0/src/libpmemobj/ulog.c 
new/pmdk-1.11.1/src/libpmemobj/ulog.c
--- old/pmdk-1.11.0/src/libpmemobj/ulog.c       2021-07-02 12:29:22.000000000 
+0200
+++ new/pmdk-1.11.1/src/libpmemobj/ulog.c       2021-09-24 17:06:14.000000000 
+0200
@@ -464,23 +464,23 @@
        }
 
        if (rcopy != 0) {
-               void *dest = e->data + ncopy;
-               ASSERT(IS_CACHELINE_ALIGNED(dest));
+               void *rdest = e->data + ncopy;
+               ASSERT(IS_CACHELINE_ALIGNED(rdest));
 
-               VALGRIND_ADD_TO_TX(dest, rcopy);
-               pmemops_memcpy(p_ops, dest, srcof, rcopy,
+               VALGRIND_ADD_TO_TX(rdest, rcopy);
+               pmemops_memcpy(p_ops, rdest, srcof, rcopy,
                        PMEMOBJ_F_MEM_NODRAIN | PMEMOBJ_F_MEM_NONTEMPORAL);
-               VALGRIND_REMOVE_FROM_TX(dest, rcopy);
+               VALGRIND_REMOVE_FROM_TX(rdest, rcopy);
        }
 
        if (lcopy != 0) {
-               void *dest = e->data + ncopy + rcopy;
-               ASSERT(IS_CACHELINE_ALIGNED(dest));
+               void *ldest = e->data + ncopy + rcopy;
+               ASSERT(IS_CACHELINE_ALIGNED(ldest));
 
-               VALGRIND_ADD_TO_TX(dest, CACHELINE_SIZE);
-               pmemops_memcpy(p_ops, dest, last_cacheline, CACHELINE_SIZE,
+               VALGRIND_ADD_TO_TX(ldest, CACHELINE_SIZE);
+               pmemops_memcpy(p_ops, ldest, last_cacheline, CACHELINE_SIZE,
                        PMEMOBJ_F_MEM_NODRAIN | PMEMOBJ_F_MEM_NONTEMPORAL);
-               VALGRIND_REMOVE_FROM_TX(dest, CACHELINE_SIZE);
+               VALGRIND_REMOVE_FROM_TX(ldest, CACHELINE_SIZE);
        }
 
        b->checksum = util_checksum_seq(b, CACHELINE_SIZE, 0);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pmdk-1.11.0/src/libpmempool/check_sds.c 
new/pmdk-1.11.1/src/libpmempool/check_sds.c
--- old/pmdk-1.11.0/src/libpmempool/check_sds.c 2021-07-02 12:29:22.000000000 
+0200
+++ new/pmdk-1.11.1/src/libpmempool/check_sds.c 2021-09-24 17:06:14.000000000 
+0200
@@ -153,7 +153,7 @@
  * step_exe -- (internal) perform single step according to its parameters
  */
 static int
-step_exe(PMEMpoolcheck *ppc, const struct step *steps, location *loc)
+step_exe(PMEMpoolcheck *ppc, location *loc)
 {
        const struct step *step = &steps[loc->step++];
 
@@ -272,7 +272,7 @@
 
                while (CHECK_NOT_COMPLETE(loc, steps)) {
                        ASSERT(loc->step < ARRAY_SIZE(steps));
-                       if (step_exe(ppc, steps, loc))
+                       if (step_exe(ppc, loc))
                                return;
                }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pmdk-1.11.0/src/libpmempool/check_util.c 
new/pmdk-1.11.1/src/libpmempool/check_util.c
--- old/pmdk-1.11.0/src/libpmempool/check_util.c        2021-07-02 
12:29:22.000000000 +0200
+++ new/pmdk-1.11.1/src/libpmempool/check_util.c        2021-09-24 
17:06:14.000000000 +0200
@@ -628,10 +628,10 @@
 check_get_time_str(time_t time)
 {
        static char str_buff[STR_MAX] = {0, };
-       struct tm *tm = util_localtime(&time);
+       struct tm tm;
 
-       if (tm)
-               strftime(str_buff, STR_MAX, TIME_STR_FMT, tm);
+       if (util_localtime(&time, &tm))
+               strftime(str_buff, STR_MAX, TIME_STR_FMT, &tm);
        else {
                int ret = util_snprintf(str_buff, STR_MAX, "unknown");
                if (ret < 0) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pmdk-1.11.0/src/libpmempool/feature.c 
new/pmdk-1.11.1/src/libpmempool/feature.c
--- old/pmdk-1.11.0/src/libpmempool/feature.c   2021-07-02 12:29:22.000000000 
+0200
+++ new/pmdk-1.11.1/src/libpmempool/feature.c   2021-09-24 17:06:14.000000000 
+0200
@@ -92,7 +92,7 @@
  * features_check -- (internal) check if features are correct
  */
 static int
-features_check(features_t *features, struct pool_hdr *hdrp)
+features_check(features_t *f, struct pool_hdr *hdrp)
 {
        static char msg[FEATURE_MAXPRINT];
 
@@ -100,16 +100,16 @@
        memcpy(&hdr, hdrp, sizeof(hdr));
        util_convert2h_hdr_nocheck(&hdr);
 
-       /* (features != f_invlaid) <=> features is set */
-       if (!util_feature_cmp(*features, f_invalid)) {
+       /* (f != f_invlaid) <=> features is set */
+       if (!util_feature_cmp(*f, f_invalid)) {
                /* features from current and previous headers have to match */
-               if (!util_feature_cmp(*features, hdr.features)) {
+               if (!util_feature_cmp(*f, hdr.features)) {
                        size_t pos = 0;
                        if (buff_concat_features(msg, &pos, hdr.features))
                                goto err;
                        if (buff_concat(msg, &pos, "%s", " != "))
                                goto err;
-                       if (buff_concat_features(msg, &pos, *features))
+                       if (buff_concat_features(msg, &pos, *f))
                                goto err;
                        ERR("features mismatch detected: %s", msg);
                        return -1;
@@ -123,7 +123,7 @@
 
        /* all features are known */
        if (util_feature_is_zero(unknown)) {
-               memcpy(features, &hdr.features, sizeof(*features));
+               memcpy(f, &hdr.features, sizeof(*f));
                return 0;
        }
 
@@ -168,7 +168,7 @@
 poolset_open(const char *path, int rdonly)
 {
        struct pool_set *set;
-       features_t features = FEAT_INVALID;
+       features_t f = FEAT_INVALID;
 
        /* read poolset */
        int ret = util_poolset_create_set(&set, path, 0, 0, true);
@@ -200,7 +200,7 @@
                                goto err_map_hdr;
                        }
 
-                       if (features_check(&features, HDR(rep, p))) {
+                       if (features_check(&f, HDR(rep, p))) {
                                ERR(
                                        "invalid features - replica #%d part 
#%d",
                                        r, p);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pmdk-1.11.0/src/librpmem/rpmem_util.c 
new/pmdk-1.11.1/src/librpmem/rpmem_util.c
--- old/pmdk-1.11.0/src/librpmem/rpmem_util.c   2021-07-02 12:29:22.000000000 
+0200
+++ new/pmdk-1.11.1/src/librpmem/rpmem_util.c   2021-09-24 17:06:14.000000000 
+0200
@@ -209,8 +209,7 @@
                long val = strtol(env_val, &endptr, 10);
 
                if (endptr[0] != '\0' || val <= 0 ||
-                       (errno == ERANGE &&
-                       (val == LONG_MAX || val == LONG_MIN))) {
+                       (errno == ERANGE && val == LONG_MAX)) {
                        RPMEM_LOG(ERR, "%s variable must be a positive integer",
                                        env);
                } else {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pmdk-1.11.0/src/tools/pmempool/output.c 
new/pmdk-1.11.1/src/tools/pmempool/output.c
--- old/pmdk-1.11.0/src/tools/pmempool/output.c 2021-07-02 12:29:22.000000000 
+0200
+++ new/pmdk-1.11.1/src/tools/pmempool/output.c 2021-09-24 17:06:14.000000000 
+0200
@@ -348,10 +348,10 @@
 out_get_time_str(time_t time)
 {
        static char str_buff[STR_MAX] = {0, };
-       struct tm *tm = util_localtime(&time);
+       struct tm tm;
 
-       if (tm) {
-               strftime(str_buff, STR_MAX, TIME_STR_FMT, tm);
+       if (util_localtime(&time, &tm)) {
+               strftime(str_buff, STR_MAX, TIME_STR_FMT, &tm);
        } else {
                int ret = util_snprintf(str_buff, STR_MAX, "unknown");
                if (ret < 0)

++++++ pregen-doc.tgz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/daxio/daxio.1 new/doc/daxio/daxio.1
--- old/doc/daxio/daxio.1       2021-09-08 13:26:08.409562308 +0200
+++ new/doc/daxio/daxio.1       2021-10-06 10:50:08.947092852 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "DAXIO" "1" "2021-09-08" "PMDK - daxio version 1.4" "PMDK Programmer's 
Manual"
+.TH "DAXIO" "1" "2021-10-06" "PMDK - daxio version 1.4" "PMDK Programmer's 
Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2018, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem/libpmem.7 new/doc/libpmem/libpmem.7
--- old/doc/libpmem/libpmem.7   2021-09-08 13:25:59.801473026 +0200
+++ new/doc/libpmem/libpmem.7   2021-10-06 10:50:01.863022422 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "LIBPMEM" "7" "2021-09-08" "PMDK - pmem API version 1.1" "PMDK 
Programmer's Manual"
+.TH "LIBPMEM" "7" "2021-10-06" "PMDK - pmem API version 1.1" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2016-2018, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem/pmem_flush.3 new/doc/libpmem/pmem_flush.3
--- old/doc/libpmem/pmem_flush.3        2021-09-08 13:26:01.213487672 +0200
+++ new/doc/libpmem/pmem_flush.3        2021-10-06 10:50:02.715030893 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM_FLUSH" "3" "2021-09-08" "PMDK - pmem API version 1.1" "PMDK 
Programmer's Manual"
+.TH "PMEM_FLUSH" "3" "2021-10-06" "PMDK - pmem API version 1.1" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2017-2018, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem/pmem_is_pmem.3 
new/doc/libpmem/pmem_is_pmem.3
--- old/doc/libpmem/pmem_is_pmem.3      2021-09-08 13:26:01.321488791 +0200
+++ new/doc/libpmem/pmem_is_pmem.3      2021-10-06 10:50:02.787031609 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM_IS_PMEM" "3" "2021-09-08" "PMDK - pmem API version 1.1" "PMDK 
Programmer's Manual"
+.TH "PMEM_IS_PMEM" "3" "2021-10-06" "PMDK - pmem API version 1.1" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2017-2019, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem/pmem_memmove_persist.3 
new/doc/libpmem/pmem_memmove_persist.3
--- old/doc/libpmem/pmem_memmove_persist.3      2021-09-08 13:26:01.437489995 
+0200
+++ new/doc/libpmem/pmem_memmove_persist.3      2021-10-06 10:50:02.859032325 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM_MEMMOVE_PERSIST" "3" "2021-09-08" "PMDK - pmem API version 1.1" 
"PMDK Programmer's Manual"
+.TH "PMEM_MEMMOVE_PERSIST" "3" "2021-10-06" "PMDK - pmem API version 1.1" 
"PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2017-2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem2/libpmem2.7 new/doc/libpmem2/libpmem2.7
--- old/doc/libpmem2/libpmem2.7 2021-09-08 13:26:00.733482693 +0200
+++ new/doc/libpmem2/libpmem2.7 2021-10-06 10:50:02.471028468 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "LIBPMEM2" "7" "2021-09-08" "PMDK - pmem2 API version 1.0" "PMDK 
Programmer's Manual"
+.TH "LIBPMEM2" "7" "2021-10-06" "PMDK - pmem2 API version 1.0" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2019-2021, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem2/libpmem2_unsafe_shutdown.7 
new/doc/libpmem2/libpmem2_unsafe_shutdown.7
--- old/doc/libpmem2/libpmem2_unsafe_shutdown.7 2021-09-08 13:26:00.829483689 
+0200
+++ new/doc/libpmem2/libpmem2_unsafe_shutdown.7 2021-10-06 10:50:02.519028944 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "LIBPMEM2_UNSAFE_SHUTDOWN" "7" "2021-09-08" "PMDK - pmem2 API version 1.0" 
"PMDK Programmer's Manual"
+.TH "LIBPMEM2_UNSAFE_SHUTDOWN" "7" "2021-10-06" "PMDK - pmem2 API version 1.0" 
"PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem2/pmem2_badblock_clear.3 
new/doc/libpmem2/pmem2_badblock_clear.3
--- old/doc/libpmem2/pmem2_badblock_clear.3     2021-09-08 13:26:06.805545671 
+0200
+++ new/doc/libpmem2/pmem2_badblock_clear.3     2021-10-06 10:50:06.975073247 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM2_BADBLOCK_CLEAR" "3" "2021-09-08" "PMDK - pmem2 API version 1.0" 
"PMDK Programmer's Manual"
+.TH "PMEM2_BADBLOCK_CLEAR" "3" "2021-10-06" "PMDK - pmem2 API version 1.0" 
"PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem2/pmem2_badblock_context_new.3 
new/doc/libpmem2/pmem2_badblock_context_new.3
--- old/doc/libpmem2/pmem2_badblock_context_new.3       2021-09-08 
13:26:06.673544302 +0200
+++ new/doc/libpmem2/pmem2_badblock_context_new.3       2021-10-06 
10:50:06.851072014 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM2_BADBLOCK_CONTEXT_NEW" "3" "2021-09-08" "PMDK - pmem2 API version 
1.0" "PMDK Programmer's Manual"
+.TH "PMEM2_BADBLOCK_CONTEXT_NEW" "3" "2021-10-06" "PMDK - pmem2 API version 
1.0" "PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem2/pmem2_badblock_next.3 
new/doc/libpmem2/pmem2_badblock_next.3
--- old/doc/libpmem2/pmem2_badblock_next.3      2021-09-08 13:26:06.729544882 
+0200
+++ new/doc/libpmem2/pmem2_badblock_next.3      2021-10-06 10:50:06.907072571 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM2_BADBLOCK_NEXT" "3" "2021-09-08" "PMDK - pmem2 API version 1.0" 
"PMDK Programmer's Manual"
+.TH "PMEM2_BADBLOCK_NEXT" "3" "2021-10-06" "PMDK - pmem2 API version 1.0" 
"PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem2/pmem2_config_new.3 
new/doc/libpmem2/pmem2_config_new.3
--- old/doc/libpmem2/pmem2_config_new.3 2021-09-08 13:26:05.097527956 +0200
+++ new/doc/libpmem2/pmem2_config_new.3 2021-10-06 10:50:05.519058771 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM2_CONFIG_NEW" "3" "2021-09-08" "PMDK - pmem2 API version 1.0" "PMDK 
Programmer's Manual"
+.TH "PMEM2_CONFIG_NEW" "3" "2021-10-06" "PMDK - pmem2 API version 1.0" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem2/pmem2_config_set_length.3 
new/doc/libpmem2/pmem2_config_set_length.3
--- old/doc/libpmem2/pmem2_config_set_length.3  2021-09-08 13:26:05.869535963 
+0200
+++ new/doc/libpmem2/pmem2_config_set_length.3  2021-10-06 10:50:06.151065054 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM2_CONFIG_SET_LENGTH" "3" "2021-09-08" "PMDK - pmem2 API version 1.0" 
"PMDK Programmer's Manual"
+.TH "PMEM2_CONFIG_SET_LENGTH" "3" "2021-10-06" "PMDK - pmem2 API version 1.0" 
"PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2019, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem2/pmem2_config_set_offset.3 
new/doc/libpmem2/pmem2_config_set_offset.3
--- old/doc/libpmem2/pmem2_config_set_offset.3  2021-09-08 13:26:05.965536959 
+0200
+++ new/doc/libpmem2/pmem2_config_set_offset.3  2021-10-06 10:50:06.203065571 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM2_CONFIG_SET_OFFSET" "3" "2021-09-08" "PMDK - pmem2 API version 1.0" 
"PMDK Programmer's Manual"
+.TH "PMEM2_CONFIG_SET_OFFSET" "3" "2021-10-06" "PMDK - pmem2 API version 1.0" 
"PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem2/pmem2_config_set_protection.3 
new/doc/libpmem2/pmem2_config_set_protection.3
--- old/doc/libpmem2/pmem2_config_set_protection.3      2021-09-08 
13:26:06.873546376 +0200
+++ new/doc/libpmem2/pmem2_config_set_protection.3      2021-10-06 
10:50:07.035073843 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM2_CONFIG_SET_PROTECTION" "3" "2021-09-08" "PMDK - pmem2 API version 
1.0" "PMDK Programmer's Manual"
+.TH "PMEM2_CONFIG_SET_PROTECTION" "3" "2021-10-06" "PMDK - pmem2 API version 
1.0" "PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/doc/libpmem2/pmem2_config_set_required_store_granularity.3 
new/doc/libpmem2/pmem2_config_set_required_store_granularity.3
--- old/doc/libpmem2/pmem2_config_set_required_store_granularity.3      
2021-09-08 13:26:05.505532188 +0200
+++ new/doc/libpmem2/pmem2_config_set_required_store_granularity.3      
2021-10-06 10:50:05.943062987 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM2_CONFIG_SET_REQUIRED_STORE_GRANULARITY" "3" "2021-09-08" "PMDK - 
pmem2 API version 1.0" "PMDK Programmer's Manual"
+.TH "PMEM2_CONFIG_SET_REQUIRED_STORE_GRANULARITY" "3" "2021-10-06" "PMDK - 
pmem2 API version 1.0" "PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem2/pmem2_config_set_sharing.3 
new/doc/libpmem2/pmem2_config_set_sharing.3
--- old/doc/libpmem2/pmem2_config_set_sharing.3 2021-09-08 13:26:06.377541232 
+0200
+++ new/doc/libpmem2/pmem2_config_set_sharing.3 2021-10-06 10:50:06.559069111 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM2_CONFIG_SET_SHARING" "3" "2021-09-08" "PMDK - pmem2 API version 1.0" 
"PMDK Programmer's Manual"
+.TH "PMEM2_CONFIG_SET_SHARING" "3" "2021-10-06" "PMDK - pmem2 API version 1.0" 
"PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem2/pmem2_config_set_vm_reservation.3 
new/doc/libpmem2/pmem2_config_set_vm_reservation.3
--- old/doc/libpmem2/pmem2_config_set_vm_reservation.3  2021-09-08 
13:26:06.433541813 +0200
+++ new/doc/libpmem2/pmem2_config_set_vm_reservation.3  2021-10-06 
10:50:06.623069747 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM2_CONFIG_SET_VM_RESERVATION" "3" "2021-09-08" "PMDK - pmem2 API 
version 1.0" "PMDK Programmer's Manual"
+.TH "PMEM2_CONFIG_SET_VM_RESERVATION" "3" "2021-10-06" "PMDK - pmem2 API 
version 1.0" "PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem2/pmem2_deep_flush.3 
new/doc/libpmem2/pmem2_deep_flush.3
--- old/doc/libpmem2/pmem2_deep_flush.3 2021-09-08 13:26:06.953547206 +0200
+++ new/doc/libpmem2/pmem2_deep_flush.3 2021-10-06 10:50:07.143074917 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM2_DEEP_FLUSH" "3" "2021-09-08" "PMDK - pmem2 API version 1.0" "PMDK 
Programmer's Manual"
+.TH "PMEM2_DEEP_FLUSH" "3" "2021-10-06" "PMDK - pmem2 API version 1.0" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem2/pmem2_errormsg.3 
new/doc/libpmem2/pmem2_errormsg.3
--- old/doc/libpmem2/pmem2_errormsg.3   2021-09-08 13:26:04.973526669 +0200
+++ new/doc/libpmem2/pmem2_errormsg.3   2021-10-06 10:50:05.463058214 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM2_ERRORMSG" "3" "2021-09-08" "PMDK - pmem2 API version 1.0" "PMDK 
Programmer's Manual"
+.TH "PMEM2_ERRORMSG" "3" "2021-10-06" "PMDK - pmem2 API version 1.0" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2019, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem2/pmem2_get_drain_fn.3 
new/doc/libpmem2/pmem2_get_drain_fn.3
--- old/doc/libpmem2/pmem2_get_drain_fn.3       2021-09-08 13:26:06.133538701 
+0200
+++ new/doc/libpmem2/pmem2_get_drain_fn.3       2021-10-06 10:50:06.347067003 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM2_GET_DRAIN_FN" "3" "2021-09-08" "PMDK - pmem2 API version 1.0" "PMDK 
Programmer's Manual"
+.TH "PMEM2_GET_DRAIN_FN" "3" "2021-10-06" "PMDK - pmem2 API version 1.0" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem2/pmem2_get_flush_fn.3 
new/doc/libpmem2/pmem2_get_flush_fn.3
--- old/doc/libpmem2/pmem2_get_flush_fn.3       2021-09-08 13:26:06.077538120 
+0200
+++ new/doc/libpmem2/pmem2_get_flush_fn.3       2021-10-06 10:50:06.295066487 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM2_GET_FLUSH_FN" "3" "2021-09-08" "PMDK - pmem2 API version 1.0" "PMDK 
Programmer's Manual"
+.TH "PMEM2_GET_FLUSH_FN" "3" "2021-10-06" "PMDK - pmem2 API version 1.0" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem2/pmem2_get_memmove_fn.3 
new/doc/libpmem2/pmem2_get_memmove_fn.3
--- old/doc/libpmem2/pmem2_get_memmove_fn.3     2021-09-08 13:26:06.317540610 
+0200
+++ new/doc/libpmem2/pmem2_get_memmove_fn.3     2021-10-06 10:50:06.503068555 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM2_GET_MEMMOVE_FN" "3" "2021-09-08" "PMDK - pmem2 API version 1.0" 
"PMDK Programmer's Manual"
+.TH "PMEM2_GET_MEMMOVE_FN" "3" "2021-10-06" "PMDK - pmem2 API version 1.0" 
"PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem2/pmem2_get_persist_fn.3 
new/doc/libpmem2/pmem2_get_persist_fn.3
--- old/doc/libpmem2/pmem2_get_persist_fn.3     2021-09-08 13:26:06.193539323 
+0200
+++ new/doc/libpmem2/pmem2_get_persist_fn.3     2021-10-06 10:50:06.399067520 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM2_GET_PERSIST_FN" "3" "2021-09-08" "PMDK - pmem2 API version 1.0" 
"PMDK Programmer's Manual"
+.TH "PMEM2_GET_PERSIST_FN" "3" "2021-10-06" "PMDK - pmem2 API version 1.0" 
"PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem2/pmem2_map_delete.3 
new/doc/libpmem2/pmem2_map_delete.3
--- old/doc/libpmem2/pmem2_map_delete.3 2021-09-08 13:26:05.253529574 +0200
+++ new/doc/libpmem2/pmem2_map_delete.3 2021-10-06 10:50:05.659060163 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM2_MAP_DELETE" "3" "2021-09-08" "PMDK - pmem2 API version 1.0" "PMDK 
Programmer's Manual"
+.TH "PMEM2_MAP_DELETE" "3" "2021-10-06" "PMDK - pmem2 API version 1.0" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2019-2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem2/pmem2_map_from_existing.3 
new/doc/libpmem2/pmem2_map_from_existing.3
--- old/doc/libpmem2/pmem2_map_from_existing.3  2021-09-08 13:26:07.217549945 
+0200
+++ new/doc/libpmem2/pmem2_map_from_existing.3  2021-10-06 10:50:07.359077064 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM2_MAP_FROM_EXISTING" "3" "2021-09-08" "PMDK - pmem2 API version 1.0" 
"PMDK Programmer's Manual"
+.TH "PMEM2_MAP_FROM_EXISTING" "3" "2021-10-06" "PMDK - pmem2 API version 1.0" 
"PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem2/pmem2_map_get_address.3 
new/doc/libpmem2/pmem2_map_get_address.3
--- old/doc/libpmem2/pmem2_map_get_address.3    2021-09-08 13:26:05.317530238 
+0200
+++ new/doc/libpmem2/pmem2_map_get_address.3    2021-10-06 10:50:05.719060759 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM2_MAP_GET_ADDRESS" "3" "2021-09-08" "PMDK - pmem2 API version 1.0" 
"PMDK Programmer's Manual"
+.TH "PMEM2_MAP_GET_ADDRESS" "3" "2021-10-06" "PMDK - pmem2 API version 1.0" 
"PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2019, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem2/pmem2_map_get_size.3 
new/doc/libpmem2/pmem2_map_get_size.3
--- old/doc/libpmem2/pmem2_map_get_size.3       2021-09-08 13:26:05.377530860 
+0200
+++ new/doc/libpmem2/pmem2_map_get_size.3       2021-10-06 10:50:05.771061276 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM2_MAP_GET_SIZE" "3" "2021-09-08" "PMDK - pmem2 API version 1.0" "PMDK 
Programmer's Manual"
+.TH "PMEM2_MAP_GET_SIZE" "3" "2021-10-06" "PMDK - pmem2 API version 1.0" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2019, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem2/pmem2_map_get_store_granularity.3 
new/doc/libpmem2/pmem2_map_get_store_granularity.3
--- old/doc/libpmem2/pmem2_map_get_store_granularity.3  2021-09-08 
13:26:06.017537498 +0200
+++ new/doc/libpmem2/pmem2_map_get_store_granularity.3  2021-10-06 
10:50:06.251066049 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM2_MAP_GET_STORE_GRANULARITY" "3" "2021-09-08" "PMDK - pmem2 API 
version 1.0" "PMDK Programmer's Manual"
+.TH "PMEM2_MAP_GET_STORE_GRANULARITY" "3" "2021-10-06" "PMDK - pmem2 API 
version 1.0" "PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem2/pmem2_map_new.3 
new/doc/libpmem2/pmem2_map_new.3
--- old/doc/libpmem2/pmem2_map_new.3    2021-09-08 13:26:05.185528869 +0200
+++ new/doc/libpmem2/pmem2_map_new.3    2021-10-06 10:50:05.595059527 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM2_MAP_NEW" "3" "2021-09-08" "PMDK - pmem2 API version 1.0" "PMDK 
Programmer's Manual"
+.TH "PMEM2_MAP_NEW" "3" "2021-10-06" "PMDK - pmem2 API version 1.0" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2019-2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem2/pmem2_perror.3 
new/doc/libpmem2/pmem2_perror.3
--- old/doc/libpmem2/pmem2_perror.3     2021-09-08 13:26:06.249539904 +0200
+++ new/doc/libpmem2/pmem2_perror.3     2021-10-06 10:50:06.447067998 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM2_PERROR" "3" "2021-09-08" "PMDK - pmem2 API version 1.0" "PMDK 
Programmer's Manual"
+.TH "PMEM2_PERROR" "3" "2021-10-06" "PMDK - pmem2 API version 1.0" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem2/pmem2_source_alignment.3 
new/doc/libpmem2/pmem2_source_alignment.3
--- old/doc/libpmem2/pmem2_source_alignment.3   2021-09-08 13:26:05.677533972 
+0200
+++ new/doc/libpmem2/pmem2_source_alignment.3   2021-10-06 10:50:06.051064060 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM2_SOURCE_ALIGNMENT" "3" "2021-09-08" "PMDK - pmem2 API version 1.0" 
"PMDK Programmer's Manual"
+.TH "PMEM2_SOURCE_ALIGNMENT" "3" "2021-10-06" "PMDK - pmem2 API version 1.0" 
"PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2019-2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem2/pmem2_source_device_id.3 
new/doc/libpmem2/pmem2_source_device_id.3
--- old/doc/libpmem2/pmem2_source_device_id.3   2021-09-08 13:26:07.097548700 
+0200
+++ new/doc/libpmem2/pmem2_source_device_id.3   2021-10-06 10:50:07.263076110 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM2_SOURCE_DEVICE_ID" "3" "2021-09-08" "PMDK - pmem2 API version 1.0" 
"PMDK Programmer's Manual"
+.TH "PMEM2_SOURCE_DEVICE_ID" "3" "2021-10-06" "PMDK - pmem2 API version 1.0" 
"PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem2/pmem2_source_device_usc.3 
new/doc/libpmem2/pmem2_source_device_usc.3
--- old/doc/libpmem2/pmem2_source_device_usc.3  2021-09-08 13:26:07.157549322 
+0200
+++ new/doc/libpmem2/pmem2_source_device_usc.3  2021-10-06 10:50:07.311076588 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM2_SOURCE_DEVICE_USC" "3" "2021-09-08" "PMDK - pmem2 API version 1.0" 
"PMDK Programmer's Manual"
+.TH "PMEM2_SOURCE_DEVICE_USC" "3" "2021-10-06" "PMDK - pmem2 API version 1.0" 
"PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem2/pmem2_source_from_anon.3 
new/doc/libpmem2/pmem2_source_from_anon.3
--- old/doc/libpmem2/pmem2_source_from_anon.3   2021-09-08 13:26:07.033548035 
+0200
+++ new/doc/libpmem2/pmem2_source_from_anon.3   2021-10-06 10:50:07.203075513 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM2_SOURCE_FROM_ANON" "3" "2021-09-08" "PMDK - pmem2 API version 1.0" 
"PMDK Programmer's Manual"
+.TH "PMEM2_SOURCE_FROM_ANON" "3" "2021-10-06" "PMDK - pmem2 API version 1.0" 
"PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem2/pmem2_source_from_fd.3 
new/doc/libpmem2/pmem2_source_from_fd.3
--- old/doc/libpmem2/pmem2_source_from_fd.3     2021-09-08 13:26:05.445531565 
+0200
+++ new/doc/libpmem2/pmem2_source_from_fd.3     2021-10-06 10:50:05.891062470 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM2_SOURCE_FROM_FD" "3" "2021-09-08" "PMDK - pmem2 API version 1.0" 
"PMDK Programmer's Manual"
+.TH "PMEM2_SOURCE_FROM_FD" "3" "2021-10-06" "PMDK - pmem2 API version 1.0" 
"PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2019-2021, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem2/pmem2_source_get_fd.3 
new/doc/libpmem2/pmem2_source_get_fd.3
--- old/doc/libpmem2/pmem2_source_get_fd.3      2021-09-08 13:26:07.273550525 
+0200
+++ new/doc/libpmem2/pmem2_source_get_fd.3      2021-10-06 10:50:07.411077582 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM2_SOURCE_GET_FD" "3" "2021-09-08" "PMDK - pmem2 API version 1.0" 
"PMDK Programmer's Manual"
+.TH "PMEM2_SOURCE_GET_FD" "3" "2021-10-06" "PMDK - pmem2 API version 1.0" 
"PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem2/pmem2_source_get_handle.3 
new/doc/libpmem2/pmem2_source_get_handle.3
--- old/doc/libpmem2/pmem2_source_get_handle.3  2021-09-08 13:26:07.333551147 
+0200
+++ new/doc/libpmem2/pmem2_source_get_handle.3  2021-10-06 10:50:07.463078099 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM2_SOURCE_GET_HANDLE" "3" "2021-09-08" "PMDK - pmem2 API version 1.0" 
"PMDK Programmer's Manual"
+.TH "PMEM2_SOURCE_GET_HANDLE" "3" "2021-10-06" "PMDK - pmem2 API version 1.0" 
"PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem2/pmem2_source_numa_node.3 
new/doc/libpmem2/pmem2_source_numa_node.3
--- old/doc/libpmem2/pmem2_source_numa_node.3   2021-09-08 13:26:05.765534884 
+0200
+++ new/doc/libpmem2/pmem2_source_numa_node.3   2021-10-06 10:50:06.099064538 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM2_SOURCE_NUMA_NODE" "3" "2021-09-08" "PMDK - pmem2 API version 1.0" 
"PMDK Programmer's Manual"
+.TH "PMEM2_SOURCE_NUMA_NODE" "3" "2021-10-06" "PMDK - pmem2 API version 1.0" 
"PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem2/pmem2_source_size.3 
new/doc/libpmem2/pmem2_source_size.3
--- old/doc/libpmem2/pmem2_source_size.3        2021-09-08 13:26:05.589533059 
+0200
+++ new/doc/libpmem2/pmem2_source_size.3        2021-10-06 10:50:05.999063544 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM2_SOURCE_SIZE" "3" "2021-09-08" "PMDK - pmem2 API version 1.0" "PMDK 
Programmer's Manual"
+.TH "PMEM2_SOURCE_SIZE" "3" "2021-10-06" "PMDK - pmem2 API version 1.0" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2019-2021, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem2/pmem2_vm_reservation_extend.3 
new/doc/libpmem2/pmem2_vm_reservation_extend.3
--- old/doc/libpmem2/pmem2_vm_reservation_extend.3      2021-09-08 
13:26:07.393551770 +0200
+++ new/doc/libpmem2/pmem2_vm_reservation_extend.3      2021-10-06 
10:50:07.527078735 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM2_VM_RESERVATION_EXTEND" "3" "2021-09-08" "PMDK - pmem2 API version 
1.0" "PMDK Programmer's Manual"
+.TH "PMEM2_VM_RESERVATION_EXTEND" "3" "2021-10-06" "PMDK - pmem2 API version 
1.0" "PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2021, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem2/pmem2_vm_reservation_get_address.3 
new/doc/libpmem2/pmem2_vm_reservation_get_address.3
--- old/doc/libpmem2/pmem2_vm_reservation_get_address.3 2021-09-08 
13:26:06.549543016 +0200
+++ new/doc/libpmem2/pmem2_vm_reservation_get_address.3 2021-10-06 
10:50:06.727070782 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM2_VM_RESERVATION_GET_ADDRESS" "3" "2021-09-08" "PMDK - pmem2 API 
version 1.0" "PMDK Programmer's Manual"
+.TH "PMEM2_VM_RESERVATION_GET_ADDRESS" "3" "2021-10-06" "PMDK - pmem2 API 
version 1.0" "PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem2/pmem2_vm_reservation_get_size.3 
new/doc/libpmem2/pmem2_vm_reservation_get_size.3
--- old/doc/libpmem2/pmem2_vm_reservation_get_size.3    2021-09-08 
13:26:06.605543597 +0200
+++ new/doc/libpmem2/pmem2_vm_reservation_get_size.3    2021-10-06 
10:50:06.779071298 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM2_VM_RESERVATION_GET_SIZE" "3" "2021-09-08" "PMDK - pmem2 API version 
1.0" "PMDK Programmer's Manual"
+.TH "PMEM2_VM_RESERVATION_GET_SIZE" "3" "2021-10-06" "PMDK - pmem2 API version 
1.0" "PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem2/pmem2_vm_reservation_map_find.3 
new/doc/libpmem2/pmem2_vm_reservation_map_find.3
--- old/doc/libpmem2/pmem2_vm_reservation_map_find.3    2021-09-08 
13:26:07.457552433 +0200
+++ new/doc/libpmem2/pmem2_vm_reservation_map_find.3    2021-10-06 
10:50:07.583079291 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM2_VM_RESERVATION_MAP_FIND" "3" "2021-09-08" "PMDK - pmem2 API version 
1.0" "PMDK Programmer's Manual"
+.TH "PMEM2_VM_RESERVATION_MAP_FIND" "3" "2021-10-06" "PMDK - pmem2 API version 
1.0" "PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2021, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmem2/pmem2_vm_reservation_new.3 
new/doc/libpmem2/pmem2_vm_reservation_new.3
--- old/doc/libpmem2/pmem2_vm_reservation_new.3 2021-09-08 13:26:06.493542435 
+0200
+++ new/doc/libpmem2/pmem2_vm_reservation_new.3 2021-10-06 10:50:06.683070344 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM2_VM_RESERVATION_NEW" "3" "2021-09-08" "PMDK - pmem2 API version 1.0" 
"PMDK Programmer's Manual"
+.TH "PMEM2_VM_RESERVATION_NEW" "3" "2021-10-06" "PMDK - pmem2 API version 1.0" 
"PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020-2021, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemblk/libpmemblk.7 
new/doc/libpmemblk/libpmemblk.7
--- old/doc/libpmemblk/libpmemblk.7     2021-09-08 13:25:59.961474686 +0200
+++ new/doc/libpmemblk/libpmemblk.7     2021-10-06 10:50:01.971023497 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "LIBPMEMBLK" "7" "2021-09-08" "PMDK - pmemblk API version 1.1" "PMDK 
Programmer's Manual"
+.TH "LIBPMEMBLK" "7" "2021-10-06" "PMDK - pmemblk API version 1.1" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2016-2018, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemblk/pmemblk_bsize.3 
new/doc/libpmemblk/pmemblk_bsize.3
--- old/doc/libpmemblk/pmemblk_bsize.3  2021-09-08 13:26:01.513490783 +0200
+++ new/doc/libpmemblk/pmemblk_bsize.3  2021-10-06 10:50:02.919032922 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMBLK_BSIZE" "3" "2021-09-08" "PMDK - pmemblk API version 1.1" "PMDK 
Programmer's Manual"
+.TH "PMEMBLK_BSIZE" "3" "2021-10-06" "PMDK - pmemblk API version 1.1" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2017-2018, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemblk/pmemblk_create.3 
new/doc/libpmemblk/pmemblk_create.3
--- old/doc/libpmemblk/pmemblk_create.3 2021-09-08 13:26:01.605491738 +0200
+++ new/doc/libpmemblk/pmemblk_create.3 2021-10-06 10:50:02.987033598 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMBLK_CREATE" "3" "2021-09-08" "PMDK - pmemblk API version 1.1" "PMDK 
Programmer's Manual"
+.TH "PMEMBLK_CREATE" "3" "2021-10-06" "PMDK - pmemblk API version 1.1" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2017-2018, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemblk/pmemblk_ctl_get.3 
new/doc/libpmemblk/pmemblk_ctl_get.3
--- old/doc/libpmemblk/pmemblk_ctl_get.3        2021-09-08 13:26:01.693492650 
+0200
+++ new/doc/libpmemblk/pmemblk_ctl_get.3        2021-10-06 10:50:03.051034234 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMBLK_CTL_GET" "3" "2021-09-08" "PMDK - pmemblk API version 1.1" "PMDK 
Programmer's Manual"
+.TH "PMEMBLK_CTL_GET" "3" "2021-10-06" "PMDK - pmemblk API version 1.1" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2018-2019, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemblk/pmemblk_read.3 
new/doc/libpmemblk/pmemblk_read.3
--- old/doc/libpmemblk/pmemblk_read.3   2021-09-08 13:26:01.769493438 +0200
+++ new/doc/libpmemblk/pmemblk_read.3   2021-10-06 10:50:03.107034790 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMBLK_READ" "3" "2021-09-08" "PMDK - pmemblk API version 1.1" "PMDK 
Programmer's Manual"
+.TH "PMEMBLK_READ" "3" "2021-10-06" "PMDK - pmemblk API version 1.1" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2017-2018, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemblk/pmemblk_set_zero.3 
new/doc/libpmemblk/pmemblk_set_zero.3
--- old/doc/libpmemblk/pmemblk_set_zero.3       2021-09-08 13:26:01.845494226 
+0200
+++ new/doc/libpmemblk/pmemblk_set_zero.3       2021-10-06 10:50:03.159035307 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMBLK_SET_ZERO" "3" "2021-09-08" "PMDK - pmemblk API version 1.1" "PMDK 
Programmer's Manual"
+.TH "PMEMBLK_SET_ZERO" "3" "2021-10-06" "PMDK - pmemblk API version 1.1" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2017-2018, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemlog/libpmemlog.7 
new/doc/libpmemlog/libpmemlog.7
--- old/doc/libpmemlog/libpmemlog.7     2021-09-08 13:26:00.085475972 +0200
+++ new/doc/libpmemlog/libpmemlog.7     2021-10-06 10:50:02.051024292 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "LIBPMEMLOG" "7" "2021-09-08" "PMDK - pmemlog API version 1.1" "PMDK 
Programmer's Manual"
+.TH "LIBPMEMLOG" "7" "2021-10-06" "PMDK - pmemlog API version 1.1" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2016-2018, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemlog/pmemlog_append.3 
new/doc/libpmemlog/pmemlog_append.3
--- old/doc/libpmemlog/pmemlog_append.3 2021-09-08 13:26:02.013495969 +0200
+++ new/doc/libpmemlog/pmemlog_append.3 2021-10-06 10:50:03.263036341 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMLOG_APPEND" "3" "2021-09-08" "PMDK - pmemlog API version 1.1" "PMDK 
Programmer's Manual"
+.TH "PMEMLOG_APPEND" "3" "2021-10-06" "PMDK - pmemlog API version 1.1" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2017-2018, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemlog/pmemlog_create.3 
new/doc/libpmemlog/pmemlog_create.3
--- old/doc/libpmemlog/pmemlog_create.3 2021-09-08 13:26:02.089496757 +0200
+++ new/doc/libpmemlog/pmemlog_create.3 2021-10-06 10:50:03.323036939 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMLOG_CREATE" "3" "2021-09-08" "PMDK - pmemlog API version 1.1" "PMDK 
Programmer's Manual"
+.TH "PMEMLOG_CREATE" "3" "2021-10-06" "PMDK - pmemlog API version 1.1" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2017-2018, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemlog/pmemlog_ctl_get.3 
new/doc/libpmemlog/pmemlog_ctl_get.3
--- old/doc/libpmemlog/pmemlog_ctl_get.3        2021-09-08 13:26:02.161497504 
+0200
+++ new/doc/libpmemlog/pmemlog_ctl_get.3        2021-10-06 10:50:03.383037534 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMLOG_CTL_GET" "3" "2021-09-08" "PMDK - pmemlog API version 1.1" "PMDK 
Programmer's Manual"
+.TH "PMEMLOG_CTL_GET" "3" "2021-10-06" "PMDK - pmemlog API version 1.1" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2018-2019, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemlog/pmemlog_nbyte.3 
new/doc/libpmemlog/pmemlog_nbyte.3
--- old/doc/libpmemlog/pmemlog_nbyte.3  2021-09-08 13:26:02.217498085 +0200
+++ new/doc/libpmemlog/pmemlog_nbyte.3  2021-10-06 10:50:03.423037932 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMLOG_NBYTE" "3" "2021-09-08" "PMDK - pmemlog API version 1.1" "PMDK 
Programmer's Manual"
+.TH "PMEMLOG_NBYTE" "3" "2021-10-06" "PMDK - pmemlog API version 1.1" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2017-2018, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemlog/pmemlog_tell.3 
new/doc/libpmemlog/pmemlog_tell.3
--- old/doc/libpmemlog/pmemlog_tell.3   2021-09-08 13:26:02.277498707 +0200
+++ new/doc/libpmemlog/pmemlog_tell.3   2021-10-06 10:50:03.467038369 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMLOG_TELL" "3" "2021-09-08" "PMDK - pmemlog API version 1.1" "PMDK 
Programmer's Manual"
+.TH "PMEMLOG_TELL" "3" "2021-10-06" "PMDK - pmemlog API version 1.1" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2017-2018, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemobj/libpmemobj.7 
new/doc/libpmemobj/libpmemobj.7
--- old/doc/libpmemobj/libpmemobj.7     2021-09-08 13:26:00.253477715 +0200
+++ new/doc/libpmemobj/libpmemobj.7     2021-10-06 10:50:02.151025286 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "LIBPMEMOBJ" "7" "2021-09-08" "PMDK - pmemobj API version 2.3" "PMDK 
Programmer's Manual"
+.TH "LIBPMEMOBJ" "7" "2021-10-06" "PMDK - pmemobj API version 2.3" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2016-2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemobj/oid_is_null.3 
new/doc/libpmemobj/oid_is_null.3
--- old/doc/libpmemobj/oid_is_null.3    2021-09-08 13:26:02.349499454 +0200
+++ new/doc/libpmemobj/oid_is_null.3    2021-10-06 10:50:03.531039006 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "OID_IS_NULL" "3" "2021-09-08" "PMDK - pmemobj API version 2.3" "PMDK 
Programmer's Manual"
+.TH "OID_IS_NULL" "3" "2021-10-06" "PMDK - pmemobj API version 2.3" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2017-2018, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemobj/pmemobj_action.3 
new/doc/libpmemobj/pmemobj_action.3
--- old/doc/libpmemobj/pmemobj_action.3 2021-09-08 13:26:02.421500200 +0200
+++ new/doc/libpmemobj/pmemobj_action.3 2021-10-06 10:50:03.591039602 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMOBJ_ACTION" "3" "2021-09-08" "PMDK - pmemobj API version 2.3" "PMDK 
Programmer's Manual"
+.TH "PMEMOBJ_ACTION" "3" "2021-10-06" "PMDK - pmemobj API version 2.3" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2017-2019, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemobj/pmemobj_alloc.3 
new/doc/libpmemobj/pmemobj_alloc.3
--- old/doc/libpmemobj/pmemobj_alloc.3  2021-09-08 13:26:02.525501279 +0200
+++ new/doc/libpmemobj/pmemobj_alloc.3  2021-10-06 10:50:03.679040477 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMOBJ_ALLOC" "3" "2021-09-08" "PMDK - pmemobj API version 2.3" "PMDK 
Programmer's Manual"
+.TH "PMEMOBJ_ALLOC" "3" "2021-10-06" "PMDK - pmemobj API version 2.3" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2017-2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemobj/pmemobj_ctl_get.3 
new/doc/libpmemobj/pmemobj_ctl_get.3
--- old/doc/libpmemobj/pmemobj_ctl_get.3        2021-09-08 13:26:02.729503395 
+0200
+++ new/doc/libpmemobj/pmemobj_ctl_get.3        2021-10-06 10:50:03.823041909 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMOBJ_CTL_GET" "3" "2021-09-08" "PMDK - pmemobj API version 2.3" "PMDK 
Programmer's Manual"
+.TH "PMEMOBJ_CTL_GET" "3" "2021-10-06" "PMDK - pmemobj API version 2.3" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2017-2021, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemobj/pmemobj_first.3 
new/doc/libpmemobj/pmemobj_first.3
--- old/doc/libpmemobj/pmemobj_first.3  2021-09-08 13:26:02.817504308 +0200
+++ new/doc/libpmemobj/pmemobj_first.3  2021-10-06 10:50:03.899042664 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMOBJ_FIRST" "3" "2021-09-08" "PMDK - pmemobj API version 2.3" "PMDK 
Programmer's Manual"
+.TH "PMEMOBJ_FIRST" "3" "2021-10-06" "PMDK - pmemobj API version 2.3" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2017-2018, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemobj/pmemobj_list_insert.3 
new/doc/libpmemobj/pmemobj_list_insert.3
--- old/doc/libpmemobj/pmemobj_list_insert.3    2021-09-08 13:26:02.933505511 
+0200
+++ new/doc/libpmemobj/pmemobj_list_insert.3    2021-10-06 10:50:03.963043301 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMOBJ_LIST_INSERT" "3" "2021-09-08" "PMDK - pmemobj API version 2.3" 
"PMDK Programmer's Manual"
+.TH "PMEMOBJ_LIST_INSERT" "3" "2021-10-06" "PMDK - pmemobj API version 2.3" 
"PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2017-2018, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemobj/pmemobj_memcpy_persist.3 
new/doc/libpmemobj/pmemobj_memcpy_persist.3
--- old/doc/libpmemobj/pmemobj_memcpy_persist.3 2021-09-08 13:26:03.029506506 
+0200
+++ new/doc/libpmemobj/pmemobj_memcpy_persist.3 2021-10-06 10:50:04.027043937 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMOBJ_MEMCPY_PERSIST" "3" "2021-09-08" "PMDK - pmemobj API version 2.3" 
"PMDK Programmer's Manual"
+.TH "PMEMOBJ_MEMCPY_PERSIST" "3" "2021-10-06" "PMDK - pmemobj API version 2.3" 
"PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2017-2018, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemobj/pmemobj_mutex_zero.3 
new/doc/libpmemobj/pmemobj_mutex_zero.3
--- old/doc/libpmemobj/pmemobj_mutex_zero.3     2021-09-08 13:26:03.137507627 
+0200
+++ new/doc/libpmemobj/pmemobj_mutex_zero.3     2021-10-06 10:50:04.091044574 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMOBJ_MUTEX_ZERO" "3" "2021-09-08" "PMDK - pmemobj API version 2.3" 
"PMDK Programmer's Manual"
+.TH "PMEMOBJ_MUTEX_ZERO" "3" "2021-10-06" "PMDK - pmemobj API version 2.3" 
"PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2017-2018, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemobj/pmemobj_open.3 
new/doc/libpmemobj/pmemobj_open.3
--- old/doc/libpmemobj/pmemobj_open.3   2021-09-08 13:26:03.237508664 +0200
+++ new/doc/libpmemobj/pmemobj_open.3   2021-10-06 10:50:04.163045289 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMOBJ_OPEN" "3" "2021-09-08" "PMDK - pmemobj API version 2.3" "PMDK 
Programmer's Manual"
+.TH "PMEMOBJ_OPEN" "3" "2021-10-06" "PMDK - pmemobj API version 2.3" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2017-2021, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemobj/pmemobj_root.3 
new/doc/libpmemobj/pmemobj_root.3
--- old/doc/libpmemobj/pmemobj_root.3   2021-09-08 13:26:03.321509535 +0200
+++ new/doc/libpmemobj/pmemobj_root.3   2021-10-06 10:50:04.223045886 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMOBJ_ROOT" "3" "2021-09-08" "PMDK - pmemobj API version 2.3" "PMDK 
Programmer's Manual"
+.TH "PMEMOBJ_ROOT" "3" "2021-10-06" "PMDK - pmemobj API version 2.3" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2017-2018, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemobj/pmemobj_tx_add_range.3 
new/doc/libpmemobj/pmemobj_tx_add_range.3
--- old/doc/libpmemobj/pmemobj_tx_add_range.3   2021-09-08 13:26:03.925515800 
+0200
+++ new/doc/libpmemobj/pmemobj_tx_add_range.3   2021-10-06 10:50:04.775051375 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMOBJ_TX_ADD_RANGE" "3" "2021-09-08" "PMDK - pmemobj API version 2.3" 
"PMDK Programmer's Manual"
+.TH "PMEMOBJ_TX_ADD_RANGE" "3" "2021-10-06" "PMDK - pmemobj API version 2.3" 
"PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2017-2019, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemobj/pmemobj_tx_alloc.3 
new/doc/libpmemobj/pmemobj_tx_alloc.3
--- old/doc/libpmemobj/pmemobj_tx_alloc.3       2021-09-08 13:26:04.049517086 
+0200
+++ new/doc/libpmemobj/pmemobj_tx_alloc.3       2021-10-06 10:50:04.863052249 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMOBJ_TX_ALLOC" "3" "2021-09-08" "PMDK - pmemobj API version 2.3" "PMDK 
Programmer's Manual"
+.TH "PMEMOBJ_TX_ALLOC" "3" "2021-10-06" "PMDK - pmemobj API version 2.3" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2017-2019, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemobj/pmemobj_tx_begin.3 
new/doc/libpmemobj/pmemobj_tx_begin.3
--- old/doc/libpmemobj/pmemobj_tx_begin.3       2021-09-08 13:26:03.769514182 
+0200
+++ new/doc/libpmemobj/pmemobj_tx_begin.3       2021-10-06 10:50:04.695050578 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMOBJ_TX_BEGIN" "3" "2021-09-08" "PMDK - pmemobj API version 2.3" "PMDK 
Programmer's Manual"
+.TH "PMEMOBJ_TX_BEGIN" "3" "2021-10-06" "PMDK - pmemobj API version 2.3" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2017-2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemobj/pobj_layout_begin.3 
new/doc/libpmemobj/pobj_layout_begin.3
--- old/doc/libpmemobj/pobj_layout_begin.3      2021-09-08 13:26:04.125517874 
+0200
+++ new/doc/libpmemobj/pobj_layout_begin.3      2021-10-06 10:50:04.915052766 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "POBJ_LAYOUT_BEGIN" "3" "2021-09-08" "PMDK - pmemobj API version 2.3" 
"PMDK Programmer's Manual"
+.TH "POBJ_LAYOUT_BEGIN" "3" "2021-10-06" "PMDK - pmemobj API version 2.3" 
"PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2017-2018, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemobj/pobj_list_head.3 
new/doc/libpmemobj/pobj_list_head.3
--- old/doc/libpmemobj/pobj_list_head.3 2021-09-08 13:26:04.233518994 +0200
+++ new/doc/libpmemobj/pobj_list_head.3 2021-10-06 10:50:04.987053481 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "POBJ_LIST_HEAD" "3" "2021-09-08" "PMDK - pmemobj API version 2.3" "PMDK 
Programmer's Manual"
+.TH "POBJ_LIST_HEAD" "3" "2021-10-06" "PMDK - pmemobj API version 2.3" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2017-2018, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemobj/toid_declare.3 
new/doc/libpmemobj/toid_declare.3
--- old/doc/libpmemobj/toid_declare.3   2021-09-08 13:26:04.321519907 +0200
+++ new/doc/libpmemobj/toid_declare.3   2021-10-06 10:50:05.043054038 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "TOID_DECLARE" "3" "2021-09-08" "PMDK - pmemobj API version 2.3" "PMDK 
Programmer's Manual"
+.TH "TOID_DECLARE" "3" "2021-10-06" "PMDK - pmemobj API version 2.3" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2017-2018, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmempool/libpmempool.7 
new/doc/libpmempool/libpmempool.7
--- old/doc/libpmempool/libpmempool.7   2021-09-08 13:26:00.361478834 +0200
+++ new/doc/libpmempool/libpmempool.7   2021-10-06 10:50:02.271026479 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "LIBPMEMPOOL" "7" "2021-09-08" "PMDK - pmempool API version 1.3" "PMDK 
Programmer's Manual"
+.TH "LIBPMEMPOOL" "7" "2021-10-06" "PMDK - pmempool API version 1.3" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2016-2018, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmempool/pmempool_check_init.3 
new/doc/libpmempool/pmempool_check_init.3
--- old/doc/libpmempool/pmempool_check_init.3   2021-09-08 13:26:04.421520944 
+0200
+++ new/doc/libpmempool/pmempool_check_init.3   2021-10-06 10:50:05.111054714 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMPOOL_CHECK_INIT" "3" "2021-09-08" "PMDK - pmempool API version 1.3" 
"PMDK Programmer's Manual"
+.TH "PMEMPOOL_CHECK_INIT" "3" "2021-10-06" "PMDK - pmempool API version 1.3" 
"PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2017-2018, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmempool/pmempool_feature_query.3 
new/doc/libpmempool/pmempool_feature_query.3
--- old/doc/libpmempool/pmempool_feature_query.3        2021-09-08 
13:26:04.493521692 +0200
+++ new/doc/libpmempool/pmempool_feature_query.3        2021-10-06 
10:50:05.167055271 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMPOOL_FEATURE_QUERY" "3" "2021-09-08" "PMDK - pmempool API version 
1.3" "PMDK Programmer's Manual"
+.TH "PMEMPOOL_FEATURE_QUERY" "3" "2021-10-06" "PMDK - pmempool API version 
1.3" "PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2018, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmempool/pmempool_rm.3 
new/doc/libpmempool/pmempool_rm.3
--- old/doc/libpmempool/pmempool_rm.3   2021-09-08 13:26:04.557522355 +0200
+++ new/doc/libpmempool/pmempool_rm.3   2021-10-06 10:50:05.215055748 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMPOOL_RM" "3" "2021-09-08" "PMDK - pmempool API version 1.3" "PMDK 
Programmer's Manual"
+.TH "PMEMPOOL_RM" "3" "2021-10-06" "PMDK - pmempool API version 1.3" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2017-2018, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmempool/pmempool_sync.3 
new/doc/libpmempool/pmempool_sync.3
--- old/doc/libpmempool/pmempool_sync.3 2021-09-08 13:26:04.653523351 +0200
+++ new/doc/libpmempool/pmempool_sync.3 2021-10-06 10:50:05.283056424 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMPOOL_SYNC" "3" "2021-09-08" "PMDK - pmempool API version 1.3" "PMDK 
Programmer's Manual"
+.TH "PMEMPOOL_SYNC" "3" "2021-10-06" "PMDK - pmempool API version 1.3" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2017-2018, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemset/libpmemset.7 
new/doc/libpmemset/libpmemset.7
--- old/doc/libpmemset/libpmemset.7     2021-09-08 13:26:08.465562889 +0200
+++ new/doc/libpmemset/libpmemset.7     2021-10-06 10:50:09.003093409 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "LIBPMEMSET" "7" "2021-09-08" "PMDK - pmemset API version 1.0" "PMDK 
Programmer's Manual"
+.TH "LIBPMEMSET" "7" "2021-10-06" "PMDK - pmemset API version 1.0" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemset/pmemset_config_new.3 
new/doc/libpmemset/pmemset_config_new.3
--- old/doc/libpmemset/pmemset_config_new.3     2021-09-08 13:26:08.649564797 
+0200
+++ new/doc/libpmemset/pmemset_config_new.3     2021-10-06 10:50:09.175095119 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMSET_CONFIG_NEW" "3" "2021-09-08" "PMDK - pmemset API version 1.0" 
"PMDK Programmer's Manual"
+.TH "PMEMSET_CONFIG_NEW" "3" "2021-10-06" "PMDK - pmemset API version 1.0" 
"PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemset/pmemset_config_set_event_callback.3 
new/doc/libpmemset/pmemset_config_set_event_callback.3
--- old/doc/libpmemset/pmemset_config_set_event_callback.3      2021-09-08 
13:26:10.105579899 +0200
+++ new/doc/libpmemset/pmemset_config_set_event_callback.3      2021-10-06 
10:50:10.419107487 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "pmemset_config_set_event_callback" "3" "2021-09-08" "PMDK - pmemset API 
version 1.0" "PMDK Programmer's Manual"
+.TH "pmemset_config_set_event_callback" "3" "2021-10-06" "PMDK - pmemset API 
version 1.0" "PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2021, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/doc/libpmemset/pmemset_config_set_required_store_granularity.3 
new/doc/libpmemset/pmemset_config_set_required_store_granularity.3
--- old/doc/libpmemset/pmemset_config_set_required_store_granularity.3  
2021-09-08 13:26:09.053568987 +0200
+++ new/doc/libpmemset/pmemset_config_set_required_store_granularity.3  
2021-10-06 10:50:09.467098022 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMSET_CONFIG_SET_REQUIRED_STORE_GRANULARITY" "3" "2021-09-08" "PMDK - 
pmemset API version 1.0" "PMDK Programmer's Manual"
+.TH "PMEMSET_CONFIG_SET_REQUIRED_STORE_GRANULARITY" "3" "2021-10-06" "PMDK - 
pmemset API version 1.0" "PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020-2021, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemset/pmemset_config_set_reservation.3 
new/doc/libpmemset/pmemset_config_set_reservation.3
--- old/doc/libpmemset/pmemset_config_set_reservation.3 2021-09-08 
13:26:10.157580437 +0200
+++ new/doc/libpmemset/pmemset_config_set_reservation.3 2021-10-06 
10:50:10.467107964 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMSET_CONFIG_SET_RESERVATION" "3" "2021-09-08" "PMDK - pmemset API 
version 1.0" "PMDK Programmer's Manual"
+.TH "PMEMSET_CONFIG_SET_RESERVATION" "3" "2021-10-06" "PMDK - pmemset API 
version 1.0" "PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2021, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemset/pmemset_deep_flush.3 
new/doc/libpmemset/pmemset_deep_flush.3
--- old/doc/libpmemset/pmemset_deep_flush.3     2021-09-08 13:26:09.925578031 
+0200
+++ new/doc/libpmemset/pmemset_deep_flush.3     2021-10-06 10:50:10.263105936 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMSET_DEEP_FLUSH" "3" "2021-09-08" "PMDK - pmemset API version 1.0" 
"PMDK Programmer's Manual"
+.TH "PMEMSET_DEEP_FLUSH" "3" "2021-10-06" "PMDK - pmemset API version 1.0" 
"PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2021, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemset/pmemset_descriptor_part_map.3 
new/doc/libpmemset/pmemset_descriptor_part_map.3
--- old/doc/libpmemset/pmemset_descriptor_part_map.3    2021-09-08 
13:26:09.233570854 +0200
+++ new/doc/libpmemset/pmemset_descriptor_part_map.3    2021-10-06 
10:50:09.651099852 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMSET_DESCRIPTOR_PART_MAP" "3" "2021-09-08" "PMDK - pmemset API version 
1.0" "PMDK Programmer's Manual"
+.TH "PMEMSET_DESCRIPTOR_PART_MAP" "3" "2021-10-06" "PMDK - pmemset API version 
1.0" "PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemset/pmemset_drain.3 
new/doc/libpmemset/pmemset_drain.3
--- old/doc/libpmemset/pmemset_drain.3  2021-09-08 13:26:09.561574256 +0200
+++ new/doc/libpmemset/pmemset_drain.3  2021-10-06 10:50:10.007103391 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMSET_DRAIN" "3" "2021-09-08" "PMDK - pmemset API version 1.0" "PMDK 
Programmer's Manual"
+.TH "PMEMSET_DRAIN" "3" "2021-10-06" "PMDK - pmemset API version 1.0" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2021, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemset/pmemset_errormsg.3 
new/doc/libpmemset/pmemset_errormsg.3
--- old/doc/libpmemset/pmemset_errormsg.3       2021-09-08 13:26:08.517563428 
+0200
+++ new/doc/libpmemset/pmemset_errormsg.3       2021-10-06 10:50:09.055093927 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMSET_ERRORMSG" "3" "2021-09-08" "PMDK - pmemset API version 1.0" "PMDK 
Programmer's Manual"
+.TH "PMEMSET_ERRORMSG" "3" "2021-10-06" "PMDK - pmemset API version 1.0" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemset/pmemset_first_part_map.3 
new/doc/libpmemset/pmemset_first_part_map.3
--- old/doc/libpmemset/pmemset_first_part_map.3 2021-09-08 13:26:09.177570274 
+0200
+++ new/doc/libpmemset/pmemset_first_part_map.3 2021-10-06 10:50:09.607099414 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMSET_FIRST_PART_MAP" "3" "2021-09-08" "PMDK - pmemset API version 1.0" 
"PMDK Programmer's Manual"
+.TH "PMEMSET_FIRST_PART_MAP" "3" "2021-10-06" "PMDK - pmemset API version 1.0" 
"PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemset/pmemset_flush.3 
new/doc/libpmemset/pmemset_flush.3
--- old/doc/libpmemset/pmemset_flush.3  2021-09-08 13:26:09.509573717 +0200
+++ new/doc/libpmemset/pmemset_flush.3  2021-10-06 10:50:09.955102874 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMSET_FLUSH" "3" "2021-09-08" "PMDK - pmemset API version 1.0" "PMDK 
Programmer's Manual"
+.TH "PMEMSET_FLUSH" "3" "2021-10-06" "PMDK - pmemset API version 1.0" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2021, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemset/pmemset_get_store_granularity.3 
new/doc/libpmemset/pmemset_get_store_granularity.3
--- old/doc/libpmemset/pmemset_get_store_granularity.3  2021-09-08 
13:26:09.289571435 +0200
+++ new/doc/libpmemset/pmemset_get_store_granularity.3  2021-10-06 
10:50:09.711100449 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMSET_GET_STORE_GRANULARITY" "3" "2021-09-08" "PMDK - pmemset API 
version 1.0" "PMDK Programmer's Manual"
+.TH "PMEMSET_GET_STORE_GRANULARITY" "3" "2021-10-06" "PMDK - pmemset API 
version 1.0" "PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemset/pmemset_memmove.3 
new/doc/libpmemset/pmemset_memmove.3
--- old/doc/libpmemset/pmemset_memmove.3        2021-09-08 13:26:09.725575957 
+0200
+++ new/doc/libpmemset/pmemset_memmove.3        2021-10-06 10:50:10.123104544 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMSET_MEMMOVE" "3" "2021-09-08" "PMDK - pmemset API version 1.0" "PMDK 
Programmer's Manual"
+.TH "PMEMSET_MEMMOVE" "3" "2021-10-06" "PMDK - pmemset API version 1.0" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2021, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemset/pmemset_new.3 
new/doc/libpmemset/pmemset_new.3
--- old/doc/libpmemset/pmemset_new.3    2021-09-08 13:26:08.781566166 +0200
+++ new/doc/libpmemset/pmemset_new.3    2021-10-06 10:50:09.279096154 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMSET_NEW" "3" "2021-09-08" "PMDK - pmemset API version 1.0" "PMDK 
Programmer's Manual"
+.TH "PMEMSET_NEW" "3" "2021-10-06" "PMDK - pmemset API version 1.0" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemset/pmemset_part_map.3 
new/doc/libpmemset/pmemset_part_map.3
--- old/doc/libpmemset/pmemset_part_map.3       2021-09-08 13:26:09.121569693 
+0200
+++ new/doc/libpmemset/pmemset_part_map.3       2021-10-06 10:50:09.547098818 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMSET_PART_MAP" "3" "2021-09-08" "PMDK - pmemset API version 1.0" "PMDK 
Programmer's Manual"
+.TH "PMEMSET_PART_MAP" "3" "2021-10-06" "PMDK - pmemset API version 1.0" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemset/pmemset_part_map_by_address.3 
new/doc/libpmemset/pmemset_part_map_by_address.3
--- old/doc/libpmemset/pmemset_part_map_by_address.3    2021-09-08 
13:26:09.397572555 +0200
+++ new/doc/libpmemset/pmemset_part_map_by_address.3    2021-10-06 
10:50:09.847101801 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMSET_PART_MAP_BY_ADDRESS" "3" "2021-09-08" "PMDK - pmemset API version 
1.0" "PMDK Programmer's Manual"
+.TH "PMEMSET_PART_MAP_BY_ADDRESS" "3" "2021-10-06" "PMDK - pmemset API version 
1.0" "PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2021, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemset/pmemset_part_map_drop.3 
new/doc/libpmemset/pmemset_part_map_drop.3
--- old/doc/libpmemset/pmemset_part_map_drop.3  2021-09-08 13:26:09.341571974 
+0200
+++ new/doc/libpmemset/pmemset_part_map_drop.3  2021-10-06 10:50:09.767101006 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMSET_PART_MAP_DROP" "3" "2021-09-08" "PMDK - pmemset API version 1.0" 
"PMDK Programmer's Manual"
+.TH "PMEMSET_PART_MAP_DROP" "3" "2021-10-06" "PMDK - pmemset API version 1.0" 
"PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2021, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemset/pmemset_part_new.3 
new/doc/libpmemset/pmemset_part_new.3
--- old/doc/libpmemset/pmemset_part_new.3       2021-09-08 13:26:08.993568364 
+0200
+++ new/doc/libpmemset/pmemset_part_new.3       2021-10-06 10:50:09.419097546 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMSET_PART_NEW" "3" "2021-09-08" "PMDK - pmemset API version 1.0" "PMDK 
Programmer's Manual"
+.TH "PMEMSET_PART_NEW" "3" "2021-10-06" "PMDK - pmemset API version 1.0" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020-2021, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemset/pmemset_perror.3 
new/doc/libpmemset/pmemset_perror.3
--- old/doc/libpmemset/pmemset_perror.3 2021-09-08 13:26:08.573564008 +0200
+++ new/doc/libpmemset/pmemset_perror.3 2021-10-06 10:50:09.111094484 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMSET_PERROR" "3" "2021-09-08" "PMDK - pmemset API version 1.0" "PMDK 
Programmer's Manual"
+.TH "PMEMSET_PERROR" "3" "2021-10-06" "PMDK - pmemset API version 1.0" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemset/pmemset_persist.3 
new/doc/libpmemset/pmemset_persist.3
--- old/doc/libpmemset/pmemset_persist.3        2021-09-08 13:26:09.453573136 
+0200
+++ new/doc/libpmemset/pmemset_persist.3        2021-10-06 10:50:09.907102398 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMSET_PERSIST" "3" "2021-09-08" "PMDK - pmemset API version 1.0" "PMDK 
Programmer's Manual"
+.TH "PMEMSET_PERSIST" "3" "2021-10-06" "PMDK - pmemset API version 1.0" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2021, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemset/pmemset_remove_part_map.3 
new/doc/libpmemset/pmemset_remove_part_map.3
--- old/doc/libpmemset/pmemset_remove_part_map.3        2021-09-08 
13:26:09.801576746 +0200
+++ new/doc/libpmemset/pmemset_remove_part_map.3        2021-10-06 
10:50:10.175105061 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMSET_REMOVE_PART_MAP" "3" "2021-09-08" "PMDK - pmemset API version 
1.0" "PMDK Programmer's Manual"
+.TH "PMEMSET_REMOVE_PART_MAP" "3" "2021-10-06" "PMDK - pmemset API version 
1.0" "PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2021, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemset/pmemset_remove_range.3 
new/doc/libpmemset/pmemset_remove_range.3
--- old/doc/libpmemset/pmemset_remove_range.3   2021-09-08 13:26:10.049579318 
+0200
+++ new/doc/libpmemset/pmemset_remove_range.3   2021-10-06 10:50:10.363106931 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMSET_REMOVE_RANGE" "3" "2021-09-08" "PMDK - pmemset API version 1.0" 
"PMDK Programmer's Manual"
+.TH "PMEMSET_REMOVE_RANGE" "3" "2021-10-06" "PMDK - pmemset API version 1.0" 
"PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2021, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/doc/libpmemset/pmemset_set_contiguous_part_coalescing.3 
new/doc/libpmemset/pmemset_set_contiguous_part_coalescing.3
--- old/doc/libpmemset/pmemset_set_contiguous_part_coalescing.3 2021-09-08 
13:26:09.633575002 +0200
+++ new/doc/libpmemset/pmemset_set_contiguous_part_coalescing.3 2021-10-06 
10:50:10.063103948 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMSET_SET_CONTIGUOUS_PART_COALESCING" "3" "2021-09-08" "PMDK - pmemset 
API version 1.0" "PMDK Programmer's Manual"
+.TH "PMEMSET_SET_CONTIGUOUS_PART_COALESCING" "3" "2021-10-06" "PMDK - pmemset 
API version 1.0" "PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemset/pmemset_source_delete.3 
new/doc/libpmemset/pmemset_source_delete.3
--- old/doc/libpmemset/pmemset_source_delete.3  2021-09-08 13:26:08.929567701 
+0200
+++ new/doc/libpmemset/pmemset_source_delete.3  2021-10-06 10:50:09.371097068 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMSET_SOURCE_DELETE" "3" "2021-09-08" "PMDK - pmemset API version 1.0" 
"PMDK Programmer's Manual"
+.TH "PMEMSET_SOURCE_DELETE" "3" "2021-10-06" "PMDK - pmemset API version 1.0" 
"PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemset/pmemset_source_from_file.3 
new/doc/libpmemset/pmemset_source_from_file.3
--- old/doc/libpmemset/pmemset_source_from_file.3       2021-09-08 
13:26:08.877567161 +0200
+++ new/doc/libpmemset/pmemset_source_from_file.3       2021-10-06 
10:50:09.327096630 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMSET_SOURCE_FROM_FILE" "3" "2021-09-08" "PMDK - pmemset API version 
1.0" "PMDK Programmer's Manual"
+.TH "PMEMSET_SOURCE_FROM_FILE" "3" "2021-10-06" "PMDK - pmemset API version 
1.0" "PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020-2021, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemset/pmemset_source_from_pmem2.3 
new/doc/libpmemset/pmemset_source_from_pmem2.3
--- old/doc/libpmemset/pmemset_source_from_pmem2.3      2021-09-08 
13:26:08.725565585 +0200
+++ new/doc/libpmemset/pmemset_source_from_pmem2.3      2021-10-06 
10:50:09.227095636 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMSET_SOURCE_FROM_PMEM2" "3" "2021-09-08" "PMDK - pmemset API version 
1.0" "PMDK Programmer's Manual"
+.TH "PMEMSET_SOURCE_FROM_PMEM2" "3" "2021-10-06" "PMDK - pmemset API version 
1.0" "PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/libpmemset/pmemset_source_from_temporary.3 
new/doc/libpmemset/pmemset_source_from_temporary.3
--- old/doc/libpmemset/pmemset_source_from_temporary.3  2021-09-08 
13:26:09.989578695 +0200
+++ new/doc/libpmemset/pmemset_source_from_temporary.3  2021-10-06 
10:50:10.311106414 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMSET_SOURCE_FROM_TEMPORARY" "3" "2021-09-08" "PMDK - pmemset API 
version 1.0" "PMDK Programmer's Manual"
+.TH "PMEMSET_SOURCE_FROM_TEMPORARY" "3" "2021-10-06" "PMDK - pmemset API 
version 1.0" "PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2021, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/librpmem/librpmem.7 new/doc/librpmem/librpmem.7
--- old/doc/librpmem/librpmem.7 2021-09-08 13:26:00.561480909 +0200
+++ new/doc/librpmem/librpmem.7 2021-10-06 10:50:02.371027473 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "LIBRPMEM" "7" "2021-09-08" "PMDK - rpmem API version 1.3" "PMDK 
Programmer's Manual"
+.TH "LIBRPMEM" "7" "2021-10-06" "PMDK - rpmem API version 1.3" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2016-2019, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/librpmem/rpmem_create.3 
new/doc/librpmem/rpmem_create.3
--- old/doc/librpmem/rpmem_create.3     2021-09-08 13:26:04.773524595 +0200
+++ new/doc/librpmem/rpmem_create.3     2021-10-06 10:50:05.351057100 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "RPMEM_CREATE" "3" "2021-09-08" "PMDK - rpmem API version 1.3" "PMDK 
Programmer's Manual"
+.TH "RPMEM_CREATE" "3" "2021-10-06" "PMDK - rpmem API version 1.3" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2017-2018, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/librpmem/rpmem_persist.3 
new/doc/librpmem/rpmem_persist.3
--- old/doc/librpmem/rpmem_persist.3    2021-09-08 13:26:04.889525798 +0200
+++ new/doc/librpmem/rpmem_persist.3    2021-10-06 10:50:05.411057697 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "RPMEM_PERSIST" "3" "2021-09-08" "PMDK - rpmem API version 1.3" "PMDK 
Programmer's Manual"
+.TH "RPMEM_PERSIST" "3" "2021-10-06" "PMDK - rpmem API version 1.3" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2017-2018, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/pmem_ctl/pmem_ctl.5 new/doc/pmem_ctl/pmem_ctl.5
--- old/doc/pmem_ctl/pmem_ctl.5 2021-09-08 13:26:01.117486676 +0200
+++ new/doc/pmem_ctl/pmem_ctl.5 2021-10-06 10:50:02.655030297 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEM_CTL" "5" "2021-09-08" "PMDK - pmem_ctl API version 1.4" "PMDK 
Programmer's Manual"
+.TH "PMEM_CTL" "5" "2021-10-06" "PMDK - pmem_ctl API version 1.4" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2018-2019, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/pmempool/pmempool-check.1 
new/doc/pmempool/pmempool-check.1
--- old/doc/pmempool/pmempool-check.1   2021-09-08 13:26:07.765555628 +0200
+++ new/doc/pmempool/pmempool-check.1   2021-10-06 10:50:08.439087802 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMPOOL-CHECK" "1" "2021-09-08" "PMDK - pmem Tools version 1.4" "PMDK 
Programmer's Manual"
+.TH "PMEMPOOL-CHECK" "1" "2021-10-06" "PMDK - pmem Tools version 1.4" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2016-2018, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/pmempool/pmempool-convert.1 
new/doc/pmempool/pmempool-convert.1
--- old/doc/pmempool/pmempool-convert.1 2021-09-08 13:26:08.001558076 +0200
+++ new/doc/pmempool/pmempool-convert.1 2021-10-06 10:50:08.587089273 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMPOOL-CONVERT" "1" "2021-09-08" "PMDK - pmem Tools version 1.4" "PMDK 
Programmer's Manual"
+.TH "PMEMPOOL-CONVERT" "1" "2021-10-06" "PMDK - pmem Tools version 1.4" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2016-2018, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/pmempool/pmempool-create.1 
new/doc/pmempool/pmempool-create.1
--- old/doc/pmempool/pmempool-create.1  2021-09-08 13:26:07.705555006 +0200
+++ new/doc/pmempool/pmempool-create.1  2021-10-06 10:50:08.391087325 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMPOOL-CREATE" "1" "2021-09-08" "PMDK - pmem Tools version 1.4" "PMDK 
Programmer's Manual"
+.TH "PMEMPOOL-CREATE" "1" "2021-10-06" "PMDK - pmem Tools version 1.4" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2016-2019, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/pmempool/pmempool-dump.1 
new/doc/pmempool/pmempool-dump.1
--- old/doc/pmempool/pmempool-dump.1    2021-09-08 13:26:07.849556499 +0200
+++ new/doc/pmempool/pmempool-dump.1    2021-10-06 10:50:08.491088319 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMPOOL-DUMP" "1" "2021-09-08" "PMDK - pmem Tools version 1.4" "PMDK 
Programmer's Manual"
+.TH "PMEMPOOL-DUMP" "1" "2021-10-06" "PMDK - pmem Tools version 1.4" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2016-2018, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/pmempool/pmempool-feature.1 
new/doc/pmempool/pmempool-feature.1
--- old/doc/pmempool/pmempool-feature.1 2021-09-08 13:26:08.201560150 +0200
+++ new/doc/pmempool/pmempool-feature.1 2021-10-06 10:50:08.743090824 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMPOOL-FEATURE" "1" "2021-09-08" "PMDK - pmem Tools version 1.4" "PMDK 
Programmer's Manual"
+.TH "PMEMPOOL-FEATURE" "1" "2021-10-06" "PMDK - pmem Tools version 1.4" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2018, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/pmempool/pmempool-info.1 
new/doc/pmempool/pmempool-info.1
--- old/doc/pmempool/pmempool-info.1    2021-09-08 13:26:07.629554217 +0200
+++ new/doc/pmempool/pmempool-info.1    2021-10-06 10:50:08.335086768 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMPOOL-INFO" "1" "2021-09-08" "PMDK - pmem Tools version 1.4" "PMDK 
Programmer's Manual"
+.TH "PMEMPOOL-INFO" "1" "2021-10-06" "PMDK - pmem Tools version 1.4" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2016-2018, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/pmempool/pmempool-rm.1 
new/doc/pmempool/pmempool-rm.1
--- old/doc/pmempool/pmempool-rm.1      2021-09-08 13:26:07.949557536 +0200
+++ new/doc/pmempool/pmempool-rm.1      2021-10-06 10:50:08.543088836 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMPOOL-RM" "1" "2021-09-08" "PMDK - pmem Tools version 1.4" "PMDK 
Programmer's Manual"
+.TH "PMEMPOOL-RM" "1" "2021-10-06" "PMDK - pmem Tools version 1.4" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2016-2018, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/pmempool/pmempool-sync.1 
new/doc/pmempool/pmempool-sync.1
--- old/doc/pmempool/pmempool-sync.1    2021-09-08 13:26:08.065558739 +0200
+++ new/doc/pmempool/pmempool-sync.1    2021-10-06 10:50:08.639089790 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMPOOL-SYNC" "1" "2021-09-08" "PMDK - pmem Tools version 1.4" "PMDK 
Programmer's Manual"
+.TH "PMEMPOOL-SYNC" "1" "2021-10-06" "PMDK - pmem Tools version 1.4" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2016-2018, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/pmempool/pmempool-transform.1 
new/doc/pmempool/pmempool-transform.1
--- old/doc/pmempool/pmempool-transform.1       2021-09-08 13:26:08.129559403 
+0200
+++ new/doc/pmempool/pmempool-transform.1       2021-10-06 10:50:08.691090308 
+0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMPOOL-TRANSFORM" "1" "2021-09-08" "PMDK - pmem Tools version 1.4" 
"PMDK Programmer's Manual"
+.TH "PMEMPOOL-TRANSFORM" "1" "2021-10-06" "PMDK - pmem Tools version 1.4" 
"PMDK Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2016-2018, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/pmempool/pmempool.1 new/doc/pmempool/pmempool.1
--- old/doc/pmempool/pmempool.1 2021-09-08 13:26:07.529553180 +0200
+++ new/doc/pmempool/pmempool.1 2021-10-06 10:50:07.639079848 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMEMPOOL" "1" "2021-09-08" "PMDK - pmem Tools version 1.4" "PMDK 
Programmer's Manual"
+.TH "PMEMPOOL" "1" "2021-10-06" "PMDK - pmem Tools version 1.4" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2016-2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/pmreorder/pmreorder.1 
new/doc/pmreorder/pmreorder.1
--- old/doc/pmreorder/pmreorder.1       2021-09-08 13:26:08.273560897 +0200
+++ new/doc/pmreorder/pmreorder.1       2021-10-06 10:50:08.811091500 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "PMREORDER" "1" "2021-09-08" "PMDK - pmreorder version 1.5" "PMDK 
Programmer's Manual"
+.TH "PMREORDER" "1" "2021-10-06" "PMDK - pmreorder version 1.5" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2018-2020, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/poolset/poolset.5 new/doc/poolset/poolset.5
--- old/doc/poolset/poolset.5   2021-09-08 13:26:01.033485804 +0200
+++ new/doc/poolset/poolset.5   2021-10-06 10:50:02.599029741 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "POOLSET" "5" "2021-09-08" "PMDK - poolset API version 1.0" "PMDK 
Programmer's Manual"
+.TH "POOLSET" "5" "2021-10-06" "PMDK - poolset API version 1.0" "PMDK 
Programmer's Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2017-2018, Intel Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/rpmemd/rpmemd.1 new/doc/rpmemd/rpmemd.1
--- old/doc/rpmemd/rpmemd.1     2021-09-08 13:26:08.349561686 +0200
+++ new/doc/rpmemd/rpmemd.1     2021-10-06 10:50:08.891092296 +0200
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.9.2.1
 .\"
-.TH "RPMEMD" "1" "2021-09-08" "PMDK - rpmemd version 1.4" "PMDK Programmer's 
Manual"
+.TH "RPMEMD" "1" "2021-10-06" "PMDK - rpmemd version 1.4" "PMDK Programmer's 
Manual"
 .hy
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\" Copyright 2016-2018, Intel Corporation

Reply via email to