linux/Documentation/media/uapi
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 [media] fix clock_gettime cross-references 2016-09-09 09:55:43 -03:00
dvb [media] docs-rst: simplify c:type: cross references 2016-09-09 09:54:54 -03:00
mediactl [media] docs-rst: convert uAPI structs to C domain 2016-09-09 09:34:01 -03:00
rc [media] docs-rst: Convert LIRC uAPI to use C function references 2016-08-22 21:23:46 -03:00
v4l [media] fix clock_gettime cross-references 2016-09-09 09:55:43 -03:00
fdl-appendix.rst
gen-errors.rst [media] gen-errors.rst fix error table column limits 2016-08-22 10:31:14 -03:00