]> www.infradead.org Git - mtd-www.git/commitdiff
mtd-www: UBIFS: fix some incorrect hyperlinks
authorMartin Erik Werner <martinerikwerner@gmail.com>
Tue, 20 Sep 2022 22:13:52 +0000 (00:13 +0200)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Tue, 27 Sep 2022 06:30:56 +0000 (08:30 +0200)
Signed-off-by: Martin Erik Werner <martinerikwerner@gmail.com>
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
doc/ubifs.xml

index 6520d793f3c0bc3be43d05c1089a41adbc6932ca..aab5d15e5e2f2ca4bab3ac26077672e51ebd6fd9 100644 (file)
@@ -542,7 +542,7 @@ following is a list of useful hints and advices.</p>
        <code>-o sync</code> option when mounting UBIFS; however, the file
        system performance will drop - be careful. Also remember that UBIFS
        mounted in synchronous mode provides less guarantees than JFFS2 - refer
-       <a href="ubi.html#L_sync_semantics">this</a> section for details.</li>
+       <a href="ubifs.html#L_sync_semantics">this</a> section for details.</li>
 
        <li>Always keep in mind the above statement from the manual pages and
        run <code>fsync()</code> for all important files you change; of
@@ -1104,7 +1104,7 @@ not compress.</p>
 
 <p>Well, this does not sound as a big issue. However, compression becomes an
 issue for free space reporting when compression is combined with
-<a href="ubi.html#L_writeback">write-back</a>. Namely, UBIFS cannot know how
+<a href="ubifs.html#L_writeback">write-back</a>. Namely, UBIFS cannot know how
 well the cached dirty data would compress, and the only way to find this out is
 to actually compress it. See below.</p>