Blob Blame History Raw
From 0b1ae8d38d8b208a5dc9941923892172de5849e0 Mon Sep 17 00:00:00 2001
From: Giuseppe Scrivano <gscrivan@redhat.com>
Date: Wed, 15 Jan 2014 15:00:06 +0100
Subject: [PATCH] doc: state correctly the number of possible values for
 --network=

95170e8892ecac6a8762990d4cbef9bac14095b2 added --network=direct
without updating the number of possible values for --network in the
man page.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1049041
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
(cherry picked from commit 764f313b89791d6049aa1ed05b93048ef2abdb13)
---
 man/virt-install.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/virt-install.pod b/man/virt-install.pod
index 8e4cf09..56049e5 100644
--- a/man/virt-install.pod
+++ b/man/virt-install.pod
@@ -566,7 +566,7 @@ This option is deprecated in favor of C<--disk ...,sparse=false,...>
 =item -w NETWORK, --network=NETWORK,opt1=val1,opt2=val2
 
 Connect the guest to the host network. The value for C<NETWORK> can take
-one of 3 formats:
+one of 4 formats:
 
 =over 4
 
-- 
1.8.4.2