diff options
author | Markus Heiser <markus.heiser@darmarIT.de> | 2016-07-08 20:55:43 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-08 17:39:15 -0300 |
commit | 21c62694499800f74def88edfbd5dcd91c492b79 (patch) | |
tree | f8998e60c0400ba5475dba3685d9ac0ca1984b9d /Documentation/media/uapi/cec/cec-func-close.rst | |
parent | e2460b1d579a6ea4f90cf2915da87b16b59e0082 (diff) |
[media] doc-rst: linux_tc CEC enhanced markup
leaved content unchanged, only improved markup and references
* more man-like sections (add Name section)
* defined target for each stuct field description
* replace constant with ":ref:" to (field) description
Signed-off-by: Markus Heiser <markus.heiser@darmarIT.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/uapi/cec/cec-func-close.rst')
-rw-r--r-- | Documentation/media/uapi/cec/cec-func-close.rst | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/Documentation/media/uapi/cec/cec-func-close.rst b/Documentation/media/uapi/cec/cec-func-close.rst index 68e47e2aa068..11f083602792 100644 --- a/Documentation/media/uapi/cec/cec-func-close.rst +++ b/Documentation/media/uapi/cec/cec-func-close.rst @@ -6,9 +6,10 @@ cec close() *********** -*man cec-close(2)* +Name +==== -Close a cec device +cec-close - Close a cec device Synopsis @@ -19,7 +20,7 @@ Synopsis #include <unistd.h> -.. c:function:: int close( int fd ) +.. cpp:function:: int close( int fd ) Arguments ========= @@ -46,12 +47,3 @@ Return Value EBADF ``fd`` is not a valid open file descriptor. - - -.. ------------------------------------------------------------------------------ -.. This file was automatically converted from DocBook-XML with the dbxml -.. library (https://github.com/return42/sphkerneldoc). The origin XML comes -.. from the linux kernel, refer to: -.. -.. * https://github.com/torvalds/linux/tree/master/Documentation/DocBook -.. ------------------------------------------------------------------------------ |