diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-01 13:42:29 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-01 14:54:10 -0300 |
commit | af4a4d0db8ab2c4e2088bc48cfa49511b766dca6 (patch) | |
tree | d2869d62845e58a1083ac808c7ebd78542ccac0a /Documentation/linux_tv/media/v4l/vidioc-overlay.rst | |
parent | 789818845202ac243836b526e406fe8c97ec8cc2 (diff) | |
download | lwn-af4a4d0db8ab2c4e2088bc48cfa49511b766dca6.tar.gz lwn-af4a4d0db8ab2c4e2088bc48cfa49511b766dca6.zip |
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/vidioc-overlay.rst')
-rw-r--r-- | Documentation/linux_tv/media/v4l/vidioc-overlay.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/linux_tv/media/v4l/vidioc-overlay.rst b/Documentation/linux_tv/media/v4l/vidioc-overlay.rst index d82d24fd7fb2..e0373a9d6f14 100644 --- a/Documentation/linux_tv/media/v4l/vidioc-overlay.rst +++ b/Documentation/linux_tv/media/v4l/vidioc-overlay.rst @@ -1,6 +1,6 @@ .. -*- coding: utf-8; mode: rst -*- -.. _vidioc-overlay: +.. _VIDIOC_OVERLAY: ******************** ioctl VIDIOC_OVERLAY @@ -36,8 +36,8 @@ Applications call ``VIDIOC_OVERLAY`` to start or stop the overlay. It takes a pointer to an integer which must be set to zero by the application to stop overlay, to one to start. -Drivers do not support :ref:`VIDIOC_STREAMON <vidioc-streamon>` or -:ref:`VIDIOC_STREAMOFF <vidioc-streamon>` with +Drivers do not support :ref:`VIDIOC_STREAMON <VIDIOC_STREAMON>` or +:ref:`VIDIOC_STREAMOFF <VIDIOC_STREAMON>` with ``V4L2_BUF_TYPE_VIDEO_OVERLAY``. |