From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DSHTe-0003Uh-S3 for qemu-devel@nongnu.org; Sun, 01 May 2005 12:39:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DSHTd-0003U8-8L for qemu-devel@nongnu.org; Sun, 01 May 2005 12:39:29 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DSHR6-00020j-FS for qemu-devel@nongnu.org; Sun, 01 May 2005 12:36:52 -0400 Received: from [199.232.41.67] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_ARCFOUR_SHA:16) (Exim 4.34) id 1DSHB4-0004Rr-Ch for qemu-devel@nongnu.org; Sun, 01 May 2005 12:20:18 -0400 Received: from [195.3.96.102] (helo=email.aon.at) by mx20.gnu.org with esmtp (Exim 4.34) id 1DRrU3-0005ye-TD for qemu-devel@nongnu.org; Sat, 30 Apr 2005 08:54:18 -0400 Received: from m1105p001.adsl.highway.telekom.at (HELO s37.loc) ([80.121.10.1]) (envelope-sender ) by smarthub75.highway.telekom.at (qmail-ldap-1.03) with SMTP for ; 30 Apr 2005 12:52:31 -0000 Received: from cow by s37.loc with local (Exim 4.50) id 1DRrSS-0005y2-59 for qemu-devel@nongnu.org; Sat, 30 Apr 2005 14:52:32 +0200 Date: Sat, 30 Apr 2005 14:52:32 +0200 From: Bernhard Fischer Message-ID: <20050430125231.GO15688@aon.at> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="lCAWRPmW1mITcIfM" Content-Disposition: inline Subject: [Qemu-devel] [patchlet] typo in documentation Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org --lCAWRPmW1mITcIfM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, Typo in the documentation: s/peripherial/peripheral/g --lCAWRPmW1mITcIfM Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="qemu.doc-typos.01.diff" diff -X excl -rduNp qemu.oorig/qemu-doc.texi qemu/qemu-doc.texi --- qemu.oorig/qemu-doc.texi 2005-03-13 10:43:05.000000000 +0100 +++ qemu/qemu-doc.texi 2005-04-30 14:46:24.762300960 +0200 @@ -22,7 +22,7 @@ QEMU has two operating modes: @item Full system emulation. In this mode, QEMU emulates a full system (for -example a PC), including a processor and various peripherials. It can +example a PC), including a processor and various peripherals. It can be used to launch different Operating Systems without rebooting the PC or to debug system code. @@ -73,7 +73,7 @@ Download the experimental binary install @c man begin DESCRIPTION The QEMU System emulator simulates the -following PC peripherials: +following PC peripherals: @itemize @minus @item @@ -930,7 +930,7 @@ problem. Use the executable @file{qemu-system-ppc} to simulate a complete PREP or PowerMac PowerPC system. -QEMU emulates the following PowerMac peripherials: +QEMU emulates the following PowerMac peripherals: @itemize @minus @item @@ -947,7 +947,7 @@ Non Volatile RAM VIA-CUDA with ADB keyboard and mouse. @end itemize -QEMU emulates the following PREP peripherials: +QEMU emulates the following PREP peripherals: @itemize @minus @item @@ -1000,7 +1000,7 @@ More information is available at Use the executable @file{qemu-system-sparc} to simulate a JavaStation (sun4m architecture). The emulation is far from complete. -QEMU emulates the following sun4m peripherials: +QEMU emulates the following sun4m peripherals: @itemize @minus @item diff -X excl -rduNp qemu.oorig/qemu-tech.texi qemu/qemu-tech.texi --- qemu.oorig/qemu-tech.texi 2004-12-20 00:18:01.000000000 +0100 +++ qemu/qemu-tech.texi 2005-04-30 14:46:59.755981112 +0200 @@ -22,7 +22,7 @@ QEMU has two operating modes: @item Full system emulation. In this mode, QEMU emulates a full system -(usually a PC), including a processor and various peripherials. It can +(usually a PC), including a processor and various peripherals. It can be used to launch an different Operating System without rebooting the PC or to debug system code. --lCAWRPmW1mITcIfM--