1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
2 .. c:namespace:: DTV.ca
18 .. c:function:: int close(int fd)
24 File descriptor returned by a previous call to :c:func:`open()`.
29 This system call closes a previously opened CA device.
34 On success 0 is returned.
36 On error -1 is returned, and the ``errno`` variable is set
39 Generic error codes are described at the
40 :ref:`Generic Error Codes <gen-errors>` chapter.