You can thank me for the prompt review later. Acked-by: Justin Pettit <jpet...@nicira.com>
--Justin On Jan 7, 2013, at 2:02 PM, Ben Pfaff <b...@nicira.com> wrote: > Signed-off-by: Ben Pfaff <b...@nicira.com> > --- > ovsdb/ovsdb-doc.in | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/ovsdb/ovsdb-doc.in b/ovsdb/ovsdb-doc.in > index aa4fae2..b328326 100755 > --- a/ovsdb/ovsdb-doc.in > +++ b/ovsdb/ovsdb-doc.in > @@ -212,6 +212,8 @@ def columnGroupToNroff(table, groupXml): > else: > nameNroff = name > typeNroff = typeAndConstraintsToNroff(column) > + if not column.mutable: > + typeNroff = "immutable %s" % typeNroff > body += '.IP "\\fB%s\\fR: %s"\n' % (nameNroff, typeNroff) > body += blockXmlToNroff(node.childNodes, '.IP') + "\n" > summary += [('column', nameNroff, typeNroff)] > -- > 1.7.2.5 > > _______________________________________________ > dev mailing list > dev@openvswitch.org > http://openvswitch.org/mailman/listinfo/dev _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev