diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-09-08 10:48:50 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-09-09 14:55:18 +0200 |
commit | a17a954efde487f4072a33f05c5388bc42c51efc (patch) | |
tree | 3c4c9035ba4544a9fa98139f696b9c60d2bd193e /Documentation/Makefile.sphinx | |
parent | [media] docs-rst: simplify c:type: cross references (diff) | |
download | linux-a17a954efde487f4072a33f05c5388bc42c51efc.tar.xz linux-a17a954efde487f4072a33f05c5388bc42c51efc.zip |
[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>
Diffstat (limited to 'Documentation/Makefile.sphinx')
0 files changed, 0 insertions, 0 deletions