diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-26 23:10:43 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-30 14:27:55 +0200 |
commit | 09c3b4a0af0906c739e2cbe91f97e65d9b096020 (patch) | |
tree | f7c4a94b108a9f916dd4d42f4048c9a201d6d110 | |
parent | [media] DocBook: Fix false positive undefined ioctl references (diff) | |
download | linux-09c3b4a0af0906c739e2cbe91f97e65d9b096020.tar.xz linux-09c3b4a0af0906c739e2cbe91f97e65d9b096020.zip |
[media] DocBook: Rename ioctl xml files
for the xml files describing ioctls, use the same nomenclature
as on V4L2: the ioctl name, in lower case, using - instead of _.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
-rw-r--r-- | Documentation/DocBook/media/dvb/fe-get-info.xml (renamed from Documentation/DocBook/media/dvb/frontend_get_info.xml) | 0 | ||||
-rw-r--r-- | Documentation/DocBook/media/dvb/fe-read-status.xml (renamed from Documentation/DocBook/media/dvb/frontend_read_status.xml) | 0 | ||||
-rw-r--r-- | Documentation/DocBook/media/dvb/frontend.xml | 4 |
3 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/DocBook/media/dvb/frontend_get_info.xml b/Documentation/DocBook/media/dvb/fe-get-info.xml index b98a9a5e74d3..b98a9a5e74d3 100644 --- a/Documentation/DocBook/media/dvb/frontend_get_info.xml +++ b/Documentation/DocBook/media/dvb/fe-get-info.xml diff --git a/Documentation/DocBook/media/dvb/frontend_read_status.xml b/Documentation/DocBook/media/dvb/fe-read-status.xml index 9c1810ae920d..9c1810ae920d 100644 --- a/Documentation/DocBook/media/dvb/frontend_read_status.xml +++ b/Documentation/DocBook/media/dvb/fe-read-status.xml diff --git a/Documentation/DocBook/media/dvb/frontend.xml b/Documentation/DocBook/media/dvb/frontend.xml index 659f71ab67ef..079f631cc848 100644 --- a/Documentation/DocBook/media/dvb/frontend.xml +++ b/Documentation/DocBook/media/dvb/frontend.xml @@ -37,7 +37,7 @@ specification is available at <link linkend="FE_GET_INFO">FE_GET_INFO</link>.</para> </section> -&sub-frontend_get_info; +&sub-fe-get-info; <section id="dvb-fe-read-status"> <title>Querying frontend status</title> @@ -46,7 +46,7 @@ specification is available at <link linkend="FE_READ_STATUS">FE_READ_STATUS</link>.</para> </section> -&sub-frontend_read_status; +&sub-fe-read-status; &sub-dvbproperty; |