summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint4/files/doc/chap.defs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/pkglint4/files/doc/chap.defs.xml')
-rw-r--r--pkgtools/pkglint4/files/doc/chap.defs.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/pkgtools/pkglint4/files/doc/chap.defs.xml b/pkgtools/pkglint4/files/doc/chap.defs.xml
deleted file mode 100644
index 1bbee6f911a..00000000000
--- a/pkgtools/pkglint4/files/doc/chap.defs.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<!-- $NetBSD: chap.defs.xml,v 1.1 2015/11/25 16:42:21 rillig Exp $ -->
-<!-- don't include useless definitions.
-<chapter id="defs">
-<title>Definitions</title>
-
- <para>In every non-toy program, the need arises to define new
- words or redefine and clarify existing words. This is the list
- of words that are used in pkglint.</para>
-
- <variablelist>
-
- <varlistentry><term>function</term><listitem><para>A subroutine
- that is called to obtain a return value, rather than for its
- side effects. Functions should restrict the user-visible side
- effects to the necessary minimum.</para>
- </listitem></varlistentry>
-
- <varlistentry><term>procedure</term><listitem><para>A subroutine
- that is not called to obtain a return value, but rather called
- because of its side effects, like input/output.</para>
- </listitem></varlistentry>
-
- </variablelist>
-
-</chapter>
--->