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

Merge pull request #3768 from osalyk/fix-doc

doc: update manpage
parents f382bd1d 02bebf9d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment