提交 b7d027b6 编写于 作者: P Pavel Hrdina

net-define: update or unify documentation

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1127045Signed-off-by: NPavel Hrdina <phrdina@redhat.com>
上级 03369d96
/* /*
* libvirt-network.c: entry points for virNetworkPtr APIs * libvirt-network.c: entry points for virNetworkPtr APIs
* *
* Copyright (C) 2006-2014 Red Hat, Inc. * Copyright (C) 2006-2015 Red Hat, Inc.
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
...@@ -433,7 +433,8 @@ virNetworkCreateXML(virConnectPtr conn, const char *xmlDesc) ...@@ -433,7 +433,8 @@ virNetworkCreateXML(virConnectPtr conn, const char *xmlDesc)
* @conn: pointer to the hypervisor connection * @conn: pointer to the hypervisor connection
* @xml: the XML description for the network, preferably in UTF-8 * @xml: the XML description for the network, preferably in UTF-8
* *
* Define a network, but does not create it * Define an inactive persistent virtual network or modify an existing
* persistent one from the XML description.
* *
* virNetworkFree should be used to free the resources after the * virNetworkFree should be used to free the resources after the
* network object is no longer needed. * network object is no longer needed.
......
/* /*
* virsh-network.c: Commands to manage network * virsh-network.c: Commands to manage network
* *
* Copyright (C) 2005, 2007-2014 Red Hat, Inc. * Copyright (C) 2005, 2007-2015 Red Hat, Inc.
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
...@@ -189,10 +189,11 @@ cmdNetworkCreate(vshControl *ctl, const vshCmd *cmd) ...@@ -189,10 +189,11 @@ cmdNetworkCreate(vshControl *ctl, const vshCmd *cmd)
*/ */
static const vshCmdInfo info_network_define[] = { static const vshCmdInfo info_network_define[] = {
{.name = "help", {.name = "help",
.data = N_("define (but don't start) a network from an XML file") .data = N_("define an inactive persistent virtual network or modify "
"an existing persistent one from an XML file")
}, },
{.name = "desc", {.name = "desc",
.data = N_("Define a network.") .data = N_("Define or modify a persistent virtual network.")
}, },
{.name = NULL} {.name = NULL}
}; };
......
...@@ -2701,8 +2701,8 @@ to get a description of the XML network format used by libvirt. ...@@ -2701,8 +2701,8 @@ to get a description of the XML network format used by libvirt.
=item B<net-define> I<file> =item B<net-define> I<file>
Define a persistent virtual network from an XML I<file>, the network is just Define an inactive persistent virtual network or modify an existing persistent
defined but not instantiated (started). one from the XML I<file>.
=item B<net-destroy> I<network> =item B<net-destroy> I<network>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册