summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-26 19:12:16 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-27 14:07:19 +0100
commitcba82a6b361c5fd9e47f9de6df75e7b092687351 (patch)
tree21cc73625299b4dedceb6f45ec0ce7e8cb3d2662
parent0dabd59d90683d62960fb32f9aeafc2978ba6f59 (diff)
allow Connection_Manager_Name to start with an underscore
There's no real reason not to allow this. Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69855
-rw-r--r--spec/Connection_Manager.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/Connection_Manager.xml b/spec/Connection_Manager.xml
index 37c0c9f6..27b8c75e 100644
--- a/spec/Connection_Manager.xml
+++ b/spec/Connection_Manager.xml
@@ -24,7 +24,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>The name of a connection manager, found in its well-known
bus name and object path. This must be a non-empty string of
- ASCII letters, digits and underscores, starting with a letter.
+ ASCII letters, digits and underscores, starting with a letter
+ or underscore.
This is typically the name of the executable with any "telepathy-"
prefix removed, and any hyphen/minus signs replaced by
underscores.</p>