1.. -*- coding: utf-8; mode: rst -*-
2
3.. _video_fclose:
4
5=================
6dvb video close()
7=================
8
9Name
10----
11
12dvb video close()
13
14.. attention:: This ioctl is deprecated.
15
16Synopsis
17--------
18
19.. c:function:: int close(int fd)
20
21
22Arguments
23---------
24
25.. flat-table::
26    :header-rows:  0
27    :stub-columns: 0
28
29
30    -  .. row 1
31
32       -  int fd
33
34       -  File descriptor returned by a previous call to open().
35
36
37Description
38-----------
39
40This system call closes a previously opened video device.
41
42
43Return Value
44------------
45
46.. flat-table::
47    :header-rows:  0
48    :stub-columns: 0
49
50
51    -  .. row 1
52
53       -  ``EBADF``
54
55       -  fd is not a valid open file descriptor.
56