aboutsummaryrefslogtreecommitdiff
path: root/doc/us/examples.html
diff options
context:
space:
mode:
authoruid20002 <uid20002>2005-05-20 18:04:56 +0000
committeruid20002 <uid20002>2005-05-20 18:04:56 +0000
commita3cf6af6506825badbc405eaa473b29d5a43ae19 (patch)
treea32988fd13b8dfd44510445d81562d279d8df228 /doc/us/examples.html
parent51c0586f9cb36527f54de8d5e3702aeec6ece935 (diff)
downloadluafilesystem-a3cf6af6506825badbc405eaa473b29d5a43ae19.tar.gz
luafilesystem-a3cf6af6506825badbc405eaa473b29d5a43ae19.tar.bz2
luafilesystem-a3cf6af6506825badbc405eaa473b29d5a43ae19.zip
Documentation update
Diffstat (limited to 'doc/us/examples.html')
-rw-r--r--doc/us/examples.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/us/examples.html b/doc/us/examples.html
index 57eefbe..984de51 100644
--- a/doc/us/examples.html
+++ b/doc/us/examples.html
@@ -15,7 +15,7 @@
15 <div id="product_logo"><a href="http://www.keplerproject.org"> 15 <div id="product_logo"><a href="http://www.keplerproject.org">
16 <img alt="LuaFileSystem" src="luafilesystem.png"/> 16 <img alt="LuaFileSystem" src="luafilesystem.png"/>
17 </a></div> 17 </a></div>
18 <div id="product_name"><big><b>LuaFileSystem</b></big></div> 18 <div id="product_name"><big><strong>LuaFileSystem</strong></big></div>
19 <div id="product_description">File System Library for the Lua Programming Language</div> 19 <div id="product_description">File System Library for the Lua Programming Language</div>
20</div> <!-- id="product" --> 20</div> <!-- id="product" -->
21 21
@@ -53,7 +53,7 @@
53<h3>Directory iterator</h3> 53<h3>Directory iterator</h3>
54 54
55<p>The following example iterates over a directory and recursively lists the 55<p>The following example iterates over a directory and recursively lists the
56attributes for each file or directory inside it.</p> 56attributes for each file inside it.</p>
57 57
58<pre class="example"> 58<pre class="example">
59require"lfs" 59require"lfs"
@@ -86,7 +86,7 @@ attrdir (".")
86<div id="about"> 86<div id="about">
87 <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> 87 <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
88 <p><small> 88 <p><small>
89 $Id: examples.html,v 1.2 2005/05/19 20:24:31 uid20002 Exp $ 89 $Id: examples.html,v 1.3 2005/05/20 18:04:56 uid20002 Exp $
90 </small></p> 90 </small></p>
91</div> <!-- id="about" --> 91</div> <!-- id="about" -->
92 92