diff options
author | uid20002 <uid20002> | 2005-05-20 18:04:56 +0000 |
---|---|---|
committer | uid20002 <uid20002> | 2005-05-20 18:04:56 +0000 |
commit | a3cf6af6506825badbc405eaa473b29d5a43ae19 (patch) | |
tree | a32988fd13b8dfd44510445d81562d279d8df228 /doc | |
parent | 51c0586f9cb36527f54de8d5e3702aeec6ece935 (diff) | |
download | luafilesystem-a3cf6af6506825badbc405eaa473b29d5a43ae19.tar.gz luafilesystem-a3cf6af6506825badbc405eaa473b29d5a43ae19.tar.bz2 luafilesystem-a3cf6af6506825badbc405eaa473b29d5a43ae19.zip |
Documentation update
Diffstat (limited to 'doc')
-rw-r--r-- | doc/us/examples.html | 6 | ||||
-rw-r--r-- | doc/us/index.html | 4 | ||||
-rw-r--r-- | doc/us/license.html | 4 | ||||
-rw-r--r-- | doc/us/manual.html | 10 |
4 files changed, 12 insertions, 12 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 |
56 | attributes for each file or directory inside it.</p> | 56 | attributes for each file inside it.</p> |
57 | 57 | ||
58 | <pre class="example"> | 58 | <pre class="example"> |
59 | require"lfs" | 59 | require"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 | ||
diff --git a/doc/us/index.html b/doc/us/index.html index dba432d..b438cba 100644 --- a/doc/us/index.html +++ b/doc/us/index.html | |||
@@ -14,7 +14,7 @@ | |||
14 | <div id="product_logo"><a href="http://www.keplerproject.org"> | 14 | <div id="product_logo"><a href="http://www.keplerproject.org"> |
15 | <img alt="LuaFileSystem" src="luafilesystem.png"/> | 15 | <img alt="LuaFileSystem" src="luafilesystem.png"/> |
16 | </a></div> | 16 | </a></div> |
17 | <div id="product_name"><big><b>LuaFileSystem</b></big></div> | 17 | <div id="product_name"><big><strong>LuaFileSystem</strong></big></div> |
18 | <div id="product_description">File System Library for the Lua Programming Language</div> | 18 | <div id="product_description">File System Library for the Lua Programming Language</div> |
19 | </div> <!-- id="product" --> | 19 | </div> <!-- id="product" --> |
20 | 20 | ||
@@ -107,7 +107,7 @@ Comments are welcome!</p> | |||
107 | <div id="about"> | 107 | <div id="about"> |
108 | <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> | 108 | <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> |
109 | <p><small> | 109 | <p><small> |
110 | $Id: index.html,v 1.14 2005/05/20 12:30:13 uid20002 Exp $ | 110 | $Id: index.html,v 1.15 2005/05/20 18:04:56 uid20002 Exp $ |
111 | </small></p> | 111 | </small></p> |
112 | </div> <!-- id="about" --> | 112 | </div> <!-- id="about" --> |
113 | 113 | ||
diff --git a/doc/us/license.html b/doc/us/license.html index b889815..6a0976b 100644 --- a/doc/us/license.html +++ b/doc/us/license.html | |||
@@ -14,7 +14,7 @@ | |||
14 | <div id="product_logo"><a href="http://www.keplerproject.org"> | 14 | <div id="product_logo"><a href="http://www.keplerproject.org"> |
15 | <img alt="LuaFileSystem" src="luafilesystem.png"/> | 15 | <img alt="LuaFileSystem" src="luafilesystem.png"/> |
16 | </a></div> | 16 | </a></div> |
17 | <div id="product_name"><big><b>LuaFileSystem</b></big></div> | 17 | <div id="product_name"><big><strong>LuaFileSystem</strong></big></div> |
18 | <div id="product_description">File System Library for the Lua Programming Language</div> | 18 | <div id="product_description">File System Library for the Lua Programming Language</div> |
19 | </div> <!-- id="product" --> | 19 | </div> <!-- id="product" --> |
20 | 20 | ||
@@ -104,7 +104,7 @@ SOFTWARE.</p> | |||
104 | <div id="about"> | 104 | <div id="about"> |
105 | <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> | 105 | <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> |
106 | <p><small> | 106 | <p><small> |
107 | $Id: license.html,v 1.5 2005/05/04 02:28:51 tuler Exp $ | 107 | $Id: license.html,v 1.6 2005/05/20 18:04:56 uid20002 Exp $ |
108 | </small></p> | 108 | </small></p> |
109 | </div><!-- id="about" --> | 109 | </div><!-- id="about" --> |
110 | 110 | ||
diff --git a/doc/us/manual.html b/doc/us/manual.html index 45a7492..ecc5cb4 100644 --- a/doc/us/manual.html +++ b/doc/us/manual.html | |||
@@ -165,14 +165,14 @@ If you are using Lua 5.1, nothing should be done.</p> | |||
165 | <dt><a name="touch"></a><strong><code>lfs.touch (filepath [, atime [, mtime]])</code></strong></dt> | 165 | <dt><a name="touch"></a><strong><code>lfs.touch (filepath [, atime [, mtime]])</code></strong></dt> |
166 | <dd>Set access and modification times of a file. This function is | 166 | <dd>Set access and modification times of a file. This function is |
167 | a bind to <code>utime</code> function. The first argument is the | 167 | a bind to <code>utime</code> function. The first argument is the |
168 | filename, the second argument is the access time, | 168 | filename, the second argument (<code>atime</code>) is the access time, |
169 | and the third argument is the modification time. | 169 | and the third argument (<code>mtime</code>) is the modification time. |
170 | Both times are provided in seconds (which should be generated with | 170 | Both times are provided in seconds (which should be generated with |
171 | Lua standard function <code>os.date</code>). | 171 | Lua standard function <code>os.date</code>). |
172 | If the modifition time is omitted, the access time provided is used; | 172 | If the modifition time is omitted, the access time provided is used; |
173 | if both times are omitted, the current time is used.<br /> | 173 | if both times are omitted, the current time is used.<br /> |
174 | Returns a boolean indicating whethet the operation succeeds or not | 174 | Returns a boolean indicating whether the operation succeeded or not |
175 | (followed by an error string in case it fails).</dd> | 175 | (followed by an error string when it fails).</dd> |
176 | 176 | ||
177 | <dt><a name="unlock"></a><strong><code>lfs.unlock (filehandle[, start[, length]])</code></strong></dt> | 177 | <dt><a name="unlock"></a><strong><code>lfs.unlock (filehandle[, start[, length]])</code></strong></dt> |
178 | <dd>Unlocks a file or a part of it. This function works on | 178 | <dd>Unlocks a file or a part of it. This function works on |
@@ -192,7 +192,7 @@ If you are using Lua 5.1, nothing should be done.</p> | |||
192 | <div id="about"> | 192 | <div id="about"> |
193 | <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> | 193 | <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> |
194 | <p><small> | 194 | <p><small> |
195 | $Id: manual.html,v 1.13 2005/05/20 12:10:58 uid20002 Exp $ | 195 | $Id: manual.html,v 1.14 2005/05/20 18:04:56 uid20002 Exp $ |
196 | </small></p> | 196 | </small></p> |
197 | </div> <!-- id="about" --> | 197 | </div> <!-- id="about" --> |
198 | 198 | ||