diff --git a/Documentation/DocBook/media/dvb/fe-diseqc-reset-overload.xml b/Documentation/DocBook/media/dvb/fe-diseqc-reset-overload.xml
new file mode 100644
index 0000000000000000000000000000000000000000..c104df77ecd0de6c518ee91f3fc5a310c0863533
--- /dev/null
+++ b/Documentation/DocBook/media/dvb/fe-diseqc-reset-overload.xml
@@ -0,0 +1,51 @@
+
+
+ ioctl FE_DISEQC_RESET_OVERLOAD
+ &manvol;
+
+
+
+ FE_DISEQC_RESET_OVERLOAD
+ Restores the power to the antenna subsystem, if it was powered
+ off due to power overload.
+
+
+
+
+
+ int ioctl
+ int fd
+ int request
+ NULL
+
+
+
+
+
+ Arguments
+
+
+ fd
+
+ &fe_fd;
+
+
+
+ request
+
+ FE_DISEQC_RESET_OVERLOAD
+
+
+
+
+
+
+ Description
+
+ If the bus has been automatically powered off due to power overload, this ioctl
+ call restores the power to the bus. The call requires read/write access to the
+ device. This call has no effect if the device is manually powered off. Not all
+ DVB adapters support this ioctl.
+&return-value-dvb;
+
+
diff --git a/Documentation/DocBook/media/dvb/frontend.xml b/Documentation/DocBook/media/dvb/frontend.xml
index f7bb2db07c239064dcdc674cc22f1b2175ff6643..86bd9ed9d7f8d1ad75636ce4c724baaba08c087d 100644
--- a/Documentation/DocBook/media/dvb/frontend.xml
+++ b/Documentation/DocBook/media/dvb/frontend.xml
@@ -333,50 +333,7 @@ typedef enum fe_hierarchy {
-
-
-FE_DISEQC_RESET_OVERLOAD
-DESCRIPTION
-
-
-If the bus has been automatically powered off due to power overload, this ioctl
- call restores the power to the bus. The call requires read/write access to the
- device. This call has no effect if the device is manually powered off. Not all
- DVB adapters support this ioctl.
-
-
-
-SYNOPSIS
-
-
-int ioctl(int fd, int request =
- FE_DISEQC_RESET_OVERLOAD);
-
-
-PARAMETERS
-
-
-int fd
-
-File descriptor returned by a previous call to open().
-
-
-int request
-
-Equals FE_DISEQC_RESET_OVERLOAD for this
- command.
-
-
-
-&return-value-dvb;
-
-
+&sub-fe-diseqc-reset-overload;
&sub-fe-diseqc-send-master-cmd;
&sub-fe-diseqc-recv-slave-reply;
&sub-fe-diseqc-send-burst;