From a946ed39420c86cd3cf98436f9b1005c85f9bb31 Mon Sep 17 00:00:00 2001
From: Ben Pfaff <blp@nicira.com>
Date: Mon, 16 Aug 2010 15:57:03 -0700
Subject: [PATCH] Fix typos in manpages.

---
 ovsdb/ovsdb-server.1.in  | 15 +++++++++------
 utilities/ovs-vsctl.8.in |  2 +-
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/ovsdb/ovsdb-server.1.in b/ovsdb/ovsdb-server.1.in
index fe1deb8f7..716273311 100644
--- a/ovsdb/ovsdb-server.1.in
+++ b/ovsdb/ovsdb-server.1.in
@@ -1,6 +1,9 @@
 .\" -*- nroff -*-
 .TH ovsdb\-server 1 "November 2009" "Open vSwitch" "Open vSwitch Manual"
+.\" This program's name:
 .ds PN ovsdb\-server
+.\" SSL peer program's name:
+.ds SN ovsdb\-client
 .
 .SH NAME
 ovsdb\-server \- Open vSwitch database server
@@ -8,12 +11,12 @@ ovsdb\-server \- Open vSwitch database server
 .SH SYNOPSIS
 \fBovsdb\-server\fR
 \fIdatabase\fR
-[\f\-\-remote=\fIremote\fR]\&...
-[\f\-\-run=\fIcommand\fR]
-.so lib/daemon\-syn.man
-.so lib/vlog\-syn.man
-.so lib/unixctl\-syn.man
-.so lib/common\-syn.man
+[\fB\-\-remote=\fIremote\fR]\&...
+[\fB\-\-run=\fIcommand\fR]
+.so lib/daemon-syn.man
+.so lib/vlog-syn.man
+.so lib/unixctl-syn.man
+.so lib/common-syn.man
 .
 .SH DESCRIPTION
 The \fBovsdb\-server\fR program provides RPC interfaces to an Open
diff --git a/utilities/ovs-vsctl.8.in b/utilities/ovs-vsctl.8.in
index ea8a8aada..408507997 100644
--- a/utilities/ovs-vsctl.8.in
+++ b/utilities/ovs-vsctl.8.in
@@ -406,7 +406,7 @@ for bootstrapping.
 This option is only useful if the controller sends its CA certificate
 as part of the SSL certificate chain.  The SSL protocol does not
 require the controller to send the CA certificate, but
-\fBcontroller\fR(8) can be configured to do so with the
+\fBovs\-controller\fR(8) can be configured to do so with the
 \fB\-\-peer\-ca\-cert\fR option.
 .
 .SS "Database Commands"
-- 
2.47.0