Annotation of OpenXM/src/asir-contrib/packages/doc/template1.texi, Revision 1.1.1.1
1.1 takayama 1: /* $OpenXM: OpenXM/src/asir99/lib/contrib/packages/doc/template1.texi,v 1.1 1999/11/20 02:15:42 takayama Exp $ */
2: /*&eg-texi
3: @c template1.texi
4: @menu
5: * hoge::
6: @end menu
7: @node hoge,,, HOGE Functions
8: @subsection{@code{hoge}}
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>