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 closes a previously opened CA device.
37 On success 0 is returned.
39 On error -1 is returned, and the ``errno`` variable is set
42 Generic error codes are described at the
43 :ref:`Generic Error Codes <gen-errors>` chapter.