Commit 8c1cc62a authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

doc-rst: mediactl: fix some wrong cross references

Those cross references should point to media control syscalls,
and not to V4L ones.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 32ad2075
...@@ -40,7 +40,7 @@ are freed. The device configuration remain unchanged. ...@@ -40,7 +40,7 @@ are freed. The device configuration remain unchanged.
Return Value 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: ``errno`` is set appropriately. Possible error codes are:
EBADF EBADF
......
...@@ -40,8 +40,8 @@ Arguments ...@@ -40,8 +40,8 @@ Arguments
Description Description
=========== ===========
The :ref:`ioctl() <func-ioctl>` function manipulates media device parameters. The :ref:`ioctl() <media-func-ioctl>` function manipulates media device
The argument ``fd`` must be an open file descriptor. parameters. The argument ``fd`` must be an open file descriptor.
The ioctl ``request`` code specifies the media function to be called. It 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 has encoded in it whether the argument is an input, output or read/write
......
...@@ -37,7 +37,7 @@ Arguments ...@@ -37,7 +37,7 @@ Arguments
Description 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 desired device name. The function has no side effects; the device
configuration remain unchanged. configuration remain unchanged.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment