summaryrefslogtreecommitdiffstats
path: root/doc/itron3.0
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-26 19:45:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-26 19:45:42 +0000
commit339eba5d6d9db69867d37db2352f48b8b5f76355 (patch)
tree5ca8ec286b2adaa5f18101c23236e56df3b07879 /doc/itron3.0
parentMade the gen_section more accurate. (diff)
downloadrtems-339eba5d6d9db69867d37db2352f48b8b5f76355.tar.bz2
New file.
Diffstat (limited to 'doc/itron3.0')
-rw-r--r--doc/itron3.0/gen_all4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/itron3.0/gen_all b/doc/itron3.0/gen_all
new file mode 100644
index 0000000000..6e4e66893f
--- /dev/null
+++ b/doc/itron3.0/gen_all
@@ -0,0 +1,4 @@
+for i in config eventflags fixedblock interrupt mailbox memorypool msgbuffer network rendezvous task tasksync time
+do
+ sh ./gen_section $i | tr -d "\r" >${i}.t
+done