diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-11-29 07:04:06 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-11-29 07:04:06 +0100 |
commit | 79b61d359019fe008c9ab0b2da1f88f41ea1b74c (patch) | |
tree | 607473e5fc9d2b8d70553418538c3229264413a8 /doc/protocol | |
parent | improve readme (diff) | |
download | bus-79b61d359019fe008c9ab0b2da1f88f41ea1b74c.tar.gz bus-79b61d359019fe008c9ab0b2da1f88f41ea1b74c.tar.bz2 bus-79b61d359019fe008c9ab0b2da1f88f41ea1b74c.tar.xz |
fix documentation + add info manual
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/protocol')
-rw-r--r-- | doc/protocol | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/protocol b/doc/protocol index a846581..f45799e 100644 --- a/doc/protocol +++ b/doc/protocol @@ -44,6 +44,5 @@ listen: and `V(a)` is done when exiting the scope. It also means that these actions [P(a) and V(a)] are undone when the process exits, or if the call fails. -`with V(a)` that `V(a)` is like `with P(a)` that `P(a)` and -`V(a)` are exchanged. +`with V(a)` is to `V(a)` as `with P(a)` is to `P(a)`. |