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

[media] DocBook: fix some syntax issues at dvbproperty.xml

Some minor English syntax fixes.

Reported-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>

+3 -3
+3 -3
Documentation/DocBook/media/dvb/dvbproperty.xml
··· 1 1 <section id="frontend-properties"> 2 2 <title>DVB Frontend properties</title> 3 3 <para>Tuning into a Digital TV physical channel and starting decoding it 4 - requires to change a set of parameters, in order to control the 4 + requires changing 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 6 antenna subsystem via Satellite Equipment Control (SEC), on satellite 7 7 systems. The actual parameters are specific to each particular digital 8 - TV standards, and may change as the digital TV specs evolutes.</para> 9 - <para>In the past, the strategy used were to have an union with the parameters 8 + TV standards, and may change as the digital TV specs evolves.</para> 9 + <para>In the past, the strategy used was to have a union with the parameters 10 10 needed to tune for DVB-S, DVB-C, DVB-T and ATSC delivery systems grouped 11 11 there. The problem is that, as the second generation standards appeared, 12 12 those structs were not big enough to contain the additional parameters.