diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-08-19 18:00:43 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-08-23 03:23:00 +0300 |
commit | 1b81f010bfd8ce61b79329d7ebb23b62d5d7effb (patch) | |
tree | 253f5d219edd021f4f8be04ffabd2688ce7e8edf /Documentation/media/uapi/dvb/fe-diseqc-send-burst.rst | |
parent | b7ff94df5628326d4e204c97e782ecc0f3dfa8e3 (diff) | |
download | linux-1b81f010bfd8ce61b79329d7ebb23b62d5d7effb.tar.xz |
[media] docs-next: stop abusing on the cpp domain
Now that we have an override for the c domain that will do
the right thing for the Kernel, stop abusing on the cpp
domain.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/uapi/dvb/fe-diseqc-send-burst.rst')
-rw-r--r-- | Documentation/media/uapi/dvb/fe-diseqc-send-burst.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/media/uapi/dvb/fe-diseqc-send-burst.rst b/Documentation/media/uapi/dvb/fe-diseqc-send-burst.rst index 9b476545ef89..d1e9f31ff347 100644 --- a/Documentation/media/uapi/dvb/fe-diseqc-send-burst.rst +++ b/Documentation/media/uapi/dvb/fe-diseqc-send-burst.rst @@ -15,7 +15,7 @@ FE_DISEQC_SEND_BURST - Sends a 22KHz tone burst for 2x1 mini DiSEqC satellite se Synopsis ======== -.. cpp:function:: int ioctl( int fd, int request, enum fe_sec_mini_cmd *tone ) +.. c:function:: int ioctl( int fd, int request, enum fe_sec_mini_cmd *tone ) Arguments |