qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Robert Riebisch <rr@bttr-software.de>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH][RESEND] Make `-icount' help fit 80 chars screen width
Date: Sun, 29 Mar 2009 20:42:45 +0200	[thread overview]
Message-ID: <49CFC125.9030704@bttr-software.de> (raw)

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/

             reply	other threads:[~2009-03-29 18:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-29 18:42 Robert Riebisch [this message]
2009-04-05 18:44 ` [Qemu-devel] [PATCH][RESEND] Make `-icount' help fit 80 chars screen width Anthony Liguori

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49CFC125.9030704@bttr-software.de \
    --to=rr@bttr-software.de \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).