1 .. -*- coding: utf-8; mode: rst -*-
18 .. c:function:: int close(int fd)
26 File descriptor returned by a previous call to :c:func:`open() <dvb-ca-open>`.
31 This system call deactivates and deallocates a filter that was
32 previously allocated via the open() call.
47 - fd is not a valid open file descriptor.