summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorrillig <rillig>2016-06-10 21:21:42 +0000
committerrillig <rillig>2016-06-10 21:21:42 +0000
commiteeba0b2da1aa8edf6aa2dae3d4961733dc703072 (patch)
tree2d61d11ff3d3ec8d4601c03b72e68dc0b6babf35 /doc/guide
parent3d7e76ba94a6315c8ad05aa6ab349407a13a2e37 (diff)
downloadpkgsrc-eeba0b2da1aa8edf6aa2dae3d4961733dc703072.tar.gz
Removed reference to the pkglint developer documentation.
That documentation does not exist anymore.
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/infr.design.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/guide/files/infr.design.xml b/doc/guide/files/infr.design.xml
index cff50ad466f..d0ba3cdd564 100644
--- a/doc/guide/files/infr.design.xml
+++ b/doc/guide/files/infr.design.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: infr.design.xml,v 1.8 2007/08/15 06:33:45 rillig Exp $ -->
+<!-- $NetBSD: infr.design.xml,v 1.9 2016/06/10 21:21:42 rillig Exp $ -->
<chapter id="infr.design"> <?dbhtml filename="infr.design.html"?>
<title>Design of the pkgsrc infrastructure</title>
@@ -147,10 +147,10 @@ CFLAGS+= -Wall
<title>How can variables be specified?</title>
<para>There are many ways in which the definition and use of a
- variable can be restricted in order to detect bugs and
- violations of the (mostly unwritten) policies. See the
- <literal>pkglint</literal> developer's documentation for further
- details.</para>
+ variable can be restricted in order to detect bugs and violations
+ of the (mostly unwritten) policies. A package can be checked with
+ <literal>pkglint -Wall</literal> to see whether it meets these
+ rules.</para>
</sect1>
@@ -181,7 +181,7 @@ CFLAGS+= -Wall
parameter since it is very likely that further text will be
added after calling the procedure, which would effectively apply
the procedure to only a part of the variable. Also, references
- to other variables wit will be modified after calling the
+ to other variables will be modified after calling the
procedure.</para>
<para>A procedure can declare its output parameters either as