diff --git a/Documentation/DocBook/media/dvb/fe-enable-high-lnb-voltage.xml b/Documentation/DocBook/media/dvb/fe-enable-high-lnb-voltage.xml
new file mode 100644
index 0000000000000000000000000000000000000000..3ee08a82cc7c3fd534879775041f44717b370cea
--- /dev/null
+++ b/Documentation/DocBook/media/dvb/fe-enable-high-lnb-voltage.xml
@@ -0,0 +1,61 @@
+
+
+ ioctl FE_ENABLE_HIGH_LNB_VOLTAGE
+ &manvol;
+
+
+
+ FE_ENABLE_HIGH_LNB_VOLTAGE
+ Select output DC level between normal LNBf voltages or higher
+ LNBf voltages.
+
+
+
+
+
+ int ioctl
+ int fd
+ int request
+ unsigned int high
+
+
+
+
+
+ Arguments
+
+
+ fd
+
+ &fe_fd;
+
+
+
+ request
+
+ FE_ENABLE_HIGH_LNB_VOLTAGE
+
+
+
+ high
+
+ Valid flags:
+
+ 0 - normal 13V and 18V.
+ >0 - enables slightly higher voltages instead of
+ 13/18V, in order to compensate for long antena cables.
+
+
+
+
+
+
+
+ Description
+
+ Select output DC level between normal LNBf voltages or higher
+ LNBf voltages between 0 (normal) or a value grater than 0 for higher
+ voltages.
+&return-value-dvb;
+
+
diff --git a/Documentation/DocBook/media/dvb/frontend.xml b/Documentation/DocBook/media/dvb/frontend.xml
index 645f92bec7675f388a47097548500b7b54c9a505..bb2cd9ef3b035106e71236dc91beaf27de8f763e 100644
--- a/Documentation/DocBook/media/dvb/frontend.xml
+++ b/Documentation/DocBook/media/dvb/frontend.xml
@@ -689,55 +689,7 @@ typedef enum fe_hierarchy {
&return-value-dvb;
-
-FE_ENABLE_HIGH_LNB_VOLTAGE
-DESCRIPTION
-
-
-If high != 0 enables slightly higher voltages instead of 13/18V (to compensate
- for long cables). This call requires read/write permissions. Not all DVB
- adapters support this ioctl.
-
-
-
-SYNOPSIS
-
-
-int ioctl(int fd, int request =
- FE_ENABLE_HIGH_LNB_VOLTAGE, int high);
-
-
-
-PARAMETERS
-
-
-int fd
-
-File descriptor returned by a previous call to open().
-
-
-int request
-
-Equals FE_SET_VOLTAGE for this command.
-
-
-int high
-
-The requested bus voltage.
-
-
-
-&return-value-dvb;
-
-
+&sub-fe-enable-high-lnb-voltage;
&sub-fe-set-frontend-tune-mode;