From: Felipe Gasper Date: Thu, 14 Feb 2019 15:06:04 +0000 (+0000) Subject: Update dbus-specification.xml to avoid implying that an interface name may consist... X-Git-Tag: dbus-1.13.10~15^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1471a25a017e930db0a3e4094cc9a2622b735505;p=thirdparty%2Fdbus.git Update dbus-specification.xml to avoid implying that an interface name may consist of only 1 element. --- diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 692fc1fac..fe3b5de80 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -1865,7 +1865,7 @@ additional restrictions that apply to interface names specifically: - Interface names are composed of 1 or more elements separated by + Interface names are composed of 2 or more elements separated by a period ('.') character. All elements must contain at least one character.