Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] DocBook media: fix typos

satellital -> satellite
antena -> antenna

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>

authored by

Hans Verkuil and committed by
Mauro Carvalho Chehab
6fc1cb2e d511eb7d

+8 -8
+4 -4
Documentation/DocBook/media/dvb/dvbproperty.xml
··· 3 3 <para>Tuning into a Digital TV physical channel and starting decoding it 4 4 requires to change a set of parameters, in order to control the 5 5 tuner, the demodulator, the Linear Low-noise Amplifier (LNA) and to set the 6 - antena subsystem via Satellite Equipment Control (SEC), on satellital 6 + antenna subsystem via Satellite Equipment Control (SEC), on satellite 7 7 systems. The actual parameters are specific to each particular digital 8 8 TV standards, and may change as the digital TV specs evolutes.</para> 9 9 <para>In the past, the strategy used were to have an union with the parameters ··· 171 171 <para>Central frequency of the channel.</para> 172 172 173 173 <para>Notes:</para> 174 - <para>1)For satellital delivery systems, it is measured in kHz. 174 + <para>1)For satellite delivery systems, it is measured in kHz. 175 175 For the other ones, it is measured in Hz.</para> 176 176 <para>2)For ISDB-T, the channels are usually transmitted with an offset of 143kHz. 177 177 E.g. a valid frequency could be 474143 kHz. The stepping is bound to the bandwidth of ··· 1434 1434 <para>In addition, the <link linkend="frontend-stat-properties">DTV QoS statistics</link> are also valid.</para> 1435 1435 </section> 1436 1436 </section> 1437 - <section id="frontend-property-satellital-systems"> 1438 - <title>Properties used on satellital delivery systems</title> 1437 + <section id="frontend-property-satellite-systems"> 1438 + <title>Properties used on satellite delivery systems</title> 1439 1439 <section id="dvbs-params"> 1440 1440 <title>DVB-S delivery system</title> 1441 1441 <para>The following parameters are valid for DVB-S:</para>
+1 -1
Documentation/DocBook/media/dvb/fe-set-tone.xml
··· 49 49 50 50 <para>This ioctl is used to set the generation of the continuous 22kHz tone. 51 51 This call requires read/write permissions.</para> 52 - <para>Usually, satellital antenna subsystems require that the digital TV 52 + <para>Usually, satellite antenna subsystems require that the digital TV 53 53 device to send a 22kHz tone in order to select between high/low band on 54 54 some dual-band LNBf. It is also used to send signals to DiSEqC equipment, 55 55 but this is done using the DiSEqC ioctls.</para>
+1 -1
Documentation/DocBook/media/dvb/fe-set-voltage.xml
··· 49 49 50 50 <para>This ioctl allows to set the DC voltage level sent through the antenna 51 51 cable to 13V, 18V or off.</para> 52 - <para>Usually, a satellital antenna subsystems require that the digital TV 52 + <para>Usually, a satellite antenna subsystems require that the digital TV 53 53 device to send a DC voltage to feed power to the LNBf. Depending on the 54 54 LNBf type, the polarization or the intermediate frequency (IF) of the LNBf 55 55 can controlled by the voltage level. Other devices (for example, the ones
+2 -2
Documentation/DocBook/media/dvb/frontend.xml
··· 4 4 <itemizedlist> 5 5 <listitem>Terrestrial systems: DVB-T, DVB-T2, ATSC, ATSC M/H, ISDB-T, DVB-H, DTMB, CMMB</listitem> 6 6 <listitem>Cable systems: DVB-C Annex A/C, ClearQAM (DVB-C Annex B), ISDB-C</listitem> 7 - <listitem>Satellital systems: DVB-S, DVB-S2, DVB Turbo, ISDB-S, DSS</listitem> 7 + <listitem>Satellite systems: DVB-S, DVB-S2, DVB Turbo, ISDB-S, DSS</listitem> 8 8 </itemizedlist> 9 9 <para>The DVB frontend controls several sub-devices including:</para> 10 10 <itemizedlist> ··· 21 21 22 22 <para>NOTE: Transmission via the internet (DVB-IP) 23 23 is not yet handled by this API but a future extension is possible.</para> 24 - <para>On Satellital systems, the API support for the Satellite Equipment Control 24 + <para>On Satellite systems, the API support for the Satellite Equipment Control 25 25 (SEC) allows to power control and to send/receive signals to control the 26 26 antenna subsystem, selecting the polarization and choosing the Intermediate 27 27 Frequency IF) of the Low Noise Block Converter Feed Horn (LNBf). It