summaryrefslogtreecommitdiffstats
path: root/doc/user
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/c_user.texi9
-rw-r--r--doc/user/intr.t2
2 files changed, 6 insertions, 5 deletions
diff --git a/doc/user/c_user.texi b/doc/user/c_user.texi
index 6fa7b0992d..b3d408f59e 100644
--- a/doc/user/c_user.texi
+++ b/doc/user/c_user.texi
@@ -53,9 +53,10 @@ END-INFO-DIR-ENTRY
@c Title Page Stuff
@c
-@set edition 4.2.0-beta1
-@set update-date 1 June 1997
-@set update-month June 1997
+@set edition 970904
+@set version 970904
+@set update-date 4 September 1997
+@set update-month September 1997
@c
@c I don't really like having a short title page. --joel
@@ -68,7 +69,7 @@ END-INFO-DIR-ENTRY
@finalout
@title RTEMS C User's Guide
-@subtitle Edition @value{edition}, for RTEMS 4.2.0-prerelease
+@subtitle Edition @value{edition}, for RTEMS @value{version}
@sp 1
@subtitle @value{update-month}
@author On-Line Applications Research Corporation
diff --git a/doc/user/intr.t b/doc/user/intr.t
index 722eb8110c..29f652a703 100644
--- a/doc/user/intr.t
+++ b/doc/user/intr.t
@@ -315,7 +315,7 @@ procedure Interrupt_Catch (
@subheading DIRECTIVE STATUS CODES:
@code{SUCCESSFUL} - ISR established successfully@*
@code{INVALID_NUMBER} - illegal vector number@*
-@code{INVALID_ADDRESS} - illegal ISR entry point
+@code{INVALID_ADDRESS} - illegal ISR entry point or invalid old_isr_handler
@subheading DESCRIPTION: