summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2015-11-06 12:16:31 +0800
committerJonas Ådahl <jadahl@gmail.com>2015-11-06 12:16:31 +0800
commit24003776611d95ab95e855cb0a74313667ae38e7 (patch)
treef1d583284477a91b8e34b854ac3d7f4d7c900d6f
parent2f06d21c60596adb616115c6d897b0c8c7105d99 (diff)
downloadwayland-protocols-24003776611d95ab95e855cb0a74313667ae38e7.tar.gz
README: Another typo fix and some line wrap cleanup
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
-rw-r--r--README13
1 files changed, 6 insertions, 7 deletions
diff --git a/README b/README
index 46bc8ca..437bb1d 100644
--- a/README
+++ b/README
@@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~