diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2017-07-28 13:31:50 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-08-08 13:35:39 +0300 |
commit | cfaf384ba33d7fed4e0d3483282194abe5eb6fd6 (patch) | |
tree | 796986f31ad712eb6f329d295d5b2da38c7bf3ea /Documentation/media/uapi/cec/cec-func-ioctl.rst | |
parent | 0f59b2d0138b936d8d65ecbe193d512196199806 (diff) | |
download | linux-cfaf384ba33d7fed4e0d3483282194abe5eb6fd6.tar.xz |
media: cec: documentation fixes
Various references to open() et al were wrong. Fix this so following
the link will get you to the correct place.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/uapi/cec/cec-func-ioctl.rst')
-rw-r--r-- | Documentation/media/uapi/cec/cec-func-ioctl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/media/uapi/cec/cec-func-ioctl.rst b/Documentation/media/uapi/cec/cec-func-ioctl.rst index 22fb6304a2df..e2b6260b0086 100644 --- a/Documentation/media/uapi/cec/cec-func-ioctl.rst +++ b/Documentation/media/uapi/cec/cec-func-ioctl.rst @@ -39,7 +39,7 @@ Arguments Description =========== -The :c:func:`ioctl()` function manipulates cec device parameters. The +The :c:func:`ioctl() <cec-ioctl>` function manipulates cec device parameters. The argument ``fd`` must be an open file descriptor. The ioctl ``request`` code specifies the cec function to be called. It |