Linux 4.8.3
[linux/fpc-iii.git] / Documentation / media / uapi / dvb / dmx-fclose.rst
blobf54c2a1220c15ca2147a778d7d52dcf591e64f20
1 .. -*- coding: utf-8; mode: rst -*-
3 .. _dmx_fclose:
5 =================
6 DVB demux close()
7 =================
9 Name
10 ----
12 DVB demux close()
15 Synopsis
16 --------
18 .. cpp:function:: int close(int fd)
21 Arguments
22 ---------
24 .. flat-table::
25     :header-rows:  0
26     :stub-columns: 0
29     -  .. row 1
31        -  int fd
33        -  File descriptor returned by a previous call to open().
36 Description
37 -----------
39 This system call deactivates and deallocates a filter that was
40 previously allocated via the open() call.
43 Return Value
44 ------------
46 .. flat-table::
47     :header-rows:  0
48     :stub-columns: 0
51     -  .. row 1
53        -  ``EBADF``
55        -  fd is not a valid open file descriptor.