From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CB825138335 for ; Mon, 4 Mar 2019 07:06:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79BEAE0863; Mon, 4 Mar 2019 07:06:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54CC2E0863 for ; Mon, 4 Mar 2019 07:06:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 92ACD335CA6 for ; Mon, 4 Mar 2019 07:06:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F405C55C for ; Mon, 4 Mar 2019 07:05:58 +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: <1551617335.d3e1c27de6b84312959dc3ce91e681dd54378398.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: eapi-cheatsheet.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: d3e1c27de6b84312959dc3ce91e681dd54378398 X-VCS-Branch: master Date: Mon, 4 Mar 2019 07:05:58 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fb3532be-211f-430b-a948-b7c0b855d69f X-Archives-Hash: ba4eb6e25b381255ea7a7b3f577170cd commit: d3e1c27de6b84312959dc3ce91e681dd54378398 Author: Ulrich Müller gentoo org> AuthorDate: Sun Mar 3 12:48:55 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Mar 3 12:48:55 2019 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=d3e1c27d Cheat sheet: Whitespace. Signed-off-by: Ulrich Müller gentoo.org> eapi-cheatsheet.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eapi-cheatsheet.tex b/eapi-cheatsheet.tex index e09c524..14a56a3 100644 --- a/eapi-cheatsheet.tex +++ b/eapi-cheatsheet.tex @@ -490,7 +490,7 @@ differences between these previous EAPIs. Replace all version separators in \emph{range} by string \emph{repl}. Multiple \emph{range repl} pairs are allowed. \emph{version} defaults to \code{PV}. - \item[\code{ver_test} {[\emph{v1}]} \emph{op v2}] + \item[\code{ver_test} {[\emph{v1}]} \emph{op v2}] Check if the relation \emph{v1 op v2} is true. \emph{v1} defaults to \code{PVR}; \emph{op} can be \code{-eq}, \code{-ne}, \code{-gt}, \code{-ge}, \code{-lt} or \code{-le}.