summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@ciaranm.org>2007-03-25 15:04:13 +0000
committerCiaran McCreesh <ciaranm@ciaranm.org>2007-03-25 15:04:13 +0000
commit13d65fa293a640ed8b144c36fa8b30db4a7091bb (patch)
tree1faf9d6d0448a6581e352bbad12f299a4d566b4e /dependencies.tex
parent(peper) Get the whitespace requirements for deps correct (diff)
downloadpms-13d65fa293a640ed8b144c36fa8b30db4a7091bb.tar.gz
pms-13d65fa293a640ed8b144c36fa8b30db4a7091bb.tar.bz2
pms-13d65fa293a640ed8b144c36fa8b30db4a7091bb.zip
wording
git-svn-id: http://svn.repogirl.net/pms/trunk@120 a05a4626-2124-0410-b604-e6c5abf33261
Diffstat (limited to 'dependencies.tex')
-rw-r--r--dependencies.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/dependencies.tex b/dependencies.tex
index 804c831..22f7705 100644
--- a/dependencies.tex
+++ b/dependencies.tex
@@ -28,16 +28,16 @@ items separated by whitespace:
\item A package dependency specification (for \t{DEPEND} etc.), or a URI (for \t{SRC\_URI}),
or a package name (for \t{PROVIDE}), or a license name (for \t{LICENSE}).
\item An all-of group, which consists of an open parenthesis, followed by whitespace,
- followed by (zero or more dependency items of any kind followed by whitespace), followed
+ followed by zero or more of (a dependency item of any kind followed by whitespace), followed
by a close parenthesis. More formally:
\t{all-of ::= '(' whitespace (item whitespace)* ')'}.
\item An any-of group, which consists of the string \t{||}, followed by whitespace,
- followed by an open parenthesis, followed by whitespace, followed by (zero or more
- dependency items of any kind followed by whitespace), followed by a close parenthesis.
+ followed by an open parenthesis, followed by whitespace, followed by zero or more
+ of (a dependency item of any kind followed by whitespace), followed by a close parenthesis.
More formally: \t{any-of ::= '||' whitespace '(' whitespace (item whitespace)* ')'}.
\item A use-conditional group, which consists of an optional exclamation mark, followed by
a use flag name, followed by a question mark, followed by whitespace, followed by
- an open parenthesis, followed by whitespace, followed by (zero or more dependency items
+ an open parenthesis, followed by whitespace, followed by zero or more of (a dependency item
of any kind followed by whitespace), followed by a close parenthesis. More formally:
\t{use-conditional ::= '!'? flag-name '?' whitespace '(' whitespace (item whitespace)* ')'}.
\end{bulletlist}