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