mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
* src/virsh.c: patch from Atsushi SAKAI fixing schedinfo synopsys
Daniel
This commit is contained in:
parent
b8d0a7bc34
commit
f39e1b8860
@ -1,3 +1,7 @@
|
|||||||
|
Tue Aug 14 09:10:51 CEST 2007 Daniel Veillard <veillard@redhat.com>
|
||||||
|
|
||||||
|
* src/virsh.c: patch from Atsushi SAKAI fixing schedinfo synopsys
|
||||||
|
|
||||||
Tue Aug 14 09:04:41 CEST 2007 Daniel Veillard <veillard@redhat.com>
|
Tue Aug 14 09:04:41 CEST 2007 Daniel Veillard <veillard@redhat.com>
|
||||||
|
|
||||||
* virsh.1 docs/virsh.pod: typo fixes from Atsushi SAKAI
|
* virsh.1 docs/virsh.pod: typo fixes from Atsushi SAKAI
|
||||||
|
@ -987,7 +987,7 @@ cmdSave(vshControl * ctl, vshCmd * cmd)
|
|||||||
* "schedinfo" command
|
* "schedinfo" command
|
||||||
*/
|
*/
|
||||||
static vshCmdInfo info_schedinfo[] = {
|
static vshCmdInfo info_schedinfo[] = {
|
||||||
{"syntax", "sched <domain>"},
|
{"syntax", "schedinfo <domain>"},
|
||||||
{"help", gettext_noop("show/set scheduler parameters")},
|
{"help", gettext_noop("show/set scheduler parameters")},
|
||||||
{"desc", gettext_noop("Show/Set scheduler parameters.")},
|
{"desc", gettext_noop("Show/Set scheduler parameters.")},
|
||||||
{NULL, NULL}
|
{NULL, NULL}
|
||||||
|
Loading…
Reference in New Issue
Block a user