From 3729ea57dcee2be06a7e97501ade9323920b020c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Sat, 24 Aug 2013 14:59:45 +0200 Subject: [PATCH] Fix definition of tilde operator, bug 196561. --- dependencies.tex | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dependencies.tex b/dependencies.tex index 47dc03b..a6fa67b 100644 --- a/dependencies.tex +++ b/dependencies.tex @@ -230,9 +230,7 @@ The following operators are available: specified has an asterisk immediately following it, a string prefix comparison is used instead. When an asterisk is used, the specification must remain valid if the asterisk were removed. (An asterisk used with any other operator is illegal.) -\item[\t{\textasciitilde}] Equal to the specified version, except the revision part of the matching - package may be greater than the revision part of the specified version (\t{-r0} is - assumed if no revision is explicitly stated). +\item[\t{\textasciitilde}] Equal to the specified version when revision parts are ignored. \item[\t{>=}] Greater than or equal to the specified version. \item[\t{>}] Strictly greater than the specified version. \end{description} -- 1.8.3.2