doc-rst: linux_tv: dvb: use lowercase for filenames
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>
This commit is contained in:
parent
586027cefa
commit
0060665c45
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue