summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2013-08-24 14:59:45 +0200
committerUlrich Müller <ulm@gentoo.org>2013-08-29 09:51:02 +0200
commit3c2d710d7ac4d60cc063a4626b62af3ef6b8657d (patch)
tree0ba607a1308d5fcdbcc8a51f5b98ee9fe15543ea /dependencies.tex
parentMakefile: Remove aux files produced by tex4ht. (diff)
downloadpms-3c2d710d7ac4d60cc063a4626b62af3ef6b8657d.tar.gz
pms-3c2d710d7ac4d60cc063a4626b62af3ef6b8657d.tar.bz2
pms-3c2d710d7ac4d60cc063a4626b62af3ef6b8657d.zip
Fix definition of tilde operator, bug 196561.
Diffstat (limited to 'dependencies.tex')
-rw-r--r--dependencies.tex4
1 files changed, 1 insertions, 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}