summaryrefslogtreecommitdiff
path: root/Documentation/linux_tv/media/dvb/dmx-fclose.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/linux_tv/media/dvb/dmx-fclose.rst')
-rw-r--r--Documentation/linux_tv/media/dvb/dmx-fclose.rst27
1 files changed, 14 insertions, 13 deletions
diff --git a/Documentation/linux_tv/media/dvb/dmx-fclose.rst b/Documentation/linux_tv/media/dvb/dmx-fclose.rst
index 079e944b8fc8..7889d0b76f7d 100644
--- a/Documentation/linux_tv/media/dvb/dmx-fclose.rst
+++ b/Documentation/linux_tv/media/dvb/dmx-fclose.rst
@@ -2,24 +2,23 @@
.. _dmx_fclose:
+=================
DVB demux close()
=================
-Description
------------
+NAME
+----
-This system call deactivates and deallocates a filter that was
-previously allocated via the open() call.
+DVB demux close()
-Synopsis
+SYNOPSIS
--------
.. c:function:: int close(int fd)
-Arguments
-----------
-
+ARGUMENTS
+---------
.. flat-table::
:header-rows: 0
@@ -33,11 +32,16 @@ Arguments
- File descriptor returned by a previous call to open().
-Return Value
-------------
+DESCRIPTION
+-----------
+This system call deactivates and deallocates a filter that was
+previously allocated via the open() call.
+RETURN VALUE
+------------
+
.. flat-table::
:header-rows: 0
:stub-columns: 0
@@ -48,6 +52,3 @@ Return Value
- ``EBADF``
- fd is not a valid open file descriptor.
-
-
-