From d4068f64c1889ac8d40d6d4265f7c917f3934ba6 Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Mon, 13 Sep 2010 11:30:03 +0200
Subject: [PATCH] Fix case of MAC special-values

This fixes Debian bug #596347. An alternative would be to also allow
the uppercase form, but it's not nice I think.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
---
 man/gnt-backup.sgml   | 5 ++---
 man/gnt-instance.sgml | 4 ++--
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/man/gnt-backup.sgml b/man/gnt-backup.sgml
index 8ec4e69b8..115f6b311 100644
--- a/man/gnt-backup.sgml
+++ b/man/gnt-backup.sgml
@@ -206,9 +206,8 @@
           <varlistentry>
             <term>mac</term>
             <listitem>
-              <simpara>either a value or <constant>GENERATE</constant>
-              to generate a new unique MAC, or
-              <constant>AUTO</constant> to reuse the old MAC</simpara>
+              <simpara>either a value or 'generate' to generate a new
+              unique MAC, or 'auto' to reuse the old MAC</simpara>
             </listitem>
           </varlistentry>
           <varlistentry>
diff --git a/man/gnt-instance.sgml b/man/gnt-instance.sgml
index 07bb61c84..17ab1b964 100644
--- a/man/gnt-instance.sgml
+++ b/man/gnt-instance.sgml
@@ -200,8 +200,8 @@
             <varlistentry>
               <term>mac</term>
               <listitem>
-                <simpara>either a value or <constant>GENERATE</constant>
-                  to generate a new unique MAC</simpara>
+                <simpara>either a value or 'generate' to generate a
+                  new unique MAC</simpara>
               </listitem>
             </varlistentry>
             <varlistentry>
-- 
GitLab