[BACK]Return to template1.texi CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-contrib / packages / doc

Annotation of OpenXM/src/asir-contrib/packages/doc/template1.texi, Revision 1.3

1.3     ! ohara       1: /* $OpenXM: OpenXM/src/asir-contrib/packages/doc/template1.texi,v 1.2 1999/12/10 01:58:03 takayama Exp $ */
        !             2: /*&en
1.1       takayama    3: @c template1.texi
                      4: @menu
                      5: * hoge::
                      6: @end menu
                      7: @node hoge,,, HOGE Functions
1.2       takayama    8: @subsection @code{hoge}
1.1       takayama    9: @findex hoge
                     10: @table @t
                     11: @item hoge(@var{p},@var{s})
                     12: ::  ask the @code{hoge} server to execute the command string @var{s}.
                     13: @end table
                     14:
                     15: @table @var
                     16: @item return
                     17: Void
                     18: @item p
                     19: Number
                     20: @item s
                     21: String
                     22: @end table
                     23:
                     24: @itemize @bullet
                     25: @item  It asks the @code{hoge} server of the descriptor number @var{p}
                     26: to execute the command string @var{s}.
                     27: @end itemize
                     28: */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>