diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-08 17:59:27 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-08 17:59:27 -0300 |
commit | b2a584367e8a632eef3f8ff367514d4730fabcac (patch) | |
tree | b5fc972fab0c340395f2261032741ea49d995804 /Documentation/media/uapi/cec/cec-func-close.rst | |
parent | 21c62694499800f74def88edfbd5dcd91c492b79 (diff) |
[media] doc-dst: visually improve the CEC pages
Adjust the widths and show error codes as constants.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/media/uapi/cec/cec-func-close.rst b/Documentation/media/uapi/cec/cec-func-close.rst index 11f083602792..ae55e55ab84a 100644 --- a/Documentation/media/uapi/cec/cec-func-close.rst +++ b/Documentation/media/uapi/cec/cec-func-close.rst @@ -45,5 +45,5 @@ Return Value :c:func:`close()` returns 0 on success. On error, -1 is returned, and ``errno`` is set appropriately. Possible error codes are: -EBADF +``EBADF`` ``fd`` is not a valid open file descriptor. |