summaryrefslogtreecommitdiffstats
path: root/doc/user
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/.cvsignore2
-rw-r--r--doc/user/ChangeLog4
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/user/.cvsignore b/doc/user/.cvsignore
index 86ee69191e..49cd464e97 100644
--- a/doc/user/.cvsignore
+++ b/doc/user/.cvsignore
@@ -45,3 +45,5 @@ states.pdf
task.texi
timer.texi
userext.texi
+rtems_header.html
+rtems_footer.html
diff --git a/doc/user/ChangeLog b/doc/user/ChangeLog
index 208d8431a1..d422895abc 100644
--- a/doc/user/ChangeLog
+++ b/doc/user/ChangeLog
@@ -1,5 +1,9 @@
2001-01-17 Joel Sherrill <joel@OARcorp.com>
+ * .cvsignore: Added rtems_header.html and rtems_footer.html.
+
+2001-01-17 Joel Sherrill <joel@OARcorp.com>
+
* timer.t: Added task-based timer information including the
new directives rtems_timer_initiate(), rtems_timer_server_fire_after(),
and rtems_timer_server_fire_when().