[PATCH 8/9] faq: ubi(fs): small spelling, URL fixups
Brian Norris
computersforpeace at gmail.com
Mon Aug 8 15:37:18 EDT 2011
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 at 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
More information about the linux-mtd
mailing list