ovsdb: Clarify spec for map mutation insert mutator.
authorBen Pfaff <blp@nicira.com>
Mon, 11 Jan 2010 20:03:20 +0000 (12:03 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 11 Jan 2010 20:03:20 +0000 (12:03 -0800)
Suggested by Jeremy Stribling.

ovsdb/SPECS

index 019eb5b422141ca954911a0be89640124e5c65ba..1635c771a08d911e5d70a34d42bb0575f39580ff 100644 (file)
@@ -634,8 +634,8 @@ Notation for the Wire Protocol
             <mutator> must be "insert" or "delete".
 
             If <mutator> is "insert", then each of the key-value pairs
-            in the map in <value> is added to <column> if its key is
-            not already present.  The required type of <value> is
+            in the map in <value> is added to <column> only if its key
+            is not already present.  The required type of <value> is
             slightly relaxed, in that it may have fewer than the
             minimum number of elements specified by the column's type.