From 110bdfe6940c766b7960b68ab36f761e2d3d279a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 26 May 1999 18:20:40 +0000 Subject: Made the gen_section more accurate. --- doc/itron3.0/network.t | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'doc/itron3.0/network.t') diff --git a/doc/itron3.0/network.t b/doc/itron3.0/network.t index 7240349d18..fae6f933f0 100644 --- a/doc/itron3.0/network.t +++ b/doc/itron3.0/network.t @@ -16,10 +16,10 @@ network support manager is ... The services provided by the network support manager are: @itemize @bullet -@item @code{nrea_dat} - Read Data from another Node -@item @code{nwri_dat} - Write Data to another Node -@item @code{nget_nod} - Get Local Node Number -@item @code{nget_ver} - Get Version Information of another Node +@item @code{nrea_dat} - Read Data from another Node +@item @code{nwri_dat} - Write Data to another Node +@item @code{nget_nod} - Get Local Node Number +@item @code{nget_ver} - Get Version Information of another Node @end itemize @section Background @@ -39,14 +39,14 @@ and status codes. @c @page -@subsection nrea_dat - Read Data from another Node +@subsection nrea_dat - Read Data from another Node @subheading CALLING SEQUENCE: @ifset is-C @example ER nrea_dat ( - INT *p_reasz, VP dstadr, NODE srcnode, VP srcadr, + INT *p_reasz, VP dstadr, NODE srcnode, VP srcadr, ); @end example @end ifset @@ -68,14 +68,14 @@ ER nrea_dat ( @c @page -@subsection nwri_dat - Write Data to another Node +@subsection nwri_dat - Write Data to another Node @subheading CALLING SEQUENCE: @ifset is-C @example ER nwri_dat ( - INT *p_wrisz, NODE dstnode, VP dstadr, VP srcadr, + INT *p_wrisz, NODE dstnode, VP dstadr, VP srcadr, ); @end example @end ifset @@ -97,14 +97,14 @@ ER nwri_dat ( @c @page -@subsection nget_nod - Get Local Node Number +@subsection nget_nod - Get Local Node Number @subheading CALLING SEQUENCE: @ifset is-C @example ER nget_nod ( - NODE *p_node + NODE *p_node ); @end example @end ifset @@ -126,14 +126,14 @@ ER nget_nod ( @c @page -@subsection nget_ver - Get Version Information of another Node +@subsection nget_ver - Get Version Information of another Node @subheading CALLING SEQUENCE: @ifset is-C @example ER nget_ver ( - T_VER *pk_ver, NODE node + T_VER *pk_ver, NODE node ); @end example @end ifset -- cgit v1.2.3