From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=50905 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PbGb4-0003WW-S1 for qemu-devel@nongnu.org; Fri, 07 Jan 2011 12:59:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PbGb1-0003eB-Bz for qemu-devel@nongnu.org; Fri, 07 Jan 2011 12:59:30 -0500 Received: from moutng.kundenserver.de ([212.227.126.186]:58304) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PbGb1-0003bK-04 for qemu-devel@nongnu.org; Fri, 07 Jan 2011 12:59:27 -0500 From: Stefan Weil Date: Fri, 7 Jan 2011 18:59:13 +0100 Message-Id: <1294423156-26785-1-git-send-email-weil@mail.berlios.de> Subject: [Qemu-devel] [PATCH 1/4] qemu-doc: Clean whitespace List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers Remove blanks at line endings. Signed-off-by: Stefan Weil --- qemu-doc.texi | 4 ++-- 1 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. Will override the PS/2 keyboard (if present). Serial converter. This emulates an FTDI FT232BM chip connected to host character device @var{dev}. The available character devices are the same as for the @code{-serial} option. The @code{vendorid} and @code{productid} options can be -used to override the default 0403:6001. For instance, +used to override the default 0403:6001. For instance, @example usb_add serial:productid=FA00:tcp:192.168.0.2:4444 @end example @@ -2201,7 +2201,7 @@ the address region required by guest applications is reserved on the host. This option is currently only supported on some hosts. @item -R size Pre-allocate a guest virtual address space of the given size (in bytes). -"G", "M", and "k" suffixes may be used when specifying the size. +"G", "M", and "k" suffixes may be used when specifying the size. @end table Debug options: -- 1.7.2.3