]> www.infradead.org Git - mtd-www.git/commitdiff
UBI/UBIFS FAQ: fix unbalance quotes in debug tables
authorArtem Bityutskiy <Artem.Bityutskiy@linux.intel.com>
Wed, 18 Jul 2012 10:30:53 +0000 (13:30 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@linux.intel.com>
Wed, 18 Jul 2012 10:30:53 +0000 (13:30 +0300)
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@linux.intel.com>
faq/ubi.xml
faq/ubifs.xml

index 22b46e2bf20fdd47b4ba289be053beb086a395ed..02f81463ab5f783a860178510c2ebd31d547b32f 100644 (file)
@@ -826,27 +826,27 @@ is a similar table for UBI.</p>
 </tr>
 <tr>
        <td>All messages (very noisy)</td>
-       <td>format "UBI DBG" +pf'</td>
+       <td>'format "UBI DBG" +pf'</td>
 </tr>
 <tr>
        <td>General messages</td>
-       <td>format "UBI DBG gen" +pf'</td>
+       <td>'format "UBI DBG gen" +pf'</td>
 </tr>
 <tr>
        <td>EBA messages</td>
-       <td>format "UBI DBG eba" +pf'</td>
+       <td>'format "UBI DBG eba" +pf'</td>
 </tr>
 <tr>
        <td>Wear-levelling messages</td>
-       <td>format "UBI DBG wl" +pf'</td>
+       <td>'format "UBI DBG wl" +pf'</td>
 </tr>
 <tr>
        <td>Input/output messages</td>
-       <td>format "UBI DBG io" +pf'</td>
+       <td>'format "UBI DBG io" +pf'</td>
 </tr>
 <tr>
        <td>Attach messages</td>
-       <td>format "UBI DBG bld" +pf'</td>
+       <td>'format "UBI DBG bld" +pf'</td>
 </tr>
 </table>
 
index 352e2fc6be287e5595f212f33f5e002c9482d994..221142df28c422b6efda44d85b60ecb0f4e7b3e7 100644 (file)
@@ -1221,59 +1221,59 @@ with "UBIFS DBG", which is followed by the subsystem name (see
 </tr>
 <tr>
        <td>All messages (very noisy)</td>
-       <td>format "UBIFS DBG" +pf'</td>
+       <td>'format "UBIFS DBG" +pf'</td>
 </tr>
 <tr>
        <td>General messages</td>
-       <td>format "UBIFS DBG gen" +pf'</td>
+       <td>'format "UBIFS DBG gen" +pf'</td>
 </tr>
 <tr>
        <td>Journal messages</td>
-       <td>format "UBIFS DBG jnl" +pf'</td>
+       <td>'format "UBIFS DBG jnl" +pf'</td>
 </tr>
 <tr>
        <td>Mount messages</td>
-       <td>format "UBIFS DBG mnt" +pf'</td>
+       <td>'format "UBIFS DBG mnt" +pf'</td>
 </tr>
 <tr>
        <td>Commit messages</td>
-       <td>format "UBIFS DBG cmt" +pf'</td>
+       <td>'format "UBIFS DBG cmt" +pf'</td>
 </tr>
 <tr>
        <td>LEB search messages</td>
-       <td>format "UBIFS DBG find" +pf'</td>
+       <td>'format "UBIFS DBG find" +pf'</td>
 </tr>
 <tr>
        <td>Budgeting messages</td>
-       <td>format "UBIFS DBG budg" +pf'</td>
+       <td>'format "UBIFS DBG budg" +pf'</td>
 </tr>
 <tr>
        <td>Garbage collection messages</td>
-       <td>format "UBIFS DBG gc" +pf'</td>
+       <td>'format "UBIFS DBG gc" +pf'</td>
 </tr>
 <tr>
        <td>Tree Node Cache (TNC) messages</td>
-       <td>format "UBIFS DBG tnc" +pf'</td>
+       <td>'format "UBIFS DBG tnc" +pf'</td>
 </tr>
 <tr>
        <td>LEB properties (lprops) messages</td>
-       <td>format "UBIFS DBG lp" +pf'</td>
+       <td>'format "UBIFS DBG lp" +pf'</td>
 </tr>
 <tr>
        <td>Input/output messages</td>
-       <td>format "UBIFS DBG io" +pf'</td>
+       <td>'format "UBIFS DBG io" +pf'</td>
 </tr>
 <tr>
        <td>Log messages</td>
-       <td>format "UBIFS DBG log" +pf'</td>
+       <td>'format "UBIFS DBG log" +pf'</td>
 </tr>
 <tr>
        <td>Scan messages</td>
-       <td>format "UBIFS DBG scan" +pf'</td>
+       <td>'format "UBIFS DBG scan" +pf'</td>
 </tr>
 <tr>
        <td>Recovery messages</td>
-       <td>format "UBIFS DBG rcvry" +pf'</td>
+       <td>'format "UBIFS DBG rcvry" +pf'</td>
 </tr>
 </table>