about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-03-17 00:01:36 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-03-17 00:01:36 -0700
commitf9fc4a3d58a91cc81e9d150fd589373d66427492 (patch)
treea4d5249003f333190f83bf80058e8a90793cd807
parent5380817ce63e1c830646a04edffb4b49aa16342e (diff)
downloadteliva-f9fc4a3d58a91cc81e9d150fd589373d66427492.tar.gz
file handles vs file objects, ugh
-rw-r--r--doc/manual.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/manual.html b/doc/manual.html
index 4bdc72d..4156bb7 100644
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -3602,8 +3602,9 @@ Returns the hyperbolic tangent of <code>x</code>.
 <h2>5.7 - <a name="5.7">File Input and Output Facilities</a></h2>
 
 <div class='teliva'>
-While Teliva supports the standard Lua primitives for managing files,
-idiomatic Teliva uses some slightly different primitives.
+While Teliva supports the standard Lua primitives for managing files via
+handles, idiomatic Teliva uses some slightly different primitives that use a
+subtly different file object (name tbd).
 
 <p>
 <hr><h3><a name="pdf-start_reading"><code>start_reading (fs, filename)</code></a></h3>