diff options
-rw-r--r-- | doc/manual.html | 5 |
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> |