OSDN Git Service

update documents
[stew/Stew4.git] / MANUAL.html
index e15a8a0..1bc91f7 100644 (file)
@@ -12,7 +12,7 @@
 <body>\r
 <header>\r
 <h1 class="title">Stew4 User Manual</h1>\r
-<h3 class="date">version 4.1</h3>\r
+<h3 class="date">version 4.2</h3>\r
 </header>\r
 <nav id="TOC">\r
 <ul>\r
@@ -225,7 +225,7 @@ $ stew --edit
 <p>...</p>\r
 <h3 id="s---executes-file-content-as-script-built-in-improved-feature-in-version-4.1"><a href="#TOC">-s - Executes file content as script (built-in) &lt;improved feature in version 4.1&gt;</a></h3>\r
 <pre><code>&gt; -s . | &lt;SCRIPT FILE&gt; | &lt;SCRIPT-NAME&gt; &lt;SCRIPT-CODE&gt;</code></pre>\r
-<ol type="1">\r
+<ol>\r
 <li>If the first argument is &quot;.&quot;, the Script Context is reset.</li>\r
 <li>If the first argument is a filename with extension, the script language is identified by the extension, and the file is run as the script language's script.</li>\r
 <li>Otherwise, the first argument is recognized as the name of a script language, and the rest of arguments are executed as the script language's script.</li>\r
@@ -252,7 +252,7 @@ $ stew --edit
 <pre><code>&gt; ?\r
 JRE : ...\r
 OS : ...\r
-Locale : ja_JP\r
+Locale : en_UK\r
 &gt; ? java.version user.timezone zzz\r
 java.version=[1.6.0_##]\r
 user.timezone=[Europe/London]\r
@@ -348,7 +348,7 @@ Downloaded. (size=11bytes, file=./emp/England/28.txt)
  .\r
 Downloaded. (size=18bytes, file=./emp/USA/145.txt)\r
 Selected 42 records.</code></pre>\r
-<p>When data exist a record, specified <data-column>, saves file to <root-dir> as file name.</p>\r
+<p>When data exist a record, specified &lt;data-column&gt;, saves file to &lt;root-dir&gt; as file name.</p>\r
 <p>Saving file already exists or no permission to write file, the process will abort immediately.</p>\r
 <h3 id="upload---uploads-file-data-to-a-column"><a href="#TOC">upload - Uploads file data to a column</a></h3>\r
 <pre><code>&gt; upload &lt;file&gt; &lt;SQL(UPDATE|INSERT)&gt;</code></pre>\r