ovsdb-doc: Fix definition of .TQ macro.
authorBen Pfaff <blp@nicira.com>
Wed, 13 Jul 2011 21:38:33 +0000 (14:38 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 26 Jul 2011 23:50:08 +0000 (16:50 -0700)
commit8fb330fff9b6e79b2f6ec7cd566eb57430df93d6
treea703a50a7adf74ba58529e8ece9104654cb9c16e
parentb7643a4c96961fd2fe91ee027f53c8ef7f6eb348
ovsdb-doc: Fix definition of .TQ macro.

.TP's argument is an optional indentation width, not a string.  The string
goes on the next line.

vswitch.xml didn't actually cause .TQ to be used before, so this wasn't a
problem, but an upcoming commit does add a use, so this commit fixes the
problem in advance.
ovsdb/ovsdb-doc.in