summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-05-31 15:54:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-05-31 15:54:51 +0000
commit1499931de99d9138a90e6b2397a6c047087922ca (patch)
treea131f31685af98ae3fd897b5a3780524c1236ae1 /doc
parentfixed typos (diff)
downloadrtems-1499931de99d9138a90e6b2397a6c047087922ca.tar.bz2
Changed bitwise OR's used to build up option and attribute sets
to be correct in either C or Ada. Added the interrupt disable, enable, flash, and is in progress directives.
Diffstat (limited to 'doc')
-rw-r--r--doc/ada_user/ada_user.texi11
-rw-r--r--doc/develenv/develenv.texi4
2 files changed, 8 insertions, 7 deletions
diff --git a/doc/ada_user/ada_user.texi b/doc/ada_user/ada_user.texi
index cd65aa9f62..87cf3708ee 100644
--- a/doc/ada_user/ada_user.texi
+++ b/doc/ada_user/ada_user.texi
@@ -39,9 +39,10 @@ END-INFO-DIR-ENTRY
@c
@clear is-C
@set is-Ada
-@set RTEMS-LANGUAGE Ada
-@set RTEMS-STRUCTURE record
-@set RTEMS-ROUTINE subprogram
+@set LANGUAGE Ada
+@set STRUCTURE record
+@set ROUTINE subprogram
+@set OR or
@c the language is @value{RTEMS-LANGUAGE}
@c NOTE: don't use underscore in the name
@c
@@ -51,8 +52,8 @@ END-INFO-DIR-ENTRY
@c
@set edition 4.1.0a
-@set update-date 1 June 97
-@set update-month June 97
+@set update-date 1 June 1997
+@set update-month June 1997
@c
@c I don't really like having a short title page. --joel
diff --git a/doc/develenv/develenv.texi b/doc/develenv/develenv.texi
index 58af93892c..cd53017f07 100644
--- a/doc/develenv/develenv.texi
+++ b/doc/develenv/develenv.texi
@@ -47,8 +47,8 @@ END-INFO-DIR-ENTRY
@c
@set edition 4.1.0a
-@set update-date 1 June 97
-@set update-month June 97
+@set update-date 1 June 1997
+@set update-month June 1997
@c
@c I don't really like having a short title page. --joel