Merge remote-tracking branch 'battery/for-next'
[deliverable/linux.git] / Documentation / media / uapi / dvb / video-fclose.rst
CommitLineData
47d23e36
MCC
1.. -*- coding: utf-8; mode: rst -*-
2
3.. _video_fclose:
4
586027ce 5=================
47d23e36
MCC
6dvb video close()
7=================
8
15e7d615 9Name
586027ce 10----
47d23e36 11
586027ce 12dvb video close()
47d23e36 13
cf8076c3 14.. attention:: This ioctl is deprecated.
15e7d615
MCC
15
16Synopsis
47d23e36
MCC
17--------
18
1b81f010 19.. c:function:: int close(int fd)
47d23e36 20
47d23e36 21
15e7d615 22Arguments
586027ce 23---------
47d23e36
MCC
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
15e7d615 37Description
586027ce
MCC
38-----------
39
40This system call closes a previously opened video device.
47d23e36
MCC
41
42
15e7d615 43Return Value
586027ce 44------------
47d23e36
MCC
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.
This page took 0.057534 seconds and 5 git commands to generate.