author | Alberto Bertogli
<albertito@gmail.com> 2004-05-07 00:52:06 UTC |
committer | Alberto Bertogli
<albertito@gmail.com> 2007-07-15 12:46:48 UTC |
parent | 54718e1b6dac37a0fe9026e67374579022e6326b |
doc/libjio.3 | +2 | -2 |
diff --git a/doc/libjio.3 b/doc/libjio.3 index 032eacf..99036bb 100644 --- a/doc/libjio.3 +++ b/doc/libjio.3 @@ -100,8 +100,8 @@ http://auriga.wearlab.de/~alb/libjio. We can group the functions into three groups: a common one, with functions common to the other two; low-level one, which consists of jtrans_commit and -jtrans_receive. They provide a method for manipulating transactions, which are -defined in a structure named struct jtrans (described above). +jtrans_rollback. They provide a method for manipulating transactions, which +are defined in the jtrans structure (described above). The second group mimics somehow the traditional UNIX API by providing similar interfaces to read(), write(), and their friends.