diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-05 19:36:01 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-28 00:53:37 +0400 |
commit | 3de530f805c012d3b58ffdd10e43e3ec7790baa3 (patch) | |
tree | 4da7129e26a0c2634ffeef9c26f90fa129ee6624 /Documentation/DocBook/media/dvb/dvbproperty.xml | |
parent | 7464aa50c6529c1da6a80496911e16244119fd16 (diff) | |
download | linux-3de530f805c012d3b58ffdd10e43e3ec7790baa3.tar.xz |
[media] DVB: Point to the generic error chapter
Just like the V4L, MC and LIRC API's, point to the generic error
chapter for ioctl's. This will allow moving generic error codes
to just one place inside all media API's.
A latter patch will remove the generic errors from each specific
ioctl.
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation/DocBook/media/dvb/dvbproperty.xml')
-rw-r--r-- | Documentation/DocBook/media/dvb/dvbproperty.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/DocBook/media/dvb/dvbproperty.xml b/Documentation/DocBook/media/dvb/dvbproperty.xml index caec58c60032..33274bcc8592 100644 --- a/Documentation/DocBook/media/dvb/dvbproperty.xml +++ b/Documentation/DocBook/media/dvb/dvbproperty.xml @@ -80,7 +80,7 @@ struct dtv_properties { <para>Points to the location where the front-end property commands are stored.</para> </entry> </row></tbody></tgroup></informaltable> -<para>ERRORS</para> +&return-value-dvb; <informaltable><tgroup cols="2"><tbody><row> <entry align="char"><para>EINVAL</para></entry> <entry align="char"><para>Invalid parameter(s) received or number of parameters out of the range.</para></entry> @@ -137,8 +137,7 @@ struct dtv_properties { <para>Points to the location where the front-end property commands are stored.</para> </entry> </row></tbody></tgroup></informaltable> -<para>ERRORS -</para> +&return-value-dvb; <informaltable><tgroup cols="2"><tbody><row> <entry align="char"><para>EINVAL</para></entry> <entry align="char"><para>Invalid parameter(s) received or number of parameters out of the range.</para></entry> |