diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-06-02 22:41:01 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-06-08 20:58:14 +0300 |
commit | ec8f3386a7ef6af7f185aba486402e82cd84b0ad (patch) | |
tree | 2c3a9713edc1b881bbfaa0007adef59da3acf9c8 /Documentation/DocBook/media/dvb/frontend.xml | |
parent | bf45caf28146dae26140f19bc3b666647d0b6aac (diff) | |
download | linux-ec8f3386a7ef6af7f185aba486402e82cd84b0ad.tar.xz |
[media] DocBook: Use constant tag for monospaced fonts
As reminded by Jonathan, several places where emphasys
role="tt" were used are actually trying to change the font to
monospaced.
We do that, on other places, by using the constant tag.
So, use it here too.
Reported-by: Jonathan Corbet <corbet@lwn.net>
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 dc6a1134478d..01210b33c130 100644 --- a/Documentation/DocBook/media/dvb/frontend.xml +++ b/Documentation/DocBook/media/dvb/frontend.xml @@ -14,9 +14,9 @@ <listitem><para>Satellite Equipment Control (SEC) hardware (only for Satellite).</para></listitem> </itemizedlist> <para>The frontend can be accessed through - <emphasis role="bold">/dev/dvb/adapter?/frontend?</emphasis>. Data types and + <constant>/dev/dvb/adapter?/frontend?</constant>. Data types and ioctl definitions can be accessed by including - <emphasis role="bold">linux/dvb/frontend.h</emphasis> in your application. + <constant>linux/dvb/frontend.h</constant> in your application. </para> <para>NOTE: Transmission via the internet (DVB-IP) |