summaryrefslogtreecommitdiffstats
path: root/doc/itron3.0/config.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/config.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/config.t')
-rw-r--r--doc/itron3.0/config.t30
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/itron3.0/config.t b/doc/itron3.0/config.t
index 93bde06bf6..6538a8c399 100644
--- a/doc/itron3.0/config.t
+++ b/doc/itron3.0/config.t
@@ -16,11 +16,11 @@ system manager is ...
The services provided by the system manager are:
@itemize @bullet
-@item @code{get_ver} - Get Version Information Get Version Information of another Node
-@item @code{ref_sys} - Reference Semaphore Status
-@item @code{ref_cfg} - Reference Configuration Information
-@item @code{def_svc} - Define Extended SVC Handler
-@item @code{def_exc} - Define Exception Handler
+@item @code{get_ver} - Get Version Information
+@item @code{ref_sys} - Reference Semaphore Status
+@item @code{ref_cfg} - Reference Configuration Information
+@item @code{def_svc} - Define Extended SVC Handler
+@item @code{def_exc} - Define Exception Handler
@end itemize
@section Background
@@ -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 Get Version Information of another Node
@subheading CALLING SEQUENCE:
@ifset is-C
@example
ER get_ver (
- T_VER *pk_ver ER nget_ver
+ T_VER *pk_ver ER nget_ver
);
@end example
@end ifset
@@ -69,14 +69,14 @@ 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 (
- T_RSYS *pk_rsys
+ T_RSYS *pk_rsys
);
@end example
@end ifset
@@ -98,14 +98,14 @@ 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 (
- T_RCFG *pk_rcfg
+ T_RCFG *pk_rcfg
);
@end example
@end ifset
@@ -127,14 +127,14 @@ 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
+ FN s_fncd, T_DSVC *pk_dsvc
);
@end example
@end ifset
@@ -156,14 +156,14 @@ 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
+ UINT exckind, T_DEXC *pk_dexc
);
@end example
@end ifset