summaryrefslogtreecommitdiff
path: root/Documentation/media/uapi/dvb/dmx-fwrite.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/media/uapi/dvb/dmx-fwrite.rst')
-rw-r--r--Documentation/media/uapi/dvb/dmx-fwrite.rst30
1 files changed, 7 insertions, 23 deletions
diff --git a/Documentation/media/uapi/dvb/dmx-fwrite.rst b/Documentation/media/uapi/dvb/dmx-fwrite.rst
index c05a44c4535f..8a90dfe28307 100644
--- a/Documentation/media/uapi/dvb/dmx-fwrite.rst
+++ b/Documentation/media/uapi/dvb/dmx-fwrite.rst
@@ -16,34 +16,19 @@ Synopsis
--------
.. c:function:: ssize_t write(int fd, const void *buf, size_t count)
-
+ :name: dvb-dmx-write
Arguments
---------
-.. flat-table::
- :header-rows: 0
- :stub-columns: 0
+``fd``
+ File descriptor returned by a previous call to :c:func:`open() <dvb-ca-open>`.
+``buf``
+ Buffer with data to be written
- - .. row 1
-
- - int fd
-
- - File descriptor returned by a previous call to open().
-
- - .. row 2
-
- - void \*buf
-
- - Pointer to the buffer containing the Transport Stream.
-
- - .. row 3
-
- - size_t count
-
- - Size of buf.
-
+``count``
+ Number of bytes at the buffer
Description
-----------
@@ -65,7 +50,6 @@ Return Value
:header-rows: 0
:stub-columns: 0
-
- .. row 1
- ``EWOULDBLOCK``