=================================================================== RCS file: /home/cvs/OpenXM/src/asir-doc/parts/risa.texi,v retrieving revision 1.2 retrieving revision 1.6 diff -u -p -r1.2 -r1.6 --- OpenXM/src/asir-doc/parts/risa.texi 1999/12/21 02:47:32 1.2 +++ OpenXM/src/asir-doc/parts/risa.texi 2000/01/20 03:00:34 1.6 @@ -1,4 +1,4 @@ -@comment $OpenXM$ +@comment $OpenXM: OpenXM/src/asir-doc/parts/risa.texi,v 1.5 2000/01/20 01:44:33 noro Exp $ @node Risa/Asir,,, Top @chapter Risa/Asir @@ -323,8 +323,19 @@ a message as follows. @example % /usr/local/bin/asir asir_key not found. -ID for this machine is XXXXXXXX. -See the file ASIR_INSTALL to get the correct key. + +You need a key for each machine on which you want to run Asir. +In order to get the key, send an e-mail consisting of the following +single line to risa@@sec.flab.fujitsu.co.jp. + +ASIR XXXXXXXX + +After a while, an e-mail will be returned containing only one line like + +YYYYYYYY YYYYYYYY YYYYYYYY + +Create '/export/home/noro/ca/Kobe/OpenXM/lib/asir/asir_key' +if necessary and append the returned string to the file. @end example @noindent @@ -334,7 +345,7 @@ See the file ASIR_INSTALL to get the correct key. @code{key} を入手するためには, @example -risa@@para.flab.fujitsu.co.jp +risa@@sec.flab.fujitsu.co.jp @end example 宛に, @@ -368,7 +379,7 @@ ASIR XXXXXXXX to address @example -risa@@para.flab.fujitsu.co.jp +risa@@sec.flab.fujitsu.co.jp @end example @noindent @@ -390,9 +401,9 @@ All after this, call again @samp{asir}. @example % /usr/local/bin/asir -This is Asir, Version 990831. +This is Risa/Asir, Version 991227. Copyright (C) FUJITSU LABORATORIES LIMITED. -3 March 1994. All rights reserved. +1994-1999. All rights reserved. [0] @end example @@ -855,7 +866,7 @@ version.) @item d デバッグモードに入る. デバッガに関しては @xref{デバッガ}. @item u -@code{register_handler()} (@pxref{ox_reset register_handler}) で登録された +@code{register_handler()} (@pxref{ox_reset ox_intr register_handler}) で登録された 関数を実行後トップレベルに戻る. (確認あり) @item w 中断点までの函数の呼び出し列を表示する. @@ -878,7 +889,7 @@ algebraic engine, (e.g., arithmetic operation, factori Detailed description about the debugger will be given in @ref{Debugger}. @item u After executing a function registered by @code{register_handler()} -(@pxref{ox_reset register_handler}), returns to toplevel. A confirmation +(@pxref{ox_reset ox_intr register_handler}), returns to toplevel. A confirmation is prompted. @item w Displays the calling sequence up to the interruption.