• Mauro Carvalho Chehab's avatar
    [media] fix clock_gettime cross-references · 39b6b900
    Mauro Carvalho Chehab authored
    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: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
    39b6b900
cec-ioc-receive.rst 10.3 KB