diff --git a/Documentation/DocBook/media/dvb/fe-diseqc-send-master-cmd.xml b/Documentation/DocBook/media/dvb/fe-diseqc-send-master-cmd.xml
new file mode 100644
index 000000000000..d4d6cd8dfc6c
--- /dev/null
+++ b/Documentation/DocBook/media/dvb/fe-diseqc-send-master-cmd.xml
@@ -0,0 +1,72 @@
+
+
+ ioctl FE_DISEQC_SEND_MASTER_CMD
+ &manvol;
+
+
+
+ FE_DISEQC_SEND_MASTER_CMD
+ Sends a DiSEqC command
+
+
+
+
+
+ int ioctl
+ int fd
+ int request
+ &dvb-diseqc-master-cmd; *argp
+
+
+
+
+
+ Arguments
+
+
+ fd
+
+ &fe_fd;
+
+
+
+ request
+
+ FE_DISEQC_SEND_MASTER_CMD
+
+
+
+ argp
+
+ pointer to &dvb-diseqc-master-cmd;
+
+
+
+
+
+
+ Description
+
+ Sends a DiSEqC command to the antenna subsystem.
+&return-value-dvb;
+
+
+ struct dvb_diseqc_master_cmd
+
+ &cs-str;
+
+
+ uint8_t
+ msg[6]
+ DiSEqC message (framing, address, command, data[3])
+
+ uint8_t
+ msg_len
+ Length of the DiSEqC message. Valid values are 3 to 6
+
+
+
+
+
+
+
diff --git a/Documentation/DocBook/media/dvb/frontend.xml b/Documentation/DocBook/media/dvb/frontend.xml
index cba6c355637c..f7bb2db07c23 100644
--- a/Documentation/DocBook/media/dvb/frontend.xml
+++ b/Documentation/DocBook/media/dvb/frontend.xml
@@ -50,18 +50,6 @@ specification is available at
&sub-dvbproperty;
-
-diseqc master command
-
-A message sent from the frontend to DiSEqC capable equipment.
-
- struct dvb_diseqc_master_cmd {
- uint8_t msg [6]; /⋆ { framing, address, command, data[3] } ⋆/
- uint8_t msg_len; /⋆ valid values are 3...6 ⋆/
- };
-
-
-
frontend spectral inversion
The Inversion field can take one of these values:
@@ -389,56 +377,7 @@ typedef enum fe_hierarchy {
&return-value-dvb;
-
-FE_DISEQC_SEND_MASTER_CMD
-DESCRIPTION
-
-
-This ioctl call is used to send a a DiSEqC command.
-
-
-SYNOPSIS
-
-
-int ioctl(int fd, int request =
- FE_DISEQC_SEND_MASTER_CMD, struct
- dvb_diseqc_master_cmd ⋆cmd);
-
-
-
-PARAMETERS
-
-
-int fd
-
-File descriptor returned by a previous call to open().
-
-
-int request
-
-Equals FE_DISEQC_SEND_MASTER_CMD for this
- command.
-
-
-struct
- dvb_diseqc_master_cmd
- *cmd
-
-Pointer to the command to be transmitted.
-
-
-
-&return-value-dvb;
-
-
+&sub-fe-diseqc-send-master-cmd;
&sub-fe-diseqc-recv-slave-reply;
&sub-fe-diseqc-send-burst;
&sub-fe-set-tone;