summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-05-18 11:44:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-05-18 11:44:54 +0000
commit90204914adf80b293ce3cf5ca9b21f957fd6e81a (patch)
tree1a5ebd30a90cb5cdf58d5cc9a001581248a98b2a /doc
parent2010-05-18 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-90204914adf80b293ce3cf5ca9b21f957fd6e81a.tar.bz2
2010-05-18 Alin Rus <alin.codejunkie@gmail.com>
PR 1519/doc * user/chains.t: Fix typo in Chain_Control example.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog5
-rwxr-xr-xdoc/user/chains.t2
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 609eb569e1..99b339cc6d 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2010-05-18 Alin Rus <alin.codejunkie@gmail.com>
+
+ PR 1519/doc
+ * user/chains.t: Fix typo in Chain_Control example.
+
2010-05-13 Chris Johns <chrisj@rtems.org>
* shell/file.t: Add dd, debugrfs, hexdump, ln, mknod, mkrfs, mv.
diff --git a/doc/user/chains.t b/doc/user/chains.t
index 5c8e84f9c3..44ac4f66c9 100755
--- a/doc/user/chains.t
+++ b/doc/user/chains.t
@@ -96,7 +96,7 @@ node.
@example
Control
- next ------------------------->
+ first ------------------------>
permanent_null <--------------- NODE
last ------------------------->
@end example