From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=60705 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pc2PW-0007YY-Dt for qemu-devel@nongnu.org; Sun, 09 Jan 2011 16:02:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pc2PU-0004z1-U0 for qemu-devel@nongnu.org; Sun, 09 Jan 2011 16:02:46 -0500 Received: from mail-pz0-f45.google.com ([209.85.210.45]:55365) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pc2PU-0004yw-Ot for qemu-devel@nongnu.org; Sun, 09 Jan 2011 16:02:44 -0500 Received: by pzk2 with SMTP id 2so4322765pzk.4 for ; Sun, 09 Jan 2011 13:02:43 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1294423156-26785-1-git-send-email-weil@mail.berlios.de> References: <1294423156-26785-1-git-send-email-weil@mail.berlios.de> From: Blue Swirl Date: Sun, 9 Jan 2011 21:02:23 +0000 Message-ID: Subject: Re: [Qemu-devel] [PATCH 1/4] qemu-doc: Clean whitespace Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: QEMU Developers Thanks, applied all. On Fri, Jan 7, 2011 at 5:59 PM, Stefan Weil wrote: > Remove blanks at line endings. > > Signed-off-by: Stefan Weil > --- > =C2=A0qemu-doc.texi | =C2=A0 =C2=A04 ++-- > =C2=A01 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/qemu-doc.texi b/qemu-doc.texi > index 7ce8999..21d8a82 100644 > --- a/qemu-doc.texi > +++ b/qemu-doc.texi > @@ -832,7 +832,7 @@ Standard USB keyboard. =C2=A0Will override the PS/2 k= eyboard (if present). > =C2=A0Serial converter. This emulates an FTDI FT232BM chip connected to h= ost character > =C2=A0device @var{dev}. The available character devices are the same as f= or the > =C2=A0@code{-serial} option. The @code{vendorid} and @code{productid} opt= ions can be > -used to override the default 0403:6001. For instance, > +used to override the default 0403:6001. For instance, > =C2=A0@example > =C2=A0usb_add serial:productid=3DFA00:tcp:192.168.0.2:4444 > =C2=A0@end example > @@ -2201,7 +2201,7 @@ the address region required by guest applications i= s reserved on the host. > =C2=A0This option is currently only supported on some hosts. > =C2=A0@item -R size > =C2=A0Pre-allocate a guest virtual address space of the given size (in by= tes). > -"G", "M", and "k" suffixes may be used when specifying the size. > +"G", "M", and "k" suffixes may be used when specifying the size. > =C2=A0@end table > > =C2=A0Debug options: > -- > 1.7.2.3 > > >