Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[linux/fpc-iii.git] / Documentation / media / uapi / dvb / dmx-fclose.rst
blobca93c23cde6db2b1bf01ca22a6aa23414161bebc
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 .. c:function:: int close(int fd)
19     :name: dvb-dmx-close
22 Arguments
23 ---------
25 ``fd``
26   File descriptor returned by a previous call to :c:func:`open() <dvb-ca-open>`.
28 Description
29 -----------
31 This system call deactivates and deallocates a filter that was
32 previously allocated via the open() call.
35 Return Value
36 ------------
38 .. flat-table::
39     :header-rows:  0
40     :stub-columns: 0
43     -  .. row 1
45        -  ``EBADF``
47        -  fd is not a valid open file descriptor.