summaryrefslogtreecommitdiffstats
path: root/doc/itron3.0/network.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-26 18:20:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-26 18:20:40 +0000
commit110bdfe6940c766b7960b68ab36f761e2d3d279a (patch)
treea2778aa6d0bac672c5e3c7a00523f4b770f5b626 /doc/itron3.0/network.t
parentPrototypes are now based on how the TRON specification states them. (diff)
downloadrtems-110bdfe6940c766b7960b68ab36f761e2d3d279a.tar.bz2
Made the gen_section more accurate.
Diffstat (limited to 'doc/itron3.0/network.t')
-rw-r--r--doc/itron3.0/network.t24
1 files changed, 12 insertions, 12 deletions
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