doc-rst: customize RTD theme, captions & inline literal
[deliverable/linux.git] / Documentation / linux_tv / media / dvb / dmx-fclose.rst
CommitLineData
47d23e36
MCC
1.. -*- coding: utf-8; mode: rst -*-
2
3.. _dmx_fclose:
4
586027ce 5=================
47d23e36
MCC
6DVB demux close()
7=================
8
586027ce
MCC
9NAME
10----
47d23e36 11
586027ce 12DVB demux close()
47d23e36 13
586027ce 14SYNOPSIS
47d23e36
MCC
15--------
16
17.. c:function:: int close(int fd)
18
47d23e36 19
586027ce
MCC
20ARGUMENTS
21---------
47d23e36
MCC
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
586027ce
MCC
35DESCRIPTION
36-----------
47d23e36 37
586027ce
MCC
38This system call deactivates and deallocates a filter that was
39previously allocated via the open() call.
47d23e36
MCC
40
41
586027ce
MCC
42RETURN VALUE
43------------
44
47d23e36
MCC
45.. flat-table::
46 :header-rows: 0
47 :stub-columns: 0
48
49
50 - .. row 1
51
52 - ``EBADF``
53
54 - fd is not a valid open file descriptor.
This page took 0.033385 seconds and 5 git commands to generate.