]> www.infradead.org Git - mtd-www.git/commitdiff
UBIFS FAQ: minor amendments in ro detection item
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Sun, 13 Jun 2010 10:04:32 +0000 (13:04 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Sun, 13 Jun 2010 10:04:32 +0000 (13:04 +0300)
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
faq/ubifs.xml

index 5787c22b6495584b4553eeb93cd0577483895c2f..efd4b54202ae5958bc381cb4a1c64f7b4e7d8663 100644 (file)
@@ -1106,11 +1106,11 @@ an UBIFS bug, please, send a
 
 <h2><a name="L_detect_ro">How to detect if UBIFS became read-only?</a></h2>
 
-<p>If you use up-to-date UBIFS which includes
+<p>If you use up-to-date UBIFS which includes commit
 <code>2fde99cb55fb9d9b88180512a5e8a5d939d27fec</code>
 (<code>UBIFS: mark VFS SB RO too</code>), then you should be able to find this
 out from <code>/proc/mounts</code>. You should also be able to use something
-like <code>inotify</code> if you want to catch events when UBIFS became R/O
+like <code>inotify</code> to catch events when UBIFS becomes R/O
 (e.g., due to some errors).</p>