summaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/media/dvb/net.xml
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-06-02 21:41:01 +0200
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-06-08 19:58:14 +0200
commitec8f3386a7ef6af7f185aba486402e82cd84b0ad (patch)
tree2c3a9713edc1b881bbfaa0007adef59da3acf9c8 /Documentation/DocBook/media/dvb/net.xml
parent[media] DocBook: fix some syntax issues at dvbproperty.xml (diff)
downloadlinux-ec8f3386a7ef6af7f185aba486402e82cd84b0ad.tar.xz
linux-ec8f3386a7ef6af7f185aba486402e82cd84b0ad.zip
[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>