summaryrefslogtreecommitdiff
path: root/Documentation/media/uapi/cec/cec-func-open.rst
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-08 17:59:27 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-08 17:59:27 -0300
commitb2a584367e8a632eef3f8ff367514d4730fabcac (patch)
treeb5fc972fab0c340395f2261032741ea49d995804 /Documentation/media/uapi/cec/cec-func-open.rst
parent21c62694499800f74def88edfbd5dcd91c492b79 (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-open.rst')
-rw-r--r--Documentation/media/uapi/cec/cec-func-open.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/media/uapi/cec/cec-func-open.rst b/Documentation/media/uapi/cec/cec-func-open.rst
index 53ffc091e2c0..95db9d1dc6b5 100644
--- a/Documentation/media/uapi/cec/cec-func-open.rst
+++ b/Documentation/media/uapi/cec/cec-func-open.rst
@@ -64,17 +64,17 @@ Return Value
-1 is returned, and ``errno`` is set appropriately. Possible error codes
include:
-EACCES
+``EACCES``
The requested access to the file is not allowed.
-EMFILE
+``EMFILE``
The process already has the maximum number of files open.
-ENFILE
+``ENFILE``
The system limit on the total number of open files has been reached.
-ENOMEM
+``ENOMEM``
Insufficient kernel memory was available.
-ENXIO
+``ENXIO``
No device corresponding to this device special file exists.