summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2016-06-11 20:19:36 +0000
committerrillig <rillig@pkgsrc.org>2016-06-11 20:19:36 +0000
commit3a093f708c3f35b9ae7421e5a634b68943e77489 (patch)
tree75506fda1d2d90d2b183fe2e15a3492223ddddba
parent3969b73d1467835af392a3563f149d78c4df6ee4 (diff)
downloadpkgsrc-3a093f708c3f35b9ae7421e5a634b68943e77489.tar.gz
Removed strawman TODO items from the documentation.
-rw-r--r--doc/guide/files/tools.xml34
1 files changed, 1 insertions, 33 deletions
diff --git a/doc/guide/files/tools.xml b/doc/guide/files/tools.xml
index 15852eb23f6..6a86eadda79 100644
--- a/doc/guide/files/tools.xml
+++ b/doc/guide/files/tools.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: tools.xml,v 1.6 2011/10/30 22:08:17 wiz Exp $ -->
+<!-- $NetBSD: tools.xml,v 1.7 2016/06/11 20:19:36 rillig Exp $ -->
<chapter id="tools">
<title>Tools needed for building or running</title>
@@ -90,36 +90,4 @@ TOOLS_PLATFORM.true?= true # shell builtin
</sect1>
-<sect1 id="tools.questions">
-<title>Questions regarding the tools</title>
-
-<qandaset>
-<qandaentry id="tools.new">
-
- <question><para>How do I add a new tool?</para></question>
-
- <answer><para>TODO</para></answer>
-
-</qandaentry>
-<qandaentry id="tools.listall">
-
- <question><para>How do I get a list of all available
- tools?</para></question>
-
- <answer><para>TODO</para></answer>
-
-</qandaentry>
-<qandaentry id="tools.used">
-
- <question><para>How can I get a list of all the tools that a
- package is using while being built? I want to know whether it
- uses sed or not.</para></question>
-
- <answer><para>Currently, you can't. (TODO: But I want to be able
- to do it.)</para></answer>
-
-</qandaentry>
-
-</qandaset>
-</sect1>
</chapter>