1 .. -*- coding: utf-8; mode: rst -*-
18 .. cpp:function:: int close(int fd)
33 - File descriptor returned by a previous call to open().
39 This system call deactivates and deallocates a filter that was
40 previously allocated via the open() call.
55 - fd is not a valid open file descriptor.