summaryrefslogtreecommitdiff
path: root/Documentation/DocBook/media/dvb/kdapi.xml
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-06-02 19:41:01 (GMT)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-06-08 17:58:14 (GMT)
commitec8f3386a7ef6af7f185aba486402e82cd84b0ad (patch)
tree2c3a9713edc1b881bbfaa0007adef59da3acf9c8 /Documentation/DocBook/media/dvb/kdapi.xml
parentbf45caf28146dae26140f19bc3b666647d0b6aac (diff)
downloadlinux-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/kdapi.xml')
-rw-r--r--Documentation/DocBook/media/dvb/kdapi.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/DocBook/media/dvb/kdapi.xml b/Documentation/DocBook/media/dvb/kdapi.xml
index f648115..68bcd33 100644
--- a/Documentation/DocBook/media/dvb/kdapi.xml
+++ b/Documentation/DocBook/media/dvb/kdapi.xml
@@ -1,8 +1,8 @@
<title>Kernel Demux API</title>
<para>The kernel demux API defines a driver-internal interface for registering low-level,
hardware specific driver to a hardware independent demux layer. It is only of interest for
-DVB device driver writers. The header file for this API is named <emphasis role="bold">demux.h</emphasis> and located in
-<emphasis role="bold">drivers/media/dvb-core</emphasis>.
+DVB device driver writers. The header file for this API is named <constant>demux.h</constant> and located in
+<constant>">drivers/media/dvb-core</constant>.
</para>
<para>Maintainer note: This section must be reviewed. It is probably out of date.
</para>