summaryrefslogtreecommitdiff
path: root/kdbus.txt
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2013-04-15 02:15:45 +0200
committerKay Sievers <kay@vrfy.org>2013-04-15 02:15:45 +0200
commit6f8bb659a7f269df19384e83b51800bb4651adf0 (patch)
treed8c96f9357d01427aeaf62f52acb914ec8f3653c /kdbus.txt
parent929e0d24aabc4cb9484fad31c64c939133f7cc42 (diff)
downloadkdbus-bus-6f8bb659a7f269df19384e83b51800bb4651adf0.tar.gz
kdbus-bus-6f8bb659a7f269df19384e83b51800bb4651adf0.tar.bz2
kdbus-bus-6f8bb659a7f269df19384e83b51800bb4651adf0.zip
kdbus.txt: fix typos
Diffstat (limited to 'kdbus.txt')
-rw-r--r--kdbus.txt21
1 files changed, 11 insertions, 10 deletions
diff --git a/kdbus.txt b/kdbus.txt
index 27819b0c955..2ae3dd9d6a1 100644
--- a/kdbus.txt
+++ b/kdbus.txt
@@ -305,11 +305,11 @@ message has to suppply a buffer large enough to receive a complete message.
Kernel API error codes
===============================================================================
E2BIG
- A message contains to many records or items.
+ A message contains too many records or items.
EADDRNOTAVAIL
- A message flagged not to activate a service addressed a service which is
- not running.
+ A message flagged not to activate a service, addressed a service which is
+ not currently running.
EAGAIN
No messages are queued at the moment.
@@ -330,7 +330,7 @@ ECOMM
A peer does not accept the file descriptors addressed to it.
EDESTADDRREQ
- The well-known name is missing to address the receiver.
+ The well-known bus name is missing, to address the destination.
EDOM
The size of data does not match the expectations. Used for the
@@ -349,11 +349,11 @@ EFAULT
EINVAL
The provided data does not match its type or other expectations, like a
- string that it not NUL terminated, or string length that points behind
- the first NUL byte.
+ string which is not NUL terminated, or a string length that points behind
+ the first NUL byte in the string.
EISCON
- A control connection is already active.
+ A control connection is already activated.
EMFILE
Too many file descriptors have been supplied with a message.
@@ -374,7 +374,7 @@ ENOSYS
The requested functionality is not available.
ENOTCONN
- The addressed peer is not active connection.
+ The addressed peer is not an active connection.
ENOTSUPP
The feature negotiation failed, a not supported feature was requested.
@@ -394,7 +394,8 @@ EPERM
another entity.
ESHUTDOWN
- The connect is currently shutting down, no further operations are possible.
+ The connection is currently shutting down, no further operations are
+ possible.
ESRCH
- A requested well-known name is not found.
+ A requested well-known bus name is not found.