From: Ed Swarthout <ed@hwdebug.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Minor syntax fix to README.commands.itest
Date: Tue, 16 May 2006 00:25:31 -0500 [thread overview]
Message-ID: <200605160025.32167.ed@hwdebug.com> (raw)
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 ....
reply other threads:[~2006-05-16 5:25 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200605160025.32167.ed@hwdebug.com \
--to=ed@hwdebug.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox