diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-15 21:03:45 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-19 00:14:21 -0300 |
commit | 62b122aba1ed96e2d4c7905bcf19fc8caf73dcd6 (patch) | |
tree | 8a6dadc8bc87605928532088940127af61b25d95 /Documentation/DocBook/dvb/intro.xml | |
parent | e5b20214e6628cc30d32b153640e230a4bfdea3b (diff) |
DocBook/media: update dvb url's and use ulink tag instead of emphasis
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation/DocBook/dvb/intro.xml')
-rw-r--r-- | Documentation/DocBook/dvb/intro.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/DocBook/dvb/intro.xml b/Documentation/DocBook/dvb/intro.xml index 83676c44e8a..0dc83f672ea 100644 --- a/Documentation/DocBook/dvb/intro.xml +++ b/Documentation/DocBook/dvb/intro.xml @@ -10,8 +10,8 @@ you should know what a program/transport stream (PS/TS) is and what is meant by a packetized elementary stream (PES) or an I-frame.</para> <para>Various DVB standards documents are available from -<emphasis role="tt">http://www.dvb.org/</emphasis> and/or -<emphasis role="tt">http://www.etsi.org/</emphasis>.</para> +<ulink url="http://www.dvb.org" /> and/or +<ulink url="http://www.etsi.org" />.</para> <para>It is also necessary to know how to access unix/linux devices and how to use ioctl calls. This also includes the knowledge of C or C++. @@ -31,8 +31,8 @@ and filtering several section and PES data streams at the same time. <para>In early 2000, we were approached by Nokia with a proposal for a new standard Linux DVB API. As a commitment to the development of terminals based on open standards, Nokia and Convergence made it -available to all Linux developers and published it on <emphasis -role="tt">http://www.linuxtv.org/</emphasis> in September 2000. +available to all Linux developers and published it on +<ulink url="http://www.linuxtv.org/" /> in September 2000. Convergence is the maintainer of the Linux DVB API. Together with the LinuxTV community (i.e. you, the reader of this document), the Linux DVB API will be constantly reviewed and improved. With the Linux driver for |