Update dbus-specification.xml to avoid implying that an interface name may consist of only 1 element.

This commit is contained in:
Felipe Gasper 2019-02-14 15:06:04 +00:00 committed by Ralf Habacker
parent b81487d72d
commit 1471a25a01

View file

@ -1865,7 +1865,7 @@
additional restrictions that apply to interface names
specifically:
<itemizedlist>
<listitem><para>Interface names are composed of 1 or more elements separated by
<listitem><para>Interface names are composed of 2 or more elements separated by
a period ('.') character. All elements must contain at least
one character.
</para>