]> www.infradead.org Git - mtd-www.git/commitdiff
faq: ubifs: fix grammar, spelling
authorBrian Norris <computersforpeace@gmail.com>
Sat, 5 May 2012 04:05:00 +0000 (21:05 -0700)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Sat, 5 May 2012 09:52:50 +0000 (12:52 +0300)
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
faq/ubifs.xml

index 6476ce093d0617e8a26de011f578a16da6a1e8a0..c5104008dd2dc5bc01b3d59c9bf3343785971bbc 100644 (file)
@@ -27,7 +27,7 @@
        <li><a href="ubifs.html#L_atime">Does UBIFS support atime?</a></li>
        <li><a href="ubifs.html#L_nfs">Does UBIFS support NFS?</a></li>
        <li><a href="ubifs.html#L_slow_when_full">Does UBIFS become slower when it is full?</a></li>
-       <li><a href="ubifs.html#L_df_report">Why <code>df</code> reports too few free space?</a></li>
+       <li><a href="ubifs.html#L_df_report">Why does <code>df</code> report too little free space?</a></li>
        <li><a href="ubifs.html#L_jffs2_space">Why does my UBIFS volume have significantly lower capacity than my equivalent jffs2 volume?</a></li>
        <li><a href="ubifs.html#L_comproff">How do I disable compression?</a></li>
        <li><a href="ubifs.html#L_ubifs_nandsim">How do I use UBIFS with nandsim?</a></li>
@@ -387,7 +387,7 @@ ubiupdatevol /dev/ubi0_0 -t
 <p>It is a form of specifying file-system size. But instead of specifying the
 exact file-system size, this option defines the <i>maximum</i> file-system
 size (more strictly, maximum UBI volume size). For example, if you use
-<code>--max-leb-cnt=200</code> <code>mkfs.ubifs</code> option, than it will be
+<code>--max-leb-cnt=200</code> <code>mkfs.ubifs</code> option, then it will be
 possible to put the resulting image to smaller UBI volume and mount it. But if
 the image is put to a larger UBI volume, the file-system will anyway take only
 first 200 LEBs, and the rest of the volume will be wasted.</p>
@@ -397,8 +397,8 @@ resulting image file, which depends only on the amount of data in the
 file-system. <code>mkfs.ubifs</code> just writes the <code>--max-leb-cnt</code>
 value to the file-system superblocks.</p>
 
-<p>This feature is quite handy on NAND flashes, because they have random amount
-of initial bad eraseblocks (marked as bad in production). This means, that
+<p>This feature is quite handy on NAND flashes, because they have random amount
+of initial bad eraseblocks (marked as bad in production). This means that
 different devices may have slightly different volume sizes (especially if the
 UBI <a href="../doc/ubi.html#L_autoresize">auto-resize</a> feature is used). So
 you may specify the maximum possible volume size and this will guarantee that
@@ -669,7 +669,7 @@ eraseblocks.</li>
 
 
 
-<h2><a name="L_df_report"> Why <code>df</code> reports too few free space?</a></h2>
+<h2><a name="L_df_report">Why does <code>df</code> report too little free space?</a></h2>
 
 <p>UBIFS flash space accounting is quite challenging and it is not always
 possible to report accurate amount of free space. The <code>df</code> utility