summaryrefslogtreecommitdiffstats
path: root/Documentation/linux_tv/media/v4l/pixfmt.rst
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-03 10:02:29 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-03 10:05:11 -0300
commit4e03cb760d017110fdc7ed37a2df93311b523fa6 (patch)
tree305e6704ffea068d870e0b0de7ddb64b03f04434 /Documentation/linux_tv/media/v4l/pixfmt.rst
parent2212ff259f713ae5bfc6b95a99ebe9d43e9dc35c (diff)
downloadlinux-0-day-4e03cb760d017110fdc7ed37a2df93311b523fa6.tar.gz
linux-0-day-4e03cb760d017110fdc7ed37a2df93311b523fa6.tar.xz
doc-rst: linux_tv: don't simplify VIDIOC_G_foo references
As VIDIOC_G_foo is the reference used for VIDIOC_S_foo and VIDIOC_TRY_foo, we need to explicitly name the reference, as otherwise, it will mention the three ioctls altogether, with is not what we want. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/linux_tv/media/v4l/pixfmt.rst')
-rw-r--r--Documentation/linux_tv/media/v4l/pixfmt.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/linux_tv/media/v4l/pixfmt.rst b/Documentation/linux_tv/media/v4l/pixfmt.rst
index b0e6a95a72052..f2c599aaa502d 100644
--- a/Documentation/linux_tv/media/v4l/pixfmt.rst
+++ b/Documentation/linux_tv/media/v4l/pixfmt.rst
@@ -13,7 +13,7 @@ single-planar API, while the latter is used with the multi-planar
version (see :ref:`planar-apis`). Image formats are negotiated with
the :ref:`VIDIOC_S_FMT <VIDIOC_G_FMT>` ioctl. (The explanations here
focus on video capturing and output, for overlay frame buffer formats
-see also :ref:`VIDIOC_G_FBUF`.)
+see also :ref:`VIDIOC_G_FBUF <VIDIOC_G_FBUF>`.)
.. toctree::