From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A019313825A for ; Sat, 14 May 2016 10:12:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6306E0801; Sat, 14 May 2016 10:11:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B158E0801 for ; Sat, 14 May 2016 10:11:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 557F7340564 for ; Sat, 14 May 2016 10:11:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D65B5334 for ; Sat, 14 May 2016 10:11:52 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1462556955.5b2f4cf0b533bfdcd48cfa0f3768a8b64ee1c9f4.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: names.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 5b2f4cf0b533bfdcd48cfa0f3768a8b64ee1c9f4 X-VCS-Branch: master Date: Sat, 14 May 2016 10:11:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b8b5d33c-d9db-44c7-931e-597c59d41124 X-Archives-Hash: 03c30b542e53070df63d4af70e993f33 commit: 5b2f4cf0b533bfdcd48cfa0f3768a8b64ee1c9f4 Author: Ulrich Müller gentoo org> AuthorDate: Fri May 6 17:49:15 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri May 6 17:49:15 2016 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=5b2f4cf0 Use \textbackslash rather than math mode. names.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/names.tex b/names.tex index 2fc59b6..f5cc9bf 100644 --- a/names.tex +++ b/names.tex @@ -53,8 +53,8 @@ hyphen, a dot or a plus sign. The package manager must not impose fixed limits upon the number of version components. Package managers should indicate or reject any version that is invalid according to these rules. -A version starts with the number part, which is in the form \t{[0-9]+($\backslash$.[0-9]+)*} (a positive -integer, followed by zero or more dot-prefixed positive integers). +A version starts with the number part, which is in the form \t{[0-9]+(\textbackslash.[0-9]+)*} +(a positive integer, followed by zero or more dot-prefixed positive integers). This may optionally be followed by one of \t{[a-z]} (a lowercase letter).