

Update the README file.



---

 cur-root/README |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff -puN README~doc_update README
--- cur/README~doc_update	2004-04-30 10:58:04.000000000 -0300
+++ cur-root/README	2004-04-30 11:03:59.000000000 -0300
@@ -3,10 +3,10 @@ libjio - A library for Journaled I/O
 Alberto Bertogli (albertogli@telpin.com.ar)
 -------------------------------------------
 
-As the name says, this is a simple library to do journaled,
+As the name says, this is a simple userspace library to do journaled,
 transaction-oriented I/O.
 
-It provides a very simple transaction api to commit and rollback transactions,
+It provides a very simple transaction API to commit and rollback transactions,
 and on top of that a unix-alike set of functions to perform most regular
 operations (ie. open, read, write).
 
@@ -16,9 +16,10 @@ special directory is created to store in
 This allows both simple file manipulation, recovery and debugging because
 everything is isolated.
 
-There's a more detailed document about the library itself in doc/libjio.ps
-(or, alternatively, the ascii version doc/libjio.txt), and a manpage where you
-will find the programming reference.
+There's a more detailed document about the library itself in doc/libjio.lyx
+(to the 'LyX' editor; there are HTML, Postscript, PDF and TXT versions in the
+website, which are not included here for space reasons), and a manpage where
+you will find the programming reference.
 
 
 It is licensed under the Open Software License version 2.0.

_
