PR 1519/doc
	* user/chains.t: Fix typo in Chain_Control example.
This commit is contained in:
Joel Sherrill
2010-05-18 11:44:54 +00:00
parent 8aa608df32
commit 90204914ad
2 changed files with 6 additions and 1 deletions

View File

@@ -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> 2010-05-13 Chris Johns <chrisj@rtems.org>
* shell/file.t: Add dd, debugrfs, hexdump, ln, mknod, mkrfs, mv. * shell/file.t: Add dd, debugrfs, hexdump, ln, mknod, mkrfs, mv.

View File

@@ -96,7 +96,7 @@ node.
@example @example
Control Control
next -------------------------> first ------------------------>
permanent_null <--------------- NODE permanent_null <--------------- NODE
last -------------------------> last ------------------------->
@end example @end example