[PATCH 3/9] faq: general: turn statement into a question
Brian Norris
computersforpeace at gmail.com
Mon Aug 8 15:37:13 EDT 2011
This looks like a statement, yet it's in the Frequently Asked Questions.
We can fix that.
Signed-off-by: Brian Norris <computersforpeace at gmail.com>
---
faq/general.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/faq/general.xml b/faq/general.xml
index 2dc64b3..0336a32 100644
--- a/faq/general.xml
+++ b/faq/general.xml
@@ -18,7 +18,7 @@
<LI><A HREF="general.html#L_mtd_vs_hdd">What are the differences between flash devices and block drives?</A></LI>
<LI><A HREF="general.html#L_ext2_mtd">Can I mount ext2 over an MTD device?</A></LI>
<LI><A HREF="general.html#L_point">What are the point() and unpoint() functions used for?</A></LI>
- <LI><A HREF="general.html#L_unlock">I keep getting errors whenever I try to write or erase to my MTD device</A></LI>
+ <LI><A HREF="general.html#L_unlock">Why do I keep getting errors whenever I try to write to or erase my MTD device?</A></LI>
<LI><A HREF="general.html#L_compile_mtd">How do I compile the mtd-utils tree?</A></LI>
</OL>
@@ -221,7 +221,7 @@ release the chip again.
<A NAME="L_unlock">
-<H2>I keep getting errors whenever I try to write or erase to my MTD device</H2>
+<H2>Why do I keep getting errors whenever I try to write to or erase my MTD device?</H2>
</A>
<P>
--
1.7.0.4
More information about the linux-mtd
mailing list