From: "Brian Norris" <computersforpeace@gmail.com>
To: "Artem Bityutskiy" <dedekind1@gmail.com>
Cc: brian.foster@maxim-ic.com,
Brian Norris <computersforpeace@gmail.com>,
linux-mtd@lists.infradead.org
Subject: [PATCH 8/9] faq: ubi(fs): small spelling, URL fixups
Date: Mon, 8 Aug 2011 12:37:18 -0700 [thread overview]
Message-ID: <1312832239-21759-9-git-send-email-computersforpeace@gmail.com> (raw)
In-Reply-To: <1312832239-21759-1-git-send-email-computersforpeace@gmail.com>
We used `<a name=[URL]>' instead of `<a href=[URL]>' by accident.
Also, the file "faq/ubi.html" is located within the "faq" directory, so
use a simpler relative link (i.e., don't use `../faq').
Change "we have never find" to "we have never found".
Change "refer this tread" to "refer to this thread".
Change "UBIi" to "UBI", "you your" to "your".
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
---
faq/ubi.xml | 4 ++--
faq/ubifs.xml | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/faq/ubi.xml b/faq/ubi.xml
index e9e6625..03a3061 100644
--- a/faq/ubi.xml
+++ b/faq/ubi.xml
@@ -375,7 +375,7 @@ describes how UBI-aware flasher program has to work.</p>
<p><b>Important!</b>: even if you do not care about erasecounters, do not use
<code>nandwrite</code> for flashing UBI images containing UBIFS file-system to
-NAND flashes, read <a href="../faq/ubifs.html#L_why_ubiformat">here</a> for
+NAND flashes, read <a href="ubifs.html#L_why_ubiformat">here</a> for
more information.</p>
@@ -567,7 +567,7 @@ any image, and check if you still have these errors.</p>
<p>If you do not have errors when you mount empty flash, it is probably indeed
related to how you flash the UBI/UBIFS images. One typical problem is related
to ECC calculation algorithm - read
-<a name="ubifs.html#L_why_ubiformat">here</a> for more information. Make sure
+<a href="ubifs.html#L_why_ubiformat">here</a> for more information. Make sure
that you use <a href="../doc/ubifs.html#L_usptools">ubiformat</a>, or make sure
either that your flashing program skips <code>0xFF</code> properly (see
<a href="../doc/ubi.html#L_flasher_algo">here</a>) or that your UBIFS image
diff --git a/faq/ubifs.xml b/faq/ubifs.xml
index 2969bad..f5f5fae 100644
--- a/faq/ubifs.xml
+++ b/faq/ubifs.xml
@@ -717,8 +717,8 @@ provably want the file-system doing inode updates every time they are read.</p>
<p>Not, it does not, which means you cannot export UBIFS file-system via NFS.
We did make an attempt to support NFS, but the support was not exactly correct
-so it was dropped, and we have never find time to come back to that. Please,
-refer <a href="http://marc.info/?l=linux-next&m=121852228611051&w=2">this tread</a>
+so it was dropped, and we have never found time to come back to that. Please,
+refer to <a href="http://marc.info/?l=linux-next&m=121852228611051&w=2">this thread</a>
for some more details. The original patch can also be found there.</p>
@@ -1482,7 +1482,7 @@ all checks: "<code>echo 127 > /sys/module/ubifs/parameters/debug_chks</code>".</
saw any errors/warnings, describe them and include all corresponding
prints from tests / UBIFS / etc;</li>
- <li>provide UBIi and UBIFS configuration from you your
+ <li>provide UBI and UBIFS configuration from your
<code>.config</code> file, or just attach whole file;</li>
<li>describe your flash device, attach the "<code>mtdinfo -a</code>"
--
1.7.0.4
next prev parent reply other threads:[~2011-08-08 19:38 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-08 19:37 [PATCH 0/9] mtd-www: various fixes, bug reporting info Brian Norris
2011-08-08 19:37 ` [PATCH 1/9] UBIFS FAQ: spelling, grammar Brian Norris
2011-08-08 19:37 ` [PATCH 2/9] faq: general: update "pleonasm" description Brian Norris
2011-08-08 19:37 ` [PATCH 3/9] faq: general: turn statement into a question Brian Norris
2011-08-08 19:37 ` [PATCH 4/9] faq/doc: ubi(fs): move "bug report" questions to FAQ Brian Norris
2011-08-08 19:37 ` [PATCH 5/9] doc: nand: update YAFFS URL Brian Norris
2011-08-08 19:37 ` [PATCH 6/9] doc: update info on compiling mtd-utils Brian Norris
2011-08-08 19:37 ` [PATCH 7/9] faq: ubi(fs): sending bug reports using `mtdinfo' Brian Norris
2011-08-09 22:03 ` [PATCH v2 " Brian Norris
2011-08-08 19:37 ` Brian Norris [this message]
2011-08-09 22:05 ` [PATCH v2 8/9] faq: ubi(fs): small spelling, URL fixups Brian Norris
2011-08-08 19:37 ` [PATCH 9/9] faq: general: add bug reporting FAQ Brian Norris
2011-08-09 8:10 ` Brian Foster
2011-08-09 22:05 ` [PATCH v2 " Brian Norris
2011-08-10 7:54 ` Brian Foster
2011-08-10 8:34 ` [PATCH " Brian Norris
2011-08-08 20:00 ` [PATCH 0/9] mtd-www: various fixes, bug reporting info Artem Bityutskiy
2011-08-15 12:19 ` Artem Bityutskiy
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=1312832239-21759-9-git-send-email-computersforpeace@gmail.com \
--to=computersforpeace@gmail.com \
--cc=brian.foster@maxim-ic.com \
--cc=dedekind1@gmail.com \
--cc=linux-mtd@lists.infradead.org \
/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