All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] Minor syntax fix to README.commands.itest
@ 2006-05-16  5:25 Ed Swarthout
  0 siblings, 0 replies; only message in thread
From: Ed Swarthout @ 2006-05-16  5:25 UTC (permalink / raw)
  To: u-boot

For people like me who forget where the semicolons go, 
it would be good to have a correct example...

diff --git a/CHANGELOG b/CHANGELOG
index 006cfac..00150fb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,8 @@
 Changes since U-Boot 1.1.4:
 ======================================================================
 
+* Minor syntax fix to README.commands.itest
+
 * Changed default ramdisk addr in yosemite/yellowstone ports
   Patch by Stefan Roese, 15 May 2006
 
diff --git a/doc/README.commands.itest b/doc/README.commands.itest
index 5e0fe86..4ef110d 100644
--- a/doc/README.commands.itest
+++ b/doc/README.commands.itest
@@ -10,7 +10,7 @@ String comparison is over the length of 
 avoids missing terminators when using an indirect pointer.
 
 eg.
-if itest.l *40000 == 12345678 then; ....
-if itest.w *40000 != 1234 then; ....
-if itest.b *40000 >= 12 then; ....
-if itest.s *40000 -eq hello then; ....
+if itest.l *40000 == 12345678; then ....
+if itest.w *40000 != 1234; then ....
+if itest.b *40000 >= 12; then ....
+if itest.s *40000 -eq hello; then ....

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2006-05-16  5:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-16  5:25 [U-Boot-Users] Minor syntax fix to README.commands.itest Ed Swarthout

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.