summaryrefslogtreecommitdiffstats
path: root/doc/itron3.0/eventflags.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-09 16:23:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-09 16:23:29 +0000
commitaebc7aa5077c2321832e7c8d51dd752b23f69598 (patch)
treebdcaed1055530b82dd78ac85e8647e8eb0a84814 /doc/itron3.0/eventflags.t
parentFixed formatting error. (diff)
downloadrtems-aebc7aa5077c2321832e7c8d51dd752b23f69598.tar.bz2
Corrected lines that were too long.
Diffstat (limited to 'doc/itron3.0/eventflags.t')
-rw-r--r--doc/itron3.0/eventflags.t10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/itron3.0/eventflags.t b/doc/itron3.0/eventflags.t
index 4887f083c8..b65b3f259b 100644
--- a/doc/itron3.0/eventflags.t
+++ b/doc/itron3.0/eventflags.t
@@ -76,7 +76,7 @@ typedef struct t_cflg @{
VP exinf; /* extended information */
ATR flgatr; /* eventflag attribute */
UINT iflgptn; /* initial eventflag */
- /* additional information may be included depending on the implementation */
+ /* additional implementation dependent information may be included */
@} T_CFLG;
/*
@@ -134,10 +134,10 @@ defined as follows:
@example
/* Reference Eventflags (ref_flg) Structure */
typedef struct t_rflg @{
- VP exinf; /* extended information */
- BOOL_ID wtsk; /* indicates whether or not there is a waiting task */
- UINT flgptn; /* eventflag bit pattern */
- /* additional information may be included depending on the implementation */
+ VP exinf; /* extended information */
+ BOOL_ID wtsk; /* indicates whether there is a waiting task */
+ UINT flgptn; /* eventflag bit pattern */
+ /* additional implementation dependent information may be included */
@} T_RFLG;
@end example