* [Qemu-devel] [PATCH][RESEND] Make `-icount' help fit 80 chars screen width
@ 2009-03-29 18:42 Robert Riebisch
2009-04-05 18:44 ` Anthony Liguori
0 siblings, 1 reply; 2+ messages in thread
From: Robert Riebisch @ 2009-03-29 18:42 UTC (permalink / raw)
To: qemu-devel
On Windows default screen width for the command prompt (A.K.A. "DOS
window") is 80 chars. `-icount' help is 87 chars wide. So make it fit.
Signed-off-by: Robert Riebisch <rr@bttr-software.de>
===================================================================
--- qemu-options.hx (Revision 6957)
+++ qemu-options.hx (Arbeitskopie)
@@ -1368,7 +1368,8 @@
DEF("icount", HAS_ARG, QEMU_OPTION_icount, \
"-icount [N|auto]\n" \
- " enable virtual instruction counter with 2^N clock
ticks per instruction\n")
+ " enable virtual instruction counter with 2^N clock
ticks per\n" \
+ " instruction\n")
STEXI
@item -icount [N|auto]
Enable virtual instruction counter. The virtual cpu will execute one
--
BTTR Software
http://www.bttr-software.de/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH][RESEND] Make `-icount' help fit 80 chars screen width
2009-03-29 18:42 [Qemu-devel] [PATCH][RESEND] Make `-icount' help fit 80 chars screen width Robert Riebisch
@ 2009-04-05 18:44 ` Anthony Liguori
0 siblings, 0 replies; 2+ messages in thread
From: Anthony Liguori @ 2009-04-05 18:44 UTC (permalink / raw)
To: qemu-devel
Robert Riebisch wrote:
> On Windows default screen width for the command prompt (A.K.A. "DOS
> window") is 80 chars. `-icount' help is 87 chars wide. So make it fit.
>
> Signed-off-by: Robert Riebisch <rr@bttr-software.de>
>
> ===================================================================
> --- qemu-options.hx (Revision 6957)
> +++ qemu-options.hx (Arbeitskopie)
> @@ -1368,7 +1368,8 @@
>
> DEF("icount", HAS_ARG, QEMU_OPTION_icount, \
> "-icount [N|auto]\n" \
> - " enable virtual instruction counter with 2^N clock
> ticks per instruction\n")
> + " enable virtual instruction counter with 2^N clock
> ticks per\n" \
> + " instruction\n")
> STEXI
> @item -icount [N|auto]
> Enable virtual instruction counter. The virtual cpu will execute one
>
>
Applied. Thanks.
--
Regards,
Anthony Liguori
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-04-05 18:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-29 18:42 [Qemu-devel] [PATCH][RESEND] Make `-icount' help fit 80 chars screen width Robert Riebisch
2009-04-05 18:44 ` Anthony Liguori
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).