[media] docs-rst: fix dmx bad cross-references

Some structs are pointed via the typedef. As we replaced
those references, fix them.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
Mauro Carvalho Chehab 2016-08-31 18:57:07 -03:00
parent 848d10314b
commit 180965cb08
2 changed files with 3 additions and 4 deletions

View File

@ -15,7 +15,7 @@ DMX_GET_CAPS
Synopsis
--------
.. c:function:: int ioctl(fd, DMX_GET_CAPS, dmx_caps_t *caps)
.. c:function:: int ioctl(fd, DMX_GET_CAPS, struct dmx_caps *caps)
:name: DMX_GET_CAPS
Arguments
@ -25,7 +25,7 @@ Arguments
File descriptor returned by :c:func:`open() <dvb-dmx-open>`.
``caps``
Undocumented.
Pointer to struct :c:type:`dmx_caps`
Description
@ -33,7 +33,6 @@ Description
.. note:: This ioctl is undocumented. Documentation is welcome.
Return Value
------------

View File

@ -15,7 +15,7 @@ DMX_SET_SOURCE
Synopsis
--------
.. c:function:: int ioctl(fd, DMX_SET_SOURCE, dmx_source_t *src)
.. c:function:: int ioctl(fd, DMX_SET_SOURCE, struct dmx_source *src)
:name: DMX_SET_SOURCE