commit | e97c19074f282f20625d4522da184647a5c9b52c | [log] [tgz] |
---|---|---|
author | Luca Ceresoli <luca@lucaceresoli.net> | Fri Mar 02 04:37:20 2018 -0500 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Tue Mar 06 12:29:57 2018 -0500 |
tree | 3514698d2a1a1de130aa48e634644a5b9f478f45 | |
parent | f68e68d2923069fd9b21aa1e7ed445cda2f6db05 [diff] |
media: doc: poll: fix links to dual-ioctl sections Links like :ref:`VIDIOC_STREAMON` expand to "ioctl VIDIOC_STREAMON, VIDIOC_STREAMOFF". Thus our reader will think we are talking about STREAMON _and_ STREAMOFF, but only one of the two actually applies in some cases. Fix by adding a link title, so the reader will read only the correct ioctl name. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>