diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-08-30 16:21:03 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-09-09 15:45:24 +0300 |
commit | 836cf1db4e741f12e2d95573b5479fcbdd6fa34e (patch) | |
tree | 55f5c1bde23bfebfcbd9539de68153841d5d7fda /Documentation/media/uapi/dvb/fe-set-tone.rst | |
parent | 59d44bbe46fe876c55d5cc051d552b1debb1c454 (diff) | |
download | linux-836cf1db4e741f12e2d95573b5479fcbdd6fa34e.tar.xz |
[media] docs-rst exceptions: use C domain references for DVB headers
Now that we moved away from the :ref: type of references,
we need to update the exceptions lists.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/uapi/dvb/fe-set-tone.rst')
-rw-r--r-- | Documentation/media/uapi/dvb/fe-set-tone.rst | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/Documentation/media/uapi/dvb/fe-set-tone.rst b/Documentation/media/uapi/dvb/fe-set-tone.rst index 4cfd532d3dc5..bea193234cb4 100644 --- a/Documentation/media/uapi/dvb/fe-set-tone.rst +++ b/Documentation/media/uapi/dvb/fe-set-tone.rst @@ -26,7 +26,7 @@ Arguments File descriptor returned by :ref:`open() <frontend_f_open>`. ``tone`` - pointer to enum :ref:`fe_sec_tone_mode <fe-sec-tone-mode>` + pointer to enum :c:type:`fe_sec_tone_mode` Description @@ -45,12 +45,7 @@ this is done using the DiSEqC ioctls. capability of selecting the band. So, it is recommended that applications would change to SEC_TONE_OFF when the device is not used. -.. _fe-sec-tone-mode-t: - -enum fe_sec_tone_mode -===================== - -.. _fe-sec-tone-mode: +.. c:type:: fe_sec_tone_mode .. flat-table:: enum fe_sec_tone_mode :header-rows: 1 |