summaryrefslogtreecommitdiffstats
path: root/doc/itron3.0/network.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-06-04 13:37:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-06-04 13:37:43 +0000
commiteb91a4bb49d492ab11ff979110b451d992a365e1 (patch)
tree695dfb3334c6553a532a256ea00705780cf1d55b /doc/itron3.0/network.t
parentAdded much of the text required to turn this into a real chapter. (diff)
downloadrtems-eb91a4bb49d492ab11ff979110b451d992a365e1.tar.bz2
Significantly cleaned up to make a much better starting point for the
class.
Diffstat (limited to 'doc/itron3.0/network.t')
-rw-r--r--doc/itron3.0/network.t31
1 files changed, 19 insertions, 12 deletions
diff --git a/doc/itron3.0/network.t b/doc/itron3.0/network.t
index fae6f933f0..6a05e8ea42 100644
--- a/doc/itron3.0/network.t
+++ b/doc/itron3.0/network.t
@@ -39,14 +39,17 @@ 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,
+ER nrea_dat(
+ INT *p_reasz,
+ VP dstadr,
+ NODE srcnode,
+ VP srcadr,
);
@end example
@end ifset
@@ -68,14 +71,17 @@ 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,
+ER nwri_dat(
+ INT *p_wrisz,
+ NODE dstnode,
+ VP dstadr,
+ VP srcadr,
);
@end example
@end ifset
@@ -97,14 +103,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
+ER nget_nod(
+ NODE *p_node
);
@end example
@end ifset
@@ -126,14 +132,15 @@ 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
+ER nget_ver(
+ T_VER *pk_ver,
+ NODE node
);
@end example
@end ifset