summary refs log tree commit diff
path: root/Documentation/DocBook/media/dvb/net.xml
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-06-02 16:41:01 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-06-08 14:58:14 -0300
commitec8f3386a7ef6af7f185aba486402e82cd84b0ad (patch)
tree2c3a9713edc1b881bbfaa0007adef59da3acf9c8 /Documentation/DocBook/media/dvb/net.xml
parentbf45caf28146dae26140f19bc3b666647d0b6aac (diff)
downloadlinux-ec8f3386a7ef6af7f185aba486402e82cd84b0ad.tar.gz
[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/net.xml')
-rw-r--r--Documentation/DocBook/media/dvb/net.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/DocBook/media/dvb/net.xml b/Documentation/DocBook/media/dvb/net.xml
index aeac41ca7eae..d2e44b7e07df 100644
--- a/Documentation/DocBook/media/dvb/net.xml
+++ b/Documentation/DocBook/media/dvb/net.xml
@@ -13,12 +13,12 @@
 <para>In order to create the Linux virtual network interfaces, an application
     needs to tell to the Kernel what are the PIDs and the encapsulation types
     that are present on the transport stream. This is done through
-    <emphasis role="bold">/dev/dvb/adapter?/net?</emphasis> device node.
+    <constant>/dev/dvb/adapter?/net?</constant> device node.
     The data will be available via virtual <constant>dvb?_?</constant>
     network interfaces, and will be controled/routed via the standard
     ip tools (like ip, route, netstat, ifconfig, etc).</para>
 <para> Data types and and ioctl definitions are defined via
-    <emphasis role="bold">linux/dvb/net.h</emphasis> header.</para>
+    <constant>linux/dvb/net.h</constant> header.</para>
 
 <section id="net_fcalls">
 <title>DVB net Function Calls</title>