FE_DISHNETWORK_SEND_LEGACY_CMD
 ******************************
 
-DESCRIPTION
+Description
+-----------
 
 WARNING: This is a very obscure legacy command, used only at stv0299
 driver. Should not be used on newer drivers.
 As support for this ioctl were added in 2004, this means that such
 dishes were already legacy in 2004.
 
-SYNOPSIS
+Synopsis
+--------
 
-int ioctl(int fd, int request =
-:ref:`FE_DISHNETWORK_SEND_LEGACY_CMD`,
-unsigned long cmd);
+.. c:function:: int  ioctl(int fd, int request = FE_DISHNETWORK_SEND_LEGACY_CMD, unsigned long cmd)
 
-PARAMETERS
+Arguments
+----------
 
 
 
        -  sends the specified raw cmd to the dish via DISEqC.
 
 
-RETURN VALUE
+Return Value
+------------
 
 On success 0 is returned, on error -1 and the ``errno`` variable is set
 appropriately. The generic error codes are described at the