From 02bebf9d391e607fc626802e64d40b9acdad60d6 Mon Sep 17 00:00:00 2001 From: Oksana Salyk <oksana.salyk@intel.com> Date: Tue, 4 Jun 2019 11:15:37 +0200 Subject: [PATCH] doc: update manpage --- doc/libpmemobj/pmemobj_tx_begin.3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/libpmemobj/pmemobj_tx_begin.3.md b/doc/libpmemobj/pmemobj_tx_begin.3.md index 835392b17..67066e154 100644 --- a/doc/libpmemobj/pmemobj_tx_begin.3.md +++ b/doc/libpmemobj/pmemobj_tx_begin.3.md @@ -201,7 +201,7 @@ The **pmemobj_tx_lock**() function acquires the lock *lockp* of type **TX_LOCK_MUTEX** or **TX_LOCK_RWLOCK**; *lockp* must be of type *PMEMmutex* or *PMEMrwlock*, respectively. If *lock_type* is **TX_LOCK_RWLOCK** the lock is acquired for writing. If the lock is not successfully -acquired, the stage is changed to **TX_STAGE_ONABORT**. This function must be +acquired, the function returns an error number. This function must be called during **TX_STAGE_WORK**. **pmemobj_tx_abort**() aborts the current transaction and causes a transition -- GitLab