From 7e84d392e15f5394f16a2febeb71edcc93033831 Mon Sep 17 00:00:00 2001
From: Michael Hanselmann <hansmi@google.com>
Date: Mon, 23 Jul 2007 07:43:06 +0000
Subject: [PATCH] - Describe -b option for "gnt-cluster init" - Fix typo

---
 man/gnt-cluster.sgml  | 6 ++++++
 man/gnt-instance.sgml | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/man/gnt-cluster.sgml b/man/gnt-cluster.sgml
index b24d86a57..c8e9ae5cb 100644
--- a/man/gnt-cluster.sgml
+++ b/man/gnt-cluster.sgml
@@ -130,6 +130,7 @@
     <cmdsynopsis>
       <command>init</command>
       <arg>-s <replaceable>secondary_ip</replaceable></arg>
+      <arg>-b <replaceable>bridge</replaceable></arg>
       <arg choice="req"><replaceable>clustername</replaceable></arg>
     </cmdsynopsis>
     <para>
@@ -163,6 +164,11 @@
       a separate network, of course.
     </para>
 
+    <para>
+      The <option>-b</option> option specifies the default bridge for
+      instances.
+    </para>
+
     <cmdsynopsis>
       <command>masterfailover</command>
     </cmdsynopsis>
diff --git a/man/gnt-instance.sgml b/man/gnt-instance.sgml
index 9e547f159..e5895d70c 100644
--- a/man/gnt-instance.sgml
+++ b/man/gnt-instance.sgml
@@ -103,7 +103,7 @@
         <para>
           The <option>-b</option> option specifies the bridge to which the
           instance will be connected. (defaults to the cluster-wide default
-          bridge specified at cluster intialization time).
+          bridge specified at cluster initialization time).
         </para>
 
         <para>
-- 
GitLab