diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2015-05-31 09:59:11 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-06-01 05:19:18 -0300 |
commit | 595d041a18ec80702b6d4e01ebb2e47f1a0d3781 (patch) | |
tree | 5d7fbe0560106bdb13ff45c4840181a5b28c75a1 /Documentation/DocBook/media/dvb/fe-get-property.xml | |
parent | 6fc1cb2ef495df7a505b71dbc660c743043ae7b8 (diff) |
[media] DocBook media: xmllint fixes
Fixes a large number of xmllint errors.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'Documentation/DocBook/media/dvb/fe-get-property.xml')
-rw-r--r-- | Documentation/DocBook/media/dvb/fe-get-property.xml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/Documentation/DocBook/media/dvb/fe-get-property.xml b/Documentation/DocBook/media/dvb/fe-get-property.xml index 456ed92133f1..7d0bd78f5a24 100644 --- a/Documentation/DocBook/media/dvb/fe-get-property.xml +++ b/Documentation/DocBook/media/dvb/fe-get-property.xml @@ -17,7 +17,7 @@ <funcdef>int <function>ioctl</function></funcdef> <paramdef>int <parameter>fd</parameter></paramdef> <paramdef>int <parameter>request</parameter></paramdef> - <paramdef>&dtv-properties; *<parameter>argp</parameter></paramdef> + <paramdef>struct dtv_property *<parameter>argp</parameter></paramdef> </funcprototype> </funcsynopsis> </refsynopsisdiv> @@ -57,25 +57,25 @@ and on the device:</para> <listitem> <para><constant>FE_SET_PROPERTY:</constant></para> <itemizedlist> -<listitem>This ioctl is used to set one or more - frontend properties.</listitem> -<listitem>This is the basic command to request the frontend to tune into some - frequency and to start decoding the digital TV signal.</listitem> -<listitem>This call requires read/write access to the device.</listitem> -<listitem>At return, the values are updated to reflect the - actual parameters used.</listitem> +<listitem><para>This ioctl is used to set one or more + frontend properties.</para></listitem> +<listitem><para>This is the basic command to request the frontend to tune into some + frequency and to start decoding the digital TV signal.</para></listitem> +<listitem><para>This call requires read/write access to the device.</para></listitem> +<listitem><para>At return, the values are updated to reflect the + actual parameters used.</para></listitem> </itemizedlist> </listitem> <listitem> <para><constant>FE_GET_PROPERTY:</constant></para> <itemizedlist> -<listitem>This ioctl is used to get properties and -statistics from the frontend.</listitem> -<listitem>No properties are changed, and statistics aren't reset.</listitem> -<listitem>This call only requires read-only access to the device.</listitem> +<listitem><para>This ioctl is used to get properties and +statistics from the frontend.</para></listitem> +<listitem><para>No properties are changed, and statistics aren't reset.</para></listitem> +<listitem><para>This call only requires read-only access to the device.</para></listitem> </itemizedlist> </listitem> </itemizedlist> -&return-value-dvb;. +&return-value-dvb; </refsect1> </refentry> |