diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-15 20:03:45 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-18 23:14:21 -0400 |
commit | 62b122aba1ed96e2d4c7905bcf19fc8caf73dcd6 (patch) | |
tree | 8a6dadc8bc87605928532088940127af61b25d95 /Documentation | |
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')
-rw-r--r-- | Documentation/DocBook/dvb/examples.xml | 2 | ||||
-rw-r--r-- | Documentation/DocBook/dvb/frontend.xml | 4 | ||||
-rw-r--r-- | Documentation/DocBook/dvb/intro.xml | 8 |
3 files changed, 7 insertions, 7 deletions
diff --git a/Documentation/DocBook/dvb/examples.xml b/Documentation/DocBook/dvb/examples.xml index b89dceda6048..f037e568eb6e 100644 --- a/Documentation/DocBook/dvb/examples.xml +++ b/Documentation/DocBook/dvb/examples.xml | |||
@@ -2,7 +2,7 @@ | |||
2 | <para>In this section we would like to present some examples for using the DVB API. | 2 | <para>In this section we would like to present some examples for using the DVB API. |
3 | </para> | 3 | </para> |
4 | <para>Maintainer note: This section is out of date. Please refer to the sample programs packaged | 4 | <para>Maintainer note: This section is out of date. Please refer to the sample programs packaged |
5 | with the driver distribution from <emphasis role="tt">http://linuxtv.org/</emphasis>. | 5 | with the driver distribution from <ulink url="http://linuxtv.org/hg/dvb-apps" />. |
6 | </para> | 6 | </para> |
7 | 7 | ||
8 | <section id="tuning"> | 8 | <section id="tuning"> |
diff --git a/Documentation/DocBook/dvb/frontend.xml b/Documentation/DocBook/dvb/frontend.xml index 91a749f70cb8..028c9f23f0d4 100644 --- a/Documentation/DocBook/dvb/frontend.xml +++ b/Documentation/DocBook/dvb/frontend.xml | |||
@@ -11,8 +11,8 @@ role="tt">linux/dvb/frontend.h</emphasis> in your application.</para> | |||
11 | is not yet handled by this API but a future extension is possible. For | 11 | is not yet handled by this API but a future extension is possible. For |
12 | DVB-S the frontend device also supports satellite equipment control | 12 | DVB-S the frontend device also supports satellite equipment control |
13 | (SEC) via DiSEqC and V-SEC protocols. The DiSEqC (digital SEC) | 13 | (SEC) via DiSEqC and V-SEC protocols. The DiSEqC (digital SEC) |
14 | specification is available from Eutelsat <emphasis | 14 | specification is available from |
15 | role="tt">http://www.eutelsat.org/</emphasis>.</para> | 15 | <ulink url="http://www.eutelsat.com/satellites/4_5_5.html">Eutelsat</ulink>.</para> |
16 | 16 | ||
17 | <para>Note that the DVB API may also be used for MPEG decoder-only PCI | 17 | <para>Note that the DVB API may also be used for MPEG decoder-only PCI |
18 | cards, in which case there exists no frontend device.</para> | 18 | cards, in which case there exists no frontend device.</para> |
diff --git a/Documentation/DocBook/dvb/intro.xml b/Documentation/DocBook/dvb/intro.xml index 83676c44e8ae..0dc83f672ea2 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 | |||
10 | meant by a packetized elementary stream (PES) or an I-frame.</para> | 10 | meant by a packetized elementary stream (PES) or an I-frame.</para> |
11 | 11 | ||
12 | <para>Various DVB standards documents are available from | 12 | <para>Various DVB standards documents are available from |
13 | <emphasis role="tt">http://www.dvb.org/</emphasis> and/or | 13 | <ulink url="http://www.dvb.org" /> and/or |
14 | <emphasis role="tt">http://www.etsi.org/</emphasis>.</para> | 14 | <ulink url="http://www.etsi.org" />.</para> |
15 | 15 | ||
16 | <para>It is also necessary to know how to access unix/linux devices and | 16 | <para>It is also necessary to know how to access unix/linux devices and |
17 | how to use ioctl calls. This also includes the knowledge of C or C++. | 17 | 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. | |||
31 | <para>In early 2000, we were approached by Nokia with a proposal for a | 31 | <para>In early 2000, we were approached by Nokia with a proposal for a |
32 | new standard Linux DVB API. As a commitment to the development of | 32 | new standard Linux DVB API. As a commitment to the development of |
33 | terminals based on open standards, Nokia and Convergence made it | 33 | terminals based on open standards, Nokia and Convergence made it |
34 | available to all Linux developers and published it on <emphasis | 34 | available to all Linux developers and published it on |
35 | role="tt">http://www.linuxtv.org/</emphasis> in September 2000. | 35 | <ulink url="http://www.linuxtv.org/" /> in September 2000. |
36 | Convergence is the maintainer of the Linux DVB API. Together with the | 36 | Convergence is the maintainer of the Linux DVB API. Together with the |
37 | LinuxTV community (i.e. you, the reader of this document), the Linux DVB | 37 | LinuxTV community (i.e. you, the reader of this document), the Linux DVB |
38 | API will be constantly reviewed and improved. With the Linux driver for | 38 | API will be constantly reviewed and improved. With the Linux driver for |