summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2015-11-17 11:45:48 +0800
committerJonas Ådahl <jadahl@gmail.com>2015-11-17 15:31:43 +0800
commit7c671d79678d8b28711a6fa659fca47768daed88 (patch)
treee352f504727b80a35528f6ca6ef8d4d0e0bf966e
parentf4346218f2d5cd8d3955e83c0f63038385bbfc4f (diff)
downloadwayland-protocols-7c671d79678d8b28711a6fa659fca47768daed88.tar.gz
README: postfix -> suffix
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 2440b91..324f873 100644
--- a/README
+++ b/README
@@ -85,7 +85,7 @@ than one global.
The XML file and protocol name also has the word 'unstable' in them, and
all of the interfaces in the protocol are prefixed with +z+ and
-postfixed with the major version number.
+suffixed with the major version number.
For example, an unstable protocol called foo-bar with major version 2
containing the two interfaces wp_foo and wp_bar both minor version 1 will
@@ -129,7 +129,7 @@ The procedure of doing this is the following:
suffix.
. Rename the name of the protocol in the XML by removing the
'unstable' part and the major version number.
- . Remove the +z+ prefix and the major version number postfix from all
+ . Remove the +z+ prefix and the major version number suffix from all
of the interfaces in the protocol.
. Reset all of the interface version attributes to +1+.
. Update the +README+ file in the unstable directory and create a new