From: Ben Pfaff Date: Mon, 11 Jan 2010 20:03:20 +0000 (-0800) Subject: ovsdb: Clarify spec for map mutation insert mutator. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03b1f24ebf7663f5695950f4586e259be9012174;p=openvswitch ovsdb: Clarify spec for map mutation insert mutator. Suggested by Jeremy Stribling. --- diff --git a/ovsdb/SPECS b/ovsdb/SPECS index 019eb5b4..1635c771 100644 --- a/ovsdb/SPECS +++ b/ovsdb/SPECS @@ -634,8 +634,8 @@ Notation for the Wire Protocol must be "insert" or "delete". If is "insert", then each of the key-value pairs - in the map in is added to if its key is - not already present. The required type of is + in the map in is added to only if its key + is not already present. The required type of is slightly relaxed, in that it may have fewer than the minimum number of elements specified by the column's type.