diff options
author | Markus Heiser <markus.heiser@darmarIT.de> | 2016-07-08 21:55:43 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-08 23:39:15 +0300 |
commit | 21c62694499800f74def88edfbd5dcd91c492b79 (patch) | |
tree | f8998e60c0400ba5475dba3685d9ac0ca1984b9d /Documentation/media/uapi/cec/cec-func-ioctl.rst | |
parent | e2460b1d579a6ea4f90cf2915da87b16b59e0082 (diff) | |
download | linux-21c62694499800f74def88edfbd5dcd91c492b79.tar.xz |
[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-ioctl.rst')
-rw-r--r-- | Documentation/media/uapi/cec/cec-func-ioctl.rst | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/Documentation/media/uapi/cec/cec-func-ioctl.rst b/Documentation/media/uapi/cec/cec-func-ioctl.rst index 9d37591e3ef4..69510ac5088a 100644 --- a/Documentation/media/uapi/cec/cec-func-ioctl.rst +++ b/Documentation/media/uapi/cec/cec-func-ioctl.rst @@ -6,10 +6,10 @@ cec ioctl() *********** -*man cec-ioctl(2)* - -Control a cec device +Name +==== +cec-ioctl - Control a cec device Synopsis ======== @@ -19,7 +19,7 @@ Synopsis #include <sys/ioctl.h> -.. c:function:: int ioctl( int fd, int request, void *argp ) +.. cpp:function:: int ioctl( int fd, int request, void *argp ) Arguments ========= @@ -66,12 +66,3 @@ descriptions. When an ioctl that takes an output or read/write parameter fails, the parameter remains unmodified. - - -.. ------------------------------------------------------------------------------ -.. 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 -.. ------------------------------------------------------------------------------ |