summaryrefslogtreecommitdiffstats
path: root/doc/itron3.0/semaphore.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/semaphore.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/semaphore.t')
-rw-r--r--doc/itron3.0/semaphore.t4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/itron3.0/semaphore.t b/doc/itron3.0/semaphore.t
index 3ea4f6e017..b2f0c087d7 100644
--- a/doc/itron3.0/semaphore.t
+++ b/doc/itron3.0/semaphore.t
@@ -48,6 +48,7 @@ and passed an as argument to the @code{cre_sem} service. The structure
is defined as follows:
@example
+@group
typedef struct t_csem @{
VP exinf; /* extended information */
ATR sematr; /* semaphore attributes */
@@ -64,6 +65,7 @@ sematr:
TA_TFIFO H'0...00 /* waiting tasks are handled by FIFO */
TA_TPRI H'0...01 /* waiting tasks are handled by priority */
+@end group
@end example
where the meaning of each field is:
@@ -93,6 +95,7 @@ status and state information on a semaphore. The structure
is defined as follows:
@example
+@group
typedef struct t_rsem @{
VP exinf; /* extended information */
BOOL_ID wtsk; /* indicates whether or not there is a
@@ -103,6 +106,7 @@ typedef struct t_rsem @{
implementation */
...
@} T_RSEM;
+@end group
@end example
@table @b