summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-05-22 08:27:11 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-05-22 08:27:11 +0000
commit9c8530f707934bf3dcce7314d9987254d07f1c69 (patch)
tree50d8a49461d4eebe6d2af15bff67a0a4a4e68a75
parentMerger from rtems-4-6-branch (diff)
downloadrtems-9c8530f707934bf3dcce7314d9987254d07f1c69.tar.bz2
2003-05-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* fatal.t: Reflect c/src/exec having moved to cpukit.
-rw-r--r--doc/user/ChangeLog4
-rw-r--r--doc/user/fatal.t2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/ChangeLog b/doc/user/ChangeLog
index f0a114821a..a107b3198f 100644
--- a/doc/user/ChangeLog
+++ b/doc/user/ChangeLog
@@ -1,6 +1,6 @@
-2003-02-14 Joel Sherrill <joel@OARcorp.com>
+2003-05-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * preface.texi: Remove a29k references and update.
+ * fatal.t: Reflect c/src/exec having moved to cpukit.
2003-02-03 Joel Sherrill <joel@OARcorp.com>
diff --git a/doc/user/fatal.t b/doc/user/fatal.t
index 9a98e39ffc..9127f98b09 100644
--- a/doc/user/fatal.t
+++ b/doc/user/fatal.t
@@ -90,7 +90,7 @@ of the error and whether or not the error was internally
generated by the executive. If the error was generated
from an API, then the error code will be of that API's
error or status codes. The status codes for the RTEMS
-API are in c/src/exec/rtems/headers/status.h. Those
+API are in cpukit/rtems/include/rtems/rtems/status.h. Those
for the POSIX API can be found in <errno.h>.
The @code{@value{DIRPREFIX}fatal_error_occurred} directive is responsible