diff mbox

doc: Minor typo fix.

Message ID 1307534844-5075-1-git-send-email-bradh@frogmouth.net
State New
Headers show

Commit Message

Brad Hards June 8, 2011, 12:07 p.m. UTC
Thanks to agraf_, stefanha and Snader_LB for their IRC assistance.

Signed-off-by: Brad Hards <bradh@frogmouth.net>
---
 qemu-options.hx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Comments

Alexander Graf June 8, 2011, 1 p.m. UTC | #1
Am 08.06.2011 um 14:07 schrieb Brad Hards <bradh@frogmouth.net>:

> Thanks to agraf_, stefanha and Snader_LB for their IRC assistance.
> 
> Signed-off-by: Brad Hards <bradh@frogmouth.net>
> ---
> qemu-options.hx |    4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/qemu-options.hx b/qemu-options.hx
> index 82e085a..005c141 100644
> --- a/qemu-options.hx
> +++ b/qemu-options.hx
> @@ -1161,9 +1161,9 @@ Specify the guest-visible address of the host. Default is the 2nd IP in the
> guest network, i.e. x.x.x.2.
> 
> @item restrict=y|yes|n|no
> -If this options is enabled, the guest will be isolated, i.e. it will not be
> +If this optionsis

optionsis? :)

Alex

> enabled, the guest will be isolated, i.e. it will not be
> able to contact the host and no guest IP packets will be routed over the host
> -to the outside. This option does not affect explicitly set forwarding rule.
> +to the outside. This option does not affect any explicitly set forwarding rules.
> 
> @item hostname=@var{name}
> Specifies the client hostname reported by the builtin DHCP server.
> -- 
> 1.7.4.1
> 
>
Markus Armbruster June 8, 2011, 4:28 p.m. UTC | #2
Brad Hards <bradh@frogmouth.net> writes:

> Thanks to agraf_, stefanha and Snader_LB for their IRC assistance.
>
> Signed-off-by: Brad Hards <bradh@frogmouth.net>
> ---
>  qemu-options.hx |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/qemu-options.hx b/qemu-options.hx
> index 82e085a..005c141 100644
> --- a/qemu-options.hx
> +++ b/qemu-options.hx
> @@ -1161,9 +1161,9 @@ Specify the guest-visible address of the host. Default is the 2nd IP in the
>  guest network, i.e. x.x.x.2.
>  
>  @item restrict=y|yes|n|no
> -If this options is enabled, the guest will be isolated, i.e. it will not be
> +If this optionsis enabled, the guest will be isolated, i.e. it will not be

Watch the Law of Conservation of Typos at work.

>  able to contact the host and no guest IP packets will be routed over the host
> -to the outside. This option does not affect explicitly set forwarding rule.
> +to the outside. This option does not affect any explicitly set forwarding rules.
>  
>  @item hostname=@var{name}
>  Specifies the client hostname reported by the builtin DHCP server.
diff mbox

Patch

diff --git a/qemu-options.hx b/qemu-options.hx
index 82e085a..005c141 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -1161,9 +1161,9 @@  Specify the guest-visible address of the host. Default is the 2nd IP in the
 guest network, i.e. x.x.x.2.
 
 @item restrict=y|yes|n|no
-If this options is enabled, the guest will be isolated, i.e. it will not be
+If this optionsis enabled, the guest will be isolated, i.e. it will not be
 able to contact the host and no guest IP packets will be routed over the host
-to the outside. This option does not affect explicitly set forwarding rule.
+to the outside. This option does not affect any explicitly set forwarding rules.
 
 @item hostname=@var{name}
 Specifies the client hostname reported by the builtin DHCP server.