summaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/v4l/func-ioctl.xml
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2010-12-27 08:24:58 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-12-29 08:17:12 -0200
commit1fb03673b9eddb55a08174d0952c0a1c2438997e (patch)
tree425af768fdccce04cd49eaa9470b2a5e729558b0 /Documentation/DocBook/v4l/func-ioctl.xml
parent38af87869e7a255b6ba0f41bf53d2e7b0a54d13b (diff)
downloadop-kernel-dev-1fb03673b9eddb55a08174d0952c0a1c2438997e.zip
op-kernel-dev-1fb03673b9eddb55a08174d0952c0a1c2438997e.tar.gz
[media] Fix videodev.h references at the V4L DocBook
Reviewed-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation/DocBook/v4l/func-ioctl.xml')
-rw-r--r--Documentation/DocBook/v4l/func-ioctl.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/DocBook/v4l/func-ioctl.xml b/Documentation/DocBook/v4l/func-ioctl.xml
index 00f9690e..b60fd37 100644
--- a/Documentation/DocBook/v4l/func-ioctl.xml
+++ b/Documentation/DocBook/v4l/func-ioctl.xml
@@ -34,8 +34,7 @@
<varlistentry>
<term><parameter>request</parameter></term>
<listitem>
- <para>V4L2 ioctl request code as defined in the <link
-linkend="videodev">videodev.h</link> header file, for example
+ <para>V4L2 ioctl request code as defined in the <filename>videodev2.h</filename> header file, for example
VIDIOC_QUERYCAP.</para>
</listitem>
</varlistentry>
@@ -57,7 +56,7 @@ file descriptor. An ioctl <parameter>request</parameter> has encoded
in it whether the argument is an input, output or read/write
parameter, and the size of the argument <parameter>argp</parameter> in
bytes. Macros and defines specifying V4L2 ioctl requests are located
-in the <link linkend="videodev">videodev.h</link> header file.
+in the <filename>videodev2.h</filename> header file.
Applications should use their own copy, not include the version in the
kernel sources on the system they compile on. All V4L2 ioctl requests,
their respective function and parameters are specified in <xref
OpenPOWER on IntegriCloud