Made the gen_section more accurate.

This commit is contained in:
Joel Sherrill
1999-05-26 18:20:40 +00:00
parent e968366e21
commit 110bdfe694
13 changed files with 257 additions and 253 deletions

View File

@@ -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