svnno****@sourc*****
svnno****@sourc*****
2012年 2月 4日 (土) 14:08:33 JST
Revision: 4820 http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4820 Author: maya Date: 2012-02-04 14:08:33 +0900 (Sat, 04 Feb 2012) Log Message: ----------- コンパイラが警告を出すので実体参照に修正 Modified Paths: -------------- trunk/doc/ja/html/reference/sourcecode.html -------------- next part -------------- Modified: trunk/doc/ja/html/reference/sourcecode.html =================================================================== --- trunk/doc/ja/html/reference/sourcecode.html 2012-02-03 15:57:53 UTC (rev 4819) +++ trunk/doc/ja/html/reference/sourcecode.html 2012-02-04 05:08:33 UTC (rev 4820) @@ -1892,23 +1892,23 @@ Q Block check error psuedopacket, for internal use. G Generic Kermit Command. Data field contains a single character subcommand, followed by zero or more length-encoded operands, encoded after formation: - I Login [<%user[%password[%account]]>] - C CWD, Change Working Directory [<%directory[%password]>] + I Login [<%user[%password[%account]]>] + C CWD, Change Working Directory [<%directory[%password]>] L Logout, Bye F Finish (Shut down the server, but don\x81ft logout). - D Directory [<%filespec>] - U Disk Usage Query [<%area>] - E Erase (delete) <%filespec> - T Type <%filespec> - R Rename <%oldname%newname> - K Copy <%source%destination> - W Who\x81fs logged in? [<%user ID or network host[%options]>] - M Send a short Message <%destination%text> - H Help [<%topic>] + D Directory [<%filespec>] + U Disk Usage Query [<%area>] + E Erase (delete) <%filespec> + T Type <%filespec> + R Rename <%oldname%newname> + K Copy <%source%destination> + W Who\x81fs logged in? [<%user ID or network host[%options]>] + M Send a short Message <%destination%text> + H Help [<%topic>] Q Server Status Query - P Program <%[program-filespec][%program-commands]> - J Journal <%command[%argument]> - V Variable <%command[%argument[%argument]]> + P Program <%[program-filespec][%program-commands]> + J Journal <%command[%argument]> + V Variable <%command[%argument[%argument]]> </pre>