diff options
| author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-06-30 21:58:44 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-01 14:53:21 -0300 |
| commit | e6702ee18e2436c69d5de73a04179fb0c1aeb570 (patch) | |
| tree | 4f242586917a41d92911f16b8d39076d57e797a0 | |
| parent | 766e137d05b8e9497a1688e4c761a08d68567876 (diff) | |
doc-rst: app-pri: Fix a bad reference
What should be a reference to VIDIOC_S_PRIORITY was incorrectly
defined as a constant at the DocBook. Fix it on the rst version.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
| -rw-r--r-- | Documentation/linux_tv/media/v4l/app-pri.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/linux_tv/media/v4l/app-pri.rst b/Documentation/linux_tv/media/v4l/app-pri.rst index 9716437ae14d..7f034852ae1f 100644 --- a/Documentation/linux_tv/media/v4l/app-pri.rst +++ b/Documentation/linux_tv/media/v4l/app-pri.rst @@ -21,8 +21,8 @@ defines the :ref:`VIDIOC_G_PRIORITY <vidioc-g-priority>` and query the access priority associate with a file descriptor. Opening a device assigns a medium priority, compatible with earlier versions of V4L2 and drivers not supporting these ioctls. Applications requiring a -different priority will usually call ``VIDIOC_S_PRIORITY`` after -verifying the device with the +different priority will usually call :ref:`VIDIOC_S_PRIORITY +<vidioc-g-priority>` after verifying the device with the :ref:`VIDIOC_QUERYCAP <vidioc-querycap>` ioctl. Ioctls changing driver properties, such as |
