diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-12 15:15:23 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-12 15:15:23 -0300 |
commit | 4855307b81f02af4853e02cba2ce16eb29376548 (patch) | |
tree | 18d04bc585e5c0370a2b5cf5bf628eb220b534b0 /Documentation/media/uapi/v4l/vidioc-g-tuner.rst | |
parent | 53ae925160327fc6ecd30ef21c6304eb555c5002 (diff) |
[media] doc-rst: use the right markup for footnotes
According with ReST spec, footnotes should be like:
[#name], and not [name]. So, change them.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/uapi/v4l/vidioc-g-tuner.rst')
-rw-r--r-- | Documentation/media/uapi/v4l/vidioc-g-tuner.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/media/uapi/v4l/vidioc-g-tuner.rst b/Documentation/media/uapi/v4l/vidioc-g-tuner.rst index c82085513bee..614db06b8b4b 100644 --- a/Documentation/media/uapi/v4l/vidioc-g-tuner.rst +++ b/Documentation/media/uapi/v4l/vidioc-g-tuner.rst @@ -622,7 +622,7 @@ To change the radio frequency the - ``LANG2 = SAP`` - - ``LANG1_LANG2``\ [1]_ + - ``LANG1_LANG2``\ [#f1]_ - .. row 3 @@ -686,7 +686,7 @@ To change the radio frequency the - Language 1 - - Lang1/Lang2 (deprecated [2]_) or Lang1/Lang1 + - Lang1/Lang2 (deprecated [#f2]_) or Lang1/Lang1 - Language 1 @@ -706,11 +706,11 @@ EINVAL The struct :ref:`v4l2_tuner <v4l2-tuner>` ``index`` is out of bounds. -.. [1] +.. [#f1] This mode has been added in Linux 2.6.17 and may not be supported by older drivers. -.. [2] +.. [#f2] Playback of both languages in ``MODE_STEREO`` is deprecated. In the future drivers should produce only the primary language in this mode. Applications should request ``MODE_LANG1_LANG2`` to record both |