diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-28 14:32:28 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-30 09:48:21 -0300 |
commit | 704db8050d873b16ec781e69b2928dcc94049684 (patch) | |
tree | 4a0e38f97d963fbbce4e39f3ffb93048972d3bbd /Documentation/DocBook/media | |
parent | 997eb9039df27dfd5b1901e26ebae09d5dbe6cff (diff) |
[media] DocBook: some fixes at FE_GET_INFO
There are a few issues at FE_GET_INFO documentation:
- name is a string, not a pointer to a string;
- the return text should be after the paragraph.
While here, better to bold that two fields of the structure used
by FE_GET_INFO are actually deprecated.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'Documentation/DocBook/media')
-rw-r--r-- | Documentation/DocBook/media/dvb/fe-get-info.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Documentation/DocBook/media/dvb/fe-get-info.xml b/Documentation/DocBook/media/dvb/fe-get-info.xml index b98a9a5e74d3..4400790b4565 100644 --- a/Documentation/DocBook/media/dvb/fe-get-info.xml +++ b/Documentation/DocBook/media/dvb/fe-get-info.xml @@ -53,8 +53,9 @@ kernel devices compatible with this specification and to obtain information about driver and hardware capabilities. The ioctl takes a pointer to dvb_frontend_info which is filled by the driver. When the -driver is not compatible with this specification the ioctl returns an error &return-value-dvb;. +driver is not compatible with this specification the ioctl returns an error. </para> +&return-value-dvb; <table pgwide="1" frame="none" id="dvb-frontend-info"> <title>struct <structname>dvb_frontend_info</structname></title> @@ -62,13 +63,13 @@ driver is not compatible with this specification the ioctl returns an error &ret &cs-str; <tbody valign="top"> <row> - <entry>char *</entry> + <entry>char</entry> <entry>name[128]</entry> <entry>Name of the frontend</entry> </row><row> <entry>fe_type_t</entry> <entry>type</entry> - <entry>DVBv3 type. Should not be used on modern programs, as a + <entry><emphasis role="bold">DEPRECATED</emphasis>. DVBv3 type. Should not be used on modern programs, as a frontend may have more than one type. So, the DVBv5 API should be used instead to enumerate and select the frontend type.</entry> </row><row> @@ -102,7 +103,7 @@ driver is not compatible with this specification the ioctl returns an error &ret </row><row> <entry>uint32_t</entry> <entry>notifier_delay</entry> - <entry>Deprecated. Not used by any driver.</entry> + <entry><emphasis role="bold">DEPRECATED</emphasis>. Not used by any driver.</entry> </row><row> <entry>&fe-caps;</entry> <entry>caps</entry> |