summaryrefslogtreecommitdiffstats
path: root/Documentation/linux_tv/media/v4l/pixfmt.rst
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-01 13:42:29 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-01 14:54:10 -0300
commitaf4a4d0db8ab2c4e2088bc48cfa49511b766dca6 (patch)
treed2869d62845e58a1083ac808c7ebd78542ccac0a /Documentation/linux_tv/media/v4l/pixfmt.rst
parent789818845202ac243836b526e406fe8c97ec8cc2 (diff)
downloadlinux-0-day-af4a4d0db8ab2c4e2088bc48cfa49511b766dca6.tar.gz
linux-0-day-af4a4d0db8ab2c4e2088bc48cfa49511b766dca6.tar.xz
doc-rst: linux_tv: Replace reference names to match ioctls
Due to a limitation at the DocBook language, the references were using lowercase and slashes, instead of the name of the ioctls. On ReST, make them identical. This will hopefully help to cleanup the code a little bit. 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.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/linux_tv/media/v4l/pixfmt.rst b/Documentation/linux_tv/media/v4l/pixfmt.rst
index f5148ac6d781d..f2c599aaa502d 100644
--- a/Documentation/linux_tv/media/v4l/pixfmt.rst
+++ b/Documentation/linux_tv/media/v4l/pixfmt.rst
@@ -11,9 +11,9 @@ with applications. The :c:type:`struct v4l2_pix_format` and
format and layout of an image in memory. The former is used with the
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
+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 <vidioc-g-fbuf>`.)
+see also :ref:`VIDIOC_G_FBUF <VIDIOC_G_FBUF>`.)
.. toctree::