diff --git a/Documentation/DocBook/media/dvb/dvbproperty.xml b/Documentation/DocBook/media/dvb/dvbproperty.xml
index 816d5ac56164..33f2313aca07 100644
--- a/Documentation/DocBook/media/dvb/dvbproperty.xml
+++ b/Documentation/DocBook/media/dvb/dvbproperty.xml
@@ -1068,15 +1068,37 @@ typedef enum atscmh_sccc_code_mode {
DTV_INTERLEAVING
- Interleaving mode
-
-enum fe_interleaving {
- INTERLEAVING_NONE,
- INTERLEAVING_AUTO,
- INTERLEAVING_240,
- INTERLEAVING_720,
-};
-
+
+Time interleaving to be used. Currently, used only on DTMB.
+
+
+ enum fe_interleaving
+
+ &cs-def;
+
+
+ ID
+ Description
+
+
+
+
+ INTERLEAVING_NONE
+ No interleaving.
+
+ INTERLEAVING_AUTO
+ Auto-detect interleaving.
+
+ INTERLEAVING_240
+ Interleaving of 240 symbols.
+
+ INTERLEAVING_720
+ Interleaving of 720 symbols.
+
+
+
+
+