aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorantirez <antirez>2005-04-02 10:14:23 +0000
committerantirez <antirez>2005-04-02 10:14:23 +0000
commitbd9393e8e256e76f5976df479ba50cd00e0f777f (patch)
treee14c30a487d615c2c312580a7ab2450b9e607401 /doc
parent49e34e447b54aad20aac86b17c38b35ca7b1203a (diff)
downloadjimtcl-bd9393e8e256e76f5976df479ba50cd00e0f777f.zip
jimtcl-bd9393e8e256e76f5976df479ba50cd00e0f777f.tar.gz
jimtcl-bd9393e8e256e76f5976df479ba50cd00e0f777f.tar.bz2
minor docs update
Diffstat (limited to 'doc')
-rw-r--r--doc/AIO-Extension.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/AIO-Extension.txt b/doc/AIO-Extension.txt
index c705c92..9be8035 100644
--- a/doc/AIO-Extension.txt
+++ b/doc/AIO-Extension.txt
@@ -1,5 +1,5 @@
ANSI I/O extensiond documentation
-$Id: AIO-Extension.txt,v 1.3 2005/03/06 10:43:06 antirez Exp $
+$Id: AIO-Extension.txt,v 1.4 2005/04/02 10:14:23 antirez Exp $
Overview
~~~~~~~~
@@ -42,7 +42,7 @@ The [aio.open] command returns a file handle, that is a command name that
can be used to perform operations on the file. A real example:
Welcome to Jim version 0, Copyright (c) 2005 Salvatore Sanfilippo
- 0 jim> load jim-aio.so
+ 0 jim> package require aio
1.0
0 jim> set f [aio.open /etc/passwd]
aio.handle0