From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60495) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cCqFY-0002yw-WF for qemu-devel@nongnu.org; Fri, 02 Dec 2016 10:59:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cCqFY-0004yw-3g for qemu-devel@nongnu.org; Fri, 02 Dec 2016 10:59:49 -0500 Received: from mail-wm0-x229.google.com ([2a00:1450:400c:c09::229]:37988) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cCqFX-0004y8-SU for qemu-devel@nongnu.org; Fri, 02 Dec 2016 10:59:47 -0500 Received: by mail-wm0-x229.google.com with SMTP id f82so19693224wmf.1 for ; Fri, 02 Dec 2016 07:59:47 -0800 (PST) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Fri, 2 Dec 2016 15:59:32 +0000 Message-Id: <20161202155935.3130-7-alex.bennee@linaro.org> In-Reply-To: <20161202155935.3130-1-alex.bennee@linaro.org> References: <20161202155935.3130-1-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [RISU PATCH 6/9] risugen: remove grocer's apostrophe from REs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org Cc: qemu-devel@nongnu.org, joserz@linux.vnet.ibm.com, =?UTF-8?q?Alex=20Benn=C3=A9e?= This also fixes perl-modes confusion about escaped strings. Signed-off-by: Alex Bennée --- risugen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/risugen b/risugen index a604fe5..77a550b 100755 --- a/risugen +++ b/risugen @@ -288,7 +288,7 @@ Valid options: 'VMULL' will match 'VMULL A1' and 'VMULL A2' but not 'VMULL_scalar A1'. This is generally what you wanted. --not-pattern re[,re...] : exclude patterns matching regular expression. - These RE's are applied after the matching pattern which + These REs are applied after the matching pattern which is useful if you want to exclude a specific instruction from a general set you have excluded. --no-fp : disable floating point: no fp init, randomization etc. -- 2.10.2