]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
doc-rst: linux_tv: dvb: use lowercase for filenames
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 5 Jul 2016 14:22:28 +0000 (11:22 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 5 Jul 2016 14:24:08 +0000 (11:24 -0300)
There are some ioctls in upper case. This is not the standard.
Put them on lowercase, to match what's done with other ioctls.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Documentation/linux_tv/media/dvb/fe-dishnetwork-send-legacy-cmd.rst [moved from Documentation/linux_tv/media/dvb/FE_DISHNETWORK_SEND_LEGACY_CMD.rst with 100% similarity]
Documentation/linux_tv/media/dvb/fe-get-event.rst [moved from Documentation/linux_tv/media/dvb/FE_GET_EVENT.rst with 100% similarity]
Documentation/linux_tv/media/dvb/fe-get-frontend.rst [moved from Documentation/linux_tv/media/dvb/FE_GET_FRONTEND.rst with 100% similarity]
Documentation/linux_tv/media/dvb/fe-read-ber.rst [moved from Documentation/linux_tv/media/dvb/FE_READ_BER.rst with 100% similarity]
Documentation/linux_tv/media/dvb/fe-read-signal-strength.rst [moved from Documentation/linux_tv/media/dvb/FE_READ_SIGNAL_STRENGTH.rst with 100% similarity]
Documentation/linux_tv/media/dvb/fe-read-snr.rst [moved from Documentation/linux_tv/media/dvb/FE_READ_SNR.rst with 100% similarity]
Documentation/linux_tv/media/dvb/fe-read-uncorrected-blocks.rst [moved from Documentation/linux_tv/media/dvb/FE_READ_UNCORRECTED_BLOCKS.rst with 100% similarity]
Documentation/linux_tv/media/dvb/fe-set-frontend.rst [moved from Documentation/linux_tv/media/dvb/FE_SET_FRONTEND.rst with 100% similarity]
Documentation/linux_tv/media/dvb/frontend_legacy_api.rst

index fb17766d887e06c468a14a6cdbe33682b8e78ca4..759833d3eaa483b8e57d694338e9204588e2dcb2 100644 (file)
@@ -28,11 +28,11 @@ recommended
 .. toctree::
     :maxdepth: 1
 
-    FE_READ_BER
-    FE_READ_SNR
-    FE_READ_SIGNAL_STRENGTH
-    FE_READ_UNCORRECTED_BLOCKS
-    FE_SET_FRONTEND
-    FE_GET_FRONTEND
-    FE_GET_EVENT
-    FE_DISHNETWORK_SEND_LEGACY_CMD
+    fe-read-ber
+    fe-read-snr
+    fe-read-signal-strength
+    fe-read-uncorrected-blocks
+    fe-set-frontend
+    fe-get-frontend
+    fe-get-event
+    fe-dishnetwork-send-legacy-cmd