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

File: [local] / OpenXM / src / asir-contrib / packages / doc / Attic / template1.texi (download)

Revision 1.1.1.1 (vendor branch), Sat Nov 27 11:25:18 1999 UTC (24 years, 7 months ago) by takayama
Branch: TAKAYAMA
CVS Tags: ASIR_CONTRIB_1_0
Changes since 1.1: +0 -0 lines

OpenXM/src/asir99/lib/contrib is moved to OpenXM/src/asir-contrib.
Okutani-kun; if you need to commit your changes to this directory.
OpenXM/src/asir99 will be removed soon.
Noro-san; please remove asir99/lib/contrib.

/* $OpenXM: OpenXM/src/asir-contrib/packages/doc/template1.texi,v 1.1.1.1 1999/11/27 11:25:18 takayama Exp $ */
/*&eg-texi
@c template1.texi
@menu
* hoge::
@end menu
@node hoge,,, HOGE Functions
@subsection{@code{hoge}}
@findex hoge
@table @t
@item hoge(@var{p},@var{s})
::  ask the @code{hoge} server to execute the command string @var{s}.
@end table

@table @var
@item return
Void
@item p
Number
@item s
String
@end table

@itemize @bullet
@item  It asks the @code{hoge} server of the descriptor number @var{p}
to execute the command string @var{s}.
@end itemize
*/