Commit 180965cb authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[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: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 848d1031
...@@ -15,7 +15,7 @@ DMX_GET_CAPS ...@@ -15,7 +15,7 @@ DMX_GET_CAPS
Synopsis 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 :name: DMX_GET_CAPS
Arguments Arguments
...@@ -25,7 +25,7 @@ Arguments ...@@ -25,7 +25,7 @@ Arguments
File descriptor returned by :c:func:`open() <dvb-dmx-open>`. File descriptor returned by :c:func:`open() <dvb-dmx-open>`.
``caps`` ``caps``
Undocumented. Pointer to struct :c:type:`dmx_caps`
Description Description
...@@ -33,7 +33,6 @@ Description ...@@ -33,7 +33,6 @@ Description
.. note:: This ioctl is undocumented. Documentation is welcome. .. note:: This ioctl is undocumented. Documentation is welcome.
Return Value Return Value
------------ ------------
......
...@@ -15,7 +15,7 @@ DMX_SET_SOURCE ...@@ -15,7 +15,7 @@ DMX_SET_SOURCE
Synopsis 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 :name: DMX_SET_SOURCE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment