diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-29 10:19:55 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-30 11:15:35 -0300 |
commit | 87db4553a873976f306d98bab5436a4a86d37882 (patch) | |
tree | cb44e66791d3af823b37a750904048f2b04da13e /Documentation/DocBook/media/dvb/fe-set-tone.xml | |
parent | ac99edd2e13df8d4a5bd3dd2a8b004121f4fb47d (diff) | |
download | linux-stable-87db4553a873976f306d98bab5436a4a86d37882.tar.gz linux-stable-87db4553a873976f306d98bab5436a4a86d37882.tar.bz2 linux-stable-87db4553a873976f306d98bab5436a4a86d37882.zip |
[media] DocBook: Fix arguments on some ioctl documentation
Due to a cut-and-paste error, the argument is missing or wrong
on 3 ioctl documentation. Fix them.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'Documentation/DocBook/media/dvb/fe-set-tone.xml')
-rw-r--r-- | Documentation/DocBook/media/dvb/fe-set-tone.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/DocBook/media/dvb/fe-set-tone.xml b/Documentation/DocBook/media/dvb/fe-set-tone.xml index b4b1f5303170..f3d965503c25 100644 --- a/Documentation/DocBook/media/dvb/fe-set-tone.xml +++ b/Documentation/DocBook/media/dvb/fe-set-tone.xml @@ -36,7 +36,10 @@ </listitem> </varlistentry> <varlistentry> - <term><parameter>pointer to &fe-sec-tone-mode;</parameter></term> + <term><parameter>tone</parameter></term> + <listitem> + <para>pointer to &fe-sec-tone-mode;</para> + </listitem> </varlistentry> </variablelist> </refsect1> |