[Telepathy-commits] [telepathy-spec/master] explicitely say the 'variant' is the address in Socket_Address_Type descriptions
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Wed Nov 5 04:09:32 PST 2008
---
spec/Channel_Type_Tubes.xml | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/spec/Channel_Type_Tubes.xml b/spec/Channel_Type_Tubes.xml
index 34dc3e3..536ce2f 100644
--- a/spec/Channel_Type_Tubes.xml
+++ b/spec/Channel_Type_Tubes.xml
@@ -183,14 +183,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<tp:enum name="Socket_Address_Type" type="u">
<tp:enumvalue suffix="Unix" value="0">
<tp:docstring>
- A Unix socket. The variant contains a byte-array, signature 'ay',
+ A Unix socket. The address variant contains a byte-array, signature 'ay',
containing the path of the socket.
</tp:docstring>
</tp:enumvalue>
<tp:enumvalue suffix="Abstract_Unix" value="1">
<tp:docstring>
- An abstract Unix socket. The variant contains a byte-array,
+ An abstract Unix socket. The address variant contains a byte-array,
signature 'ay', containing the path of the socket including the
leading null byte.
</tp:docstring>
@@ -198,7 +198,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<tp:enumvalue suffix="IPv4" value="2">
<tp:docstring>
- An IPv4 socket. The variant contains a Socket_Address_IPv4,
+ An IPv4 socket. The address variant contains a Socket_Address_IPv4,
i.e. a structure with signature (sq)
in which the string is an IPv4 dotted-quad address literal
(and must not be a DNS name), while the 16-bit unsigned integer is
@@ -208,7 +208,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<tp:enumvalue suffix="IPv6" value="3">
<tp:docstring>
- An IPv6 socket. The variant contains a Socket_Address_IPv6,
+ An IPv6 socket. The address variant contains a Socket_Address_IPv6,
i.e. a structure with signature (sq)
in which the string is an IPv6 address literal as specified in
RFC2373 (and must not be a DNS name), while the 16-bit unsigned
@@ -218,7 +218,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<tp:enumvalue suffix="Local_File" value="4">
<tp:docstring>
- A file on the local file system. The variant contains a full path
+ A file on the local file system. The address variant contains a full path
either using a string if the path is known to be Unicode, or
a byte-array, signature 'ay'.
This fake socket address type shouldn't be used with tubes.
--
1.5.6.5
More information about the Telepathy-commits
mailing list