svnno****@sourc*****
svnno****@sourc*****
2010年 12月 25日 (土) 01:13:47 JST
Revision: 4258 http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4258 Author: yutakapon Date: 2010-12-25 01:13:47 +0900 (Sat, 25 Dec 2010) Log Message: ----------- è±è¨³ã追å ã Modified Paths: -------------- trunk/doc/en/html/macro/command/basename.html trunk/doc/en/html/macro/command/dirname.html trunk/doc/en/html/menu/setup-ssh.html -------------- next part -------------- Modified: trunk/doc/en/html/macro/command/basename.html =================================================================== --- trunk/doc/en/html/macro/command/basename.html 2010-12-23 18:00:49 UTC (rev 4257) +++ trunk/doc/en/html/macro/command/basename.html 2010-12-24 16:13:47 UTC (rev 4258) @@ -14,7 +14,7 @@ <h1>basename</h1> <p> -Gets the file name from a path name. +Returns trailing name component of path </p> <pre class="macro-syntax"> @@ -23,10 +23,10 @@ <h2>Remarks</h2> -<!--p> -pX¼ <path> ©çt@C¼ªð <strvar> Éi[·éB<br> -pX¼Í¶ñƵĵĨèAÀݵĢéKvÍÈ¢B -</p--> +<p> +Given a <path> string containing the path to a file or directory, this macro will return the trailing name component into the <strvar> variable name.<br> +The file or directory will need not be existed. +</p> <h2>Example</h2> Modified: trunk/doc/en/html/macro/command/dirname.html =================================================================== --- trunk/doc/en/html/macro/command/dirname.html 2010-12-23 18:00:49 UTC (rev 4257) +++ trunk/doc/en/html/macro/command/dirname.html 2010-12-24 16:13:47 UTC (rev 4258) @@ -14,7 +14,7 @@ <h1>dirname</h1> <p> -Gets the directory name from a path name. +Returns the directory name from a path name. </p> <pre class="macro-syntax"> @@ -23,10 +23,10 @@ <h2>Remarks</h2> -<!--p> -pX¼ <path> ÌfBNg¼ªð <strvar> Éi[·éB<br> -pX¼Í¶ñƵĵĨèAÀݵĢéKvÍÈ¢B -</p--> +<p> +Given a <path> pathname, this macro will delete any suffix beginning with the last slash('/') character and return the result into the <strvar> variable name.<br> +The pathname will need not be existed. +</p> <h2>Example</h2> Modified: trunk/doc/en/html/menu/setup-ssh.html =================================================================== --- trunk/doc/en/html/menu/setup-ssh.html 2010-12-23 18:00:49 UTC (rev 4257) +++ trunk/doc/en/html/menu/setup-ssh.html 2010-12-24 16:13:47 UTC (rev 4258) @@ -50,9 +50,9 @@ </dd> <dt>Confirm agent forwarding</dt> - <!--dd> - [g©ç SSH G[WFg]ªv³ê½Æ«AvÉ¦Ä Pageant Éâ¢í¹é©Ç¤©[UÉmFµÜ·B - </dd--> + <dd> + When the SSH agent-forwarding is requested, a user will confirm contacting the Pageant. + </dd> </dl> </body> </html>