From 24003776611d95ab95e855cb0a74313667ae38e7 Mon Sep 17 00:00:00 2001 From: Jonas Ådahl Date: Fri, 6 Nov 2015 12:16:31 +0800 Subject: README: Another typo fix and some line wrap cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Ådahl --- README | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'README') 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 ~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3