linux/Documentation/media/uapi/cec
Mauro Carvalho Chehab a17a954efd [media] docs-rst: fix some broken struct references
The :c:type: references point to the structure name, and not to
struct foo.

Fixed via this shell script:

	for i in `find Documentation/media -type f`; do perl -ne 'if (s/\:c\:type\:\`struct\s*(\S+)\`/struct :c:type:`$1`/) { s/struct\s+struct/struct/;  s/(struct\s+\:c\:type\:\`\S+\`)\s+structure/$1/;  } print $_' <$i >a && mv a $i; done

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2016-09-09 09:55:18 -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] cec-ioc-dqevent.rst: fix some undefined references 2016-09-09 09:37:53 -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] docs-rst: fix cec bad cross-references 2016-09-09 09:54:21 -03:00