linux/Documentation/media/uapi/cec
Mauro Carvalho Chehab 39b6b9005f [media] fix clock_gettime cross-references
Fix those warnings:

	Documentation/media/uapi/cec/cec-ioc-dqevent.rst:124: WARNING: c:func reference target not found: clock_gettime(2)

By replacing it with the right function name, using this shell script:

	for i in `find Documentation/media -type f`; do sed 's,clock_gettime(2),clock_gettime,' <$i >a && mv a $i; done

Please notice that this will make the nitpick mode to shut up
complaining about that, becasue clock_gettime is on its exclude list,
but the cross reference will be undefined until someone documents
this function at the core documentation.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2016-09-09 09:55:43 -03:00
..
cec-api.rst [media] doc-rst: better organize the media books 2016-07-23 08:03:24 -03:00
cec-func-close.rst [media] docs-rst: Convert CEC uAPI to use C function references 2016-08-22 21:23:40 -03:00
cec-func-ioctl.rst [media] docs-rst: Convert CEC uAPI to use C function references 2016-08-22 21:23:40 -03:00
cec-func-open.rst [media] docs-rst: Convert CEC uAPI to use C function references 2016-08-22 21:23:40 -03:00
cec-func-poll.rst [media] docs-rst: fix some broken struct references 2016-09-09 09:55:18 -03:00
cec-funcs.rst [media] doc-rst: make CEC look more like other parts of the book 2016-07-09 11:20:46 -03:00
cec-header.rst [media] doc-rst: add CEC header file to the documentation 2016-07-09 11:07:10 -03:00
cec-intro.rst [media] docs-rst: better use the .. note:: tag 2016-08-22 10:02:29 -03:00
cec-ioc-adap-g-caps.rst [media] docs-rst: convert uAPI structs to C domain 2016-09-09 09:34:01 -03:00
cec-ioc-adap-g-log-addrs.rst [media] docs-rst: fix cec bad cross-references 2016-09-09 09:54:21 -03:00
cec-ioc-adap-g-phys-addr.rst [media] docs-rst: Convert CEC uAPI to use C function references 2016-08-22 21:23:40 -03:00
cec-ioc-dqevent.rst [media] fix clock_gettime cross-references 2016-09-09 09:55:43 -03:00
cec-ioc-g-mode.rst [media] docs-rst: Convert CEC uAPI to use C function references 2016-08-22 21:23:40 -03:00
cec-ioc-receive.rst [media] fix clock_gettime cross-references 2016-09-09 09:55:43 -03:00