diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-09-01 12:28:16 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-09-05 06:18:03 -0400 |
commit | 699f19e3f1e84e7e0ce3b2be7ceafe4ce99b606e (patch) | |
tree | 5bad64214364bbfd057562637a6ca2cc67e18e30 /Documentation/media/uapi/dvb/query-dvb-frontend-info.rst | |
parent | 0de6357aca39e28118edde71216ef44af7fddc39 (diff) | |
download | lwn-699f19e3f1e84e7e0ce3b2be7ceafe4ce99b606e.tar.gz lwn-699f19e3f1e84e7e0ce3b2be7ceafe4ce99b606e.zip |
media: dvb uAPI docs: Prefer use "Digital TV instead of "DVB"
The usage of the term "DVB" at the dvb API docs is confusing,
as, right now, it can refer to either the European digital TV
standard or to the subsystem.
So, prefer calling it as "Digital TV" on most places, to avoid
ambiguity.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/uapi/dvb/query-dvb-frontend-info.rst')
-rw-r--r-- | Documentation/media/uapi/dvb/query-dvb-frontend-info.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/media/uapi/dvb/query-dvb-frontend-info.rst b/Documentation/media/uapi/dvb/query-dvb-frontend-info.rst index 81cd9b92a36c..51ec0b04b496 100644 --- a/Documentation/media/uapi/dvb/query-dvb-frontend-info.rst +++ b/Documentation/media/uapi/dvb/query-dvb-frontend-info.rst @@ -9,5 +9,5 @@ Querying frontend information Usually, the first thing to do when the frontend is opened is to check the frontend capabilities. This is done using :ref:`FE_GET_INFO`. This ioctl will enumerate the -DVB API version and other characteristics about the frontend, and can be -opened either in read only or read/write mode. +Digital TV API version and other characteristics about the frontend, and can +be opened either in read only or read/write mode. |