summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-05-15 20:27:15 +0000
committerrillig <rillig@pkgsrc.org>2005-05-15 20:27:15 +0000
commitea81d06c036db2fa3661b7898c4607c11a4b3920 (patch)
treeed2e21e2e5a50d0a126d86cd928d99af71272d69 /doc/guide
parent9b4ea139b2902b4487e8f3dc7e33141d23406389 (diff)
downloadpkgsrc-ea81d06c036db2fa3661b7898c4607c11a4b3920.tar.gz
Changed the wording of some package descriptions. Removed unnecessary code
from the wget example.
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/faq.xml20
1 files changed, 8 insertions, 12 deletions
diff --git a/doc/guide/files/faq.xml b/doc/guide/files/faq.xml
index 44ad5686e4a..25570240e1c 100644
--- a/doc/guide/files/faq.xml
+++ b/doc/guide/files/faq.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: faq.xml,v 1.8 2005/05/14 22:34:59 rillig Exp $ -->
+<!-- $NetBSD: faq.xml,v 1.9 2005/05/15 20:27:15 rillig Exp $ -->
<chapter id="faq"> <?dbhtml filename="faq.html"?>
<title>Frequently Asked Questions</title>
@@ -98,12 +98,12 @@
<itemizedlist>
<listitem>
<para> <pkg>pkgtools/digest</pkg>:
- calculates SHA1 checksums (and other kinds)
+ calculates various kinds of checksums (including SHA1)
</para>
</listitem>
<listitem>
<para> <pkg>pkgtools/libnbcompat</pkg>:
- compat library for pkg tools
+ compatibility library for pkgsrc tools
</para>
</listitem>
<listitem>
@@ -126,7 +126,7 @@
<listitem>
<para> <pkg>pkgtools/pkg_tarup</pkg>:
create a binary package from an already-installed package.
- used by 'make replace' to save the old package
+ used by <command>make replace</command> to save the old package
</para>
</listitem>
<listitem>
@@ -156,7 +156,7 @@
<itemizedlist>
<listitem>
<para> <pkg>pkgtools/pkg_chk</pkg>:
- installs pkg_chk, which reports on packages whose installed
+ reports on packages whose installed
versions do not match the latest pkgsrc entries
</para>
</listitem>
@@ -168,15 +168,13 @@
</listitem>
<listitem>
<para> <pkg>pkgtools/pkgdepgraph</pkg>:
- make graph from above (uses graphviz)
+ makes graphs from the output of <pkg>pkgtools/pkgdep</pkg> (uses graphviz)
</para>
</listitem>
<listitem>
<para> <pkg>pkgtools/pkglint</pkg>:
- This provides two distinct abilities:
- check a pkgsrc entry for correctness (pkglint)
- check for and remove out-of-date distfiles and binary
- packages (lintpkgsrc)
+ the pkglint(1) program checks a pkgsrc entry for errors,
+ lintpkgsrc(1) does various checks on the complete pkgsrc system.
</para>
</listitem>
<listitem>
@@ -259,11 +257,9 @@
<programlisting>
FETCH_CMD=wget
- .if defined(FETCH_CMD) &amp;&amp; ${FETCH_CMD} == "wget"
FETCH_BEFORE_ARGS=--passive-ftp
FETCH_RESUME_ARGS=-c
FETCH_OUTPUT_ARGS=-O
- .endif
</programlisting>
</sect1>