doc-rst: mediactl: fix some wrong cross references
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 5 Jul 2016 20:12:37 +0000 (17:12 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 5 Jul 2016 20:12:37 +0000 (17:12 -0300)
Those cross references should point to media control syscalls,
and not to V4L ones.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Documentation/linux_tv/media/mediactl/media-func-close.rst
Documentation/linux_tv/media/mediactl/media-func-ioctl.rst
Documentation/linux_tv/media/mediactl/media-func-open.rst

index 3f3d9bb1f32a34103f9199b3f7c76a56dd5f3ad0..39ef70ac865609197d3546fcecf792ab2b560f1c 100644 (file)
@@ -40,7 +40,7 @@ are freed. The device configuration remain unchanged.
 Return Value
 ============
 
-:ref:`close() <func-close>` returns 0 on success. On error, -1 is returned, and
+:ref:`close() <media-func-close>` returns 0 on success. On error, -1 is returned, and
 ``errno`` is set appropriately. Possible error codes are:
 
 EBADF
index 1b28e2d20de491fa2d97a331328f51863de510ba..9d1b23133edf123d5352ad53c46fd74402f2932b 100644 (file)
@@ -40,8 +40,8 @@ Arguments
 Description
 ===========
 
-The :ref:`ioctl() <func-ioctl>` function manipulates media device parameters.
-The argument ``fd`` must be an open file descriptor.
+The :ref:`ioctl() <media-func-ioctl>` function manipulates media device
+parameters. The argument ``fd`` must be an open file descriptor.
 
 The ioctl ``request`` code specifies the media function to be called. It
 has encoded in it whether the argument is an input, output or read/write
index 43b9ddc5c38f352a21079d5811f2784fc81d455c..2b2ecd85b995ed30425490df2af2a0d070fe6e55 100644 (file)
@@ -37,7 +37,7 @@ Arguments
 Description
 ===========
 
-To open a media device applications call :ref:`open() <func-open>` with the
+To open a media device applications call :ref:`open() <media-func-open>` with the
 desired device name. The function has no side effects; the device
 configuration remain unchanged.
 
This page took 0.041893 seconds and 5 git commands to generate.