ovs-vswitchd.conf.db: Correct the header and footer lines.
authorGurucharan Shetty <gshetty@nicira.com>
Tue, 30 Jul 2013 17:53:02 +0000 (10:53 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Tue, 30 Jul 2013 22:21:32 +0000 (15:21 -0700)
commite627259a2087919d56ecc4032d56e9df8ffb546d
tree25f9a1559d6b20eeaa6d41c05cefd7788d90b02e
parent92e02bc6bbc2e0c68842dc269dec80f0885bdb33
ovs-vswitchd.conf.db: Correct the header and footer lines.

Right now, the following 2 lines are how the header and footer
looks like for ovs-vswitchd.conf.db

@VERSION@(5)   Open vSwitch Manual    @VERSION@(5)
Open vSwitch   Open_vSwitch           @VERSION@(5)

After this commit, they look like this:
ovs-vswitchd.conf.db(5)   Open vSwitch Manual   ovs-vswitchd.conf.db(5)
Open vSwitch              1.12.90               ovs-vswitchd.conf.db(5)

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
ovsdb/automake.mk
ovsdb/ovsdb-doc.in
vswitchd/automake.mk