diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-25 14:31:02 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-30 08:26:05 -0300 |
commit | 0b0f1a00564ebc76c9b070236fb182b133ba254e (patch) | |
tree | 606e04c846e1ab7a170ba7acff7cd51af7662a14 /Documentation/DocBook/media/dvb/frontend.xml | |
parent | a1ef3eeabe5278ecbe758ba09d4605b64897c533 (diff) | |
download | linux-0b0f1a00564ebc76c9b070236fb182b133ba254e.tar.gz linux-0b0f1a00564ebc76c9b070236fb182b133ba254e.tar.bz2 linux-0b0f1a00564ebc76c9b070236fb182b133ba254e.zip |
[media] DocBook: fix emphasis at the DVB documentation
Currently, it is using 'role="tt"', but this is not defined at
the DocBook 4.5 spec. The net result is that no emphasis happens.
So, replace them to bold emphasis.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'Documentation/DocBook/media/dvb/frontend.xml')
-rw-r--r-- | Documentation/DocBook/media/dvb/frontend.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/DocBook/media/dvb/frontend.xml b/Documentation/DocBook/media/dvb/frontend.xml index 8a6a6ff27af5..956b8f6882e0 100644 --- a/Documentation/DocBook/media/dvb/frontend.xml +++ b/Documentation/DocBook/media/dvb/frontend.xml @@ -2,9 +2,9 @@ <para>The DVB frontend device controls the tuner and DVB demodulator hardware. It can be accessed through <emphasis -role="tt">/dev/dvb/adapter0/frontend0</emphasis>. Data types and and +role="bold">/dev/dvb/adapter0/frontend0</emphasis>. Data types and and ioctl definitions can be accessed by including <emphasis -role="tt">linux/dvb/frontend.h</emphasis> in your application.</para> +role="bold">linux/dvb/frontend.h</emphasis> in your application.</para> <para>DVB frontends come in three varieties: DVB-S (satellite), DVB-C (cable) and DVB-T (terrestrial). Transmission via the internet (DVB-IP) |