diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-04 18:42:14 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-04 18:42:14 +0300 |
commit | ad9de1abea3ffd5ec6644f6f8ec0b28c2d9c9852 (patch) | |
tree | 2cfa6f0eee4eea8cbc653a0fa217f32da32395c9 /Documentation | |
parent | e3a54ab8ce827319062a6cf6f5a68f7d668a276c (diff) | |
download | linux-ad9de1abea3ffd5ec6644f6f8ec0b28c2d9c9852.tar.xz |
doc-rst: FE_DISHNETWORK_SEND_LEGACY_CMD: improve man-like format
Parsing this file were causing lots of warnings with sphinx,
due to the c function prototypes.
Fix that by prepending them with .. c:function::
While here, use the same way we document man-like pages,
at the V4L side of the book and add escapes to asterisks.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/linux_tv/media/dvb/FE_DISHNETWORK_SEND_LEGACY_CMD.rst | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/Documentation/linux_tv/media/dvb/FE_DISHNETWORK_SEND_LEGACY_CMD.rst b/Documentation/linux_tv/media/dvb/FE_DISHNETWORK_SEND_LEGACY_CMD.rst index 890b5edb0350..ff94ac9122d0 100644 --- a/Documentation/linux_tv/media/dvb/FE_DISHNETWORK_SEND_LEGACY_CMD.rst +++ b/Documentation/linux_tv/media/dvb/FE_DISHNETWORK_SEND_LEGACY_CMD.rst @@ -6,7 +6,8 @@ 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. @@ -17,13 +18,13 @@ frontend, for Dish Network legacy switches. 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 +---------- @@ -39,7 +40,8 @@ PARAMETERS - 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 |