README: Another typo fix and some line wrap cleanup

Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
Jonas Ådahl 2015-11-06 12:16:31 +08:00
parent 2f06d21c60
commit 2400377661

13
README
View file

@ -57,9 +57,8 @@ Unstable protocols have a special naming convention in order to make it
possible to make discoverable backward incompatible changes.
An unstable protocol has at least two versions; the major version which
represents backward incompatible changes, and the minor versions
which represent backward compatible changes to the interfaces in the
protocol.
represents backward incompatible changes, and the minor versions which
represents backward compatible changes to the interfaces in the protocol.
The major version is part of the XML file name and the protocol name in
the XML, while a minor version is the version attribute of the interfaces
@ -71,10 +70,10 @@ postfixed with the major version number.
For example, an unstable protocol called foo-bar with major version 2
containing the two interfaces wl_foo and wl_bar both minor version 1 will
be placed in the directory +unstable/foo-bar/+
consisting of one file called +README+ and one called
+foo-bar-unstable-v2.xml+. The XML file will consist of two interfaces
called +zwl_foo2+ and +zwl_bar2+ with the +version+ attribute set to +1+.
be placed in the directory +unstable/foo-bar/+ consisting of one file
called +README+ and one called +foo-bar-unstable-v2.xml+. The XML file
will consist of two interfaces called +zwl_foo2+ and +zwl_bar2+ with the
+version+ attribute set to +1+.
Unstable protocol changes
~~~~~~~~~~~~~~~~~~~~~~~~~