diff --git a/Documentation/DocBook/media/v4l/gen-errors.xml b/Documentation/DocBook/media/v4l/gen-errors.xml
index 737ecaaa335da5688e17bbbe3b8df2007d539c9e..7e29a4e1f696ec0c898fa431c4ea9163b5a12de9 100644
--- a/Documentation/DocBook/media/v4l/gen-errors.xml
+++ b/Documentation/DocBook/media/v4l/gen-errors.xml
@@ -7,10 +7,12 @@
- EAGAIN
+ EAGAIN (aka EWOULDBLOCK)
The ioctl can't be handled because the device is in state where
it can't perform it. This could happen for example in case where
device is sleeping and ioctl is performed to query statistics.
+ It is also returned when the ioctl would need to wait
+ for an event, but the device was opened in non-blocking mode.
@@ -63,11 +65,6 @@
permission, or some special capabilities is needed
(e. g. root)
-
- EWOULDBLOCK
- Operation would block. Used when the ioctl would need to wait
- for an event, but the device was opened in non-blocking mode.
-