summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-08-03 10:53:24 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-08-03 10:53:24 +0000
commit5e98df6589599da6a3db91c8a3aaac55b9bb2dd7 (patch)
tree1fc138003a2f5635a75804d301b84212f15e756f
parent7a8e43ce7d2bb0efd5dd345240ee38c9c8db1037 (diff)
Make Tube_Address_Type_Abstract_Unix include the leading NUL in the byte array
-rw-r--r--spec/Channel_Type_Tubes.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/spec/Channel_Type_Tubes.xml b/spec/Channel_Type_Tubes.xml
index e10d5b59..dd1398bb 100644
--- a/spec/Channel_Type_Tubes.xml
+++ b/spec/Channel_Type_Tubes.xml
@@ -99,8 +99,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<tp:enumvalue suffix="Abstract_Unix" value="1">
<tp:docstring>
- An abstract Unix socket. The address is a byte-array, signature 'ay',
- containing the path of the socket without the leading null byte.
+ An abstract Unix socket. The variant contains a byte-array,
+ signature 'ay', containing the path of the socket including the
+ leading null byte.
</tp:docstring>
</tp:enumvalue>