diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-09-01 19:21:49 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-09-05 13:19:32 +0300 |
commit | 883dfe8ae6c7dfe4b97151094459b8a32665a168 (patch) | |
tree | 9b80186623042251a28520b6366f87b59d9162bf /Documentation/media/uapi/dvb/dmx-fclose.rst | |
parent | 8e3195101bc24eb09def6cb3a42a37dde2c31c52 (diff) | |
download | linux-883dfe8ae6c7dfe4b97151094459b8a32665a168.tar.xz |
media: dvb uAPI docs: minor editorial changes
Do minor editorial changes to improve documentation readability:
- mark literals as such;
- add table markups to hint sizes;
- define what PES means;
- instead of hardcoding devnode numbers to zero (like adapter0/) use a
question mark, to indicate that multiple devnodes may exist;
- add cross-references where useful.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/uapi/dvb/dmx-fclose.rst')
-rw-r--r-- | Documentation/media/uapi/dvb/dmx-fclose.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/media/uapi/dvb/dmx-fclose.rst b/Documentation/media/uapi/dvb/dmx-fclose.rst index 8693501dbd4d..578e929f4bde 100644 --- a/Documentation/media/uapi/dvb/dmx-fclose.rst +++ b/Documentation/media/uapi/dvb/dmx-fclose.rst @@ -23,13 +23,14 @@ Arguments --------- ``fd`` - File descriptor returned by a previous call to :c:func:`open() <dvb-ca-open>`. + File descriptor returned by a previous call to + :c:func:`open() <dvb-dmx-open>`. Description ----------- This system call deactivates and deallocates a filter that was -previously allocated via the open() call. +previously allocated via the :c:func:`open() <dvb-dmx-open>` call. Return Value |