summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig>2008-01-04 15:53:41 +0000
committerrillig <rillig>2008-01-04 15:53:41 +0000
commitb234f10dd92e080eae9f23b7df0ab07b8515f62c (patch)
treefcc0ff0e54fa0978f38708066b90312e9a2d4c4b
parent2c927292c18b76d3cc753c091099efc209f2e0df (diff)
downloadpkgsrc-b234f10dd92e080eae9f23b7df0ab07b8515f62c.tar.gz
Adjusted the guide to the separation of pkglint and lintpkgsrc.
-rw-r--r--doc/guide/files/faq.xml8
-rw-r--r--doc/guide/files/using.xml4
2 files changed, 8 insertions, 4 deletions
diff --git a/doc/guide/files/faq.xml b/doc/guide/files/faq.xml
index dcc705d7915..a683e532d48 100644
--- a/doc/guide/files/faq.xml
+++ b/doc/guide/files/faq.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: faq.xml,v 1.38 2007/11/26 23:40:10 hubertf Exp $ -->
+<!-- $NetBSD: faq.xml,v 1.39 2008/01/04 15:53:41 rillig Exp $ -->
<chapter id="faq"> <?dbhtml filename="faq.html"?>
<title>Frequently Asked Questions</title>
@@ -176,7 +176,11 @@ etc:</para>
<listitem>
<para><filename role="pkg">pkgtools/pkglint</filename>: The
- pkglint(1) program checks a pkgsrc entry for errors, lintpkgsrc(1)
+ pkglint(1) program checks a pkgsrc entry for errors.</para>
+ </listitem>
+
+ <listitem>
+ <para><filename role="pkg">pkgtools/lintpkgsrc</filename>: The lintpkgsrc(1) program
does various checks on the complete pkgsrc system.</para>
</listitem>
diff --git a/doc/guide/files/using.xml b/doc/guide/files/using.xml
index 5a637326af2..3088a9767ac 100644
--- a/doc/guide/files/using.xml
+++ b/doc/guide/files/using.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: using.xml,v 1.33 2007/10/18 22:44:09 rillig Exp $ -->
+<!-- $NetBSD: using.xml,v 1.34 2008/01/04 15:53:41 rillig Exp $ -->
<chapter id="using"> <?dbhtml filename="using.html"?>
<title>Using pkgsrc</title>
@@ -189,7 +189,7 @@ and you can still use binary packages from someone else.</para>
<sect2 id="pkg_versions">
<title>Finding if newer versions of your installed packages are in pkgsrc</title>
<para>
- Install <filename role="pkg">pkgtools/pkglint</filename> and run
+ Install <filename role="pkg">pkgtools/lintpkgsrc</filename> and run
<command>lintpkgsrc</command> with the <quote>-i</quote>
argument to check if your packages are up-to-date, e.g.
</para>