From 0f91cd19551e7b7de45b80f431430f7d34d83339 Mon Sep 17 00:00:00 2001
From: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Fri, 3 Apr 2009 01:12:36 -0300
Subject: [PATCH 04/38] manpage: Tell about struct jtrans flags' possible values after a commit

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
---
 libjio/libjio.3 |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/libjio/libjio.3 b/libjio/libjio.3
index defac0e..dcdf8fc 100644
--- a/libjio/libjio.3
+++ b/libjio/libjio.3
@@ -201,7 +201,12 @@ will be applied in order.
 .B jtrans_commit()
 commits the given transaction to disk. After it has returned, data has been
 saved to the disk. It returns the number of bytes written or -1 if there was
-an error. The commit operation is atomic with regards to other read or write
+an error. On an error, the
+.B flags
+field of the
+.B jtrans
+structure will have the J_ROLLBACKED set if the transaction was successfuly
+rollbacked. The commit operation is atomic with regards to other read or write
 operations on different processes, as long as they all access it via libjio.
 
 .B jtrans_rollback()
-- 
1.6.2.2.646.gb214


