* src/virsh.c: patch from Atsushi SAKAI fixing schedinfo synopsys

Daniel
This commit is contained in:
Daniel Veillard 2007-08-14 07:07:57 +00:00
parent b8d0a7bc34
commit f39e1b8860
2 changed files with 5 additions and 1 deletions

View File

@ -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>
* virsh.1 docs/virsh.pod: typo fixes from Atsushi SAKAI

View File

@ -987,7 +987,7 @@ cmdSave(vshControl * ctl, vshCmd * cmd)
* "schedinfo" command
*/
static vshCmdInfo info_schedinfo[] = {
{"syntax", "sched <domain>"},
{"syntax", "schedinfo <domain>"},
{"help", gettext_noop("show/set scheduler parameters")},
{"desc", gettext_noop("Show/Set scheduler parameters.")},
{NULL, NULL}