summaryrefslogtreecommitdiffstats
path: root/doc/itron3.0/config.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/config.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/config.t')
-rw-r--r--doc/itron3.0/config.t28
1 files changed, 15 insertions, 13 deletions
diff --git a/doc/itron3.0/config.t b/doc/itron3.0/config.t
index 6538a8c399..b34e5bbf0f 100644
--- a/doc/itron3.0/config.t
+++ b/doc/itron3.0/config.t
@@ -40,14 +40,14 @@ and status codes.
@c
@page
-@subsection get_ver - Get Version Information Get Version Information of another Node
+@subsection get_ver - Get Version Information
@subheading CALLING SEQUENCE:
@ifset is-C
@example
-ER get_ver (
- T_VER *pk_ver ER nget_ver
+ER get_ver(
+ T_VER *pk_ver
);
@end example
@end ifset
@@ -69,13 +69,13 @@ ER get_ver (
@c
@page
-@subsection ref_sys - Reference Semaphore Status
+@subsection ref_sys - Reference Semaphore Status
@subheading CALLING SEQUENCE:
@ifset is-C
@example
-ER ref_sys (
+ER ref_sys(
T_RSYS *pk_rsys
);
@end example
@@ -98,13 +98,13 @@ ER ref_sys (
@c
@page
-@subsection ref_cfg - Reference Configuration Information
+@subsection ref_cfg - Reference Configuration Information
@subheading CALLING SEQUENCE:
@ifset is-C
@example
-ER ref_cfg (
+ER ref_cfg(
T_RCFG *pk_rcfg
);
@end example
@@ -127,14 +127,15 @@ ER ref_cfg (
@c
@page
-@subsection def_svc - Define Extended SVC Handler
+@subsection def_svc - Define Extended SVC Handler
@subheading CALLING SEQUENCE:
@ifset is-C
@example
-ER def_svc (
- FN s_fncd, T_DSVC *pk_dsvc
+ER def_svc(
+ FN s_fncd,
+ T_DSVC *pk_dsvc
);
@end example
@end ifset
@@ -156,14 +157,15 @@ ER def_svc (
@c
@page
-@subsection def_exc - Define Exception Handler
+@subsection def_exc - Define Exception Handler
@subheading CALLING SEQUENCE:
@ifset is-C
@example
-ER def_exc (
- UINT exckind, T_DEXC *pk_dexc
+ER def_exc(
+ UINT exckind,
+ T_DEXC *pk_dexc
);
@end example
@end ifset