diff options
Diffstat (limited to 'documentation/ref-manual/ref-qa-checks.xml')
-rw-r--r-- | documentation/ref-manual/ref-qa-checks.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-qa-checks.xml b/documentation/ref-manual/ref-qa-checks.xml index 0b364be59c..969074bf60 100644 --- a/documentation/ref-manual/ref-qa-checks.xml +++ b/documentation/ref-manual/ref-qa-checks.xml | |||
@@ -158,9 +158,9 @@ can be found then it should be implemented. I can't find one at the moment. | |||
158 | <para> | 158 | <para> |
159 | <itemizedlist> | 159 | <itemizedlist> |
160 | <listitem> | 160 | <listitem> |
161 | <para id='qa-issue-file->rdeps'> | 161 | <para id='qa-issue-file-rdeps'> |
162 | <code> | 162 | <code> |
163 | <packagename> requires <files>, but no providers in its RDEPENDS [file->rdeps] | 163 | <packagename> requires <files>, but no providers in its RDEPENDS [file-rdeps] |
164 | </code> | 164 | </code> |
165 | </para> | 165 | </para> |
166 | 166 | ||
@@ -171,7 +171,7 @@ can be found then it should be implemented. I can't find one at the moment. | |||
171 | <link linkend='var-RDEPENDS'><filename>RDEPENDS</filename></link>. | 171 | <link linkend='var-RDEPENDS'><filename>RDEPENDS</filename></link>. |
172 | If particular files are required at runtime then | 172 | If particular files are required at runtime then |
173 | <filename>RDEPENDS</filename> should be declared in the | 173 | <filename>RDEPENDS</filename> should be declared in the |
174 | recipe to ensure they are present. | 174 | recipe to ensure the packages providing them are built. |
175 | </para> | 175 | </para> |
176 | 176 | ||
177 | <para> | 177 | <para> |
@@ -186,7 +186,7 @@ can be found then it should be implemented. I can't find one at the moment. | |||
186 | <listitem> | 186 | <listitem> |
187 | <para id='qa-issue-build-deps'> | 187 | <para id='qa-issue-build-deps'> |
188 | <code> | 188 | <code> |
189 | <packagename1> rdepends on <packagename2>, but it isn't a builddependency? [build-deps] | 189 | <packagename1> rdepends on <packagename2>, but it isn't a build dependency? [build-deps] |
190 | </code> | 190 | </code> |
191 | </para> | 191 | </para> |
192 | 192 | ||