summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorrillig <rillig>2006-01-16 00:29:23 +0000
committerrillig <rillig>2006-01-16 00:29:23 +0000
commit64a0659ff2e0a986dd3af94550af5f51b0ada82f (patch)
treeb2cf6c4a99b53e7e134a639ea19d60660d6d83b8 /doc/guide
parentc0e317d57ccc5d944ca15cd7bc692b16c9278120 (diff)
downloadpkgsrc-64a0659ff2e0a986dd3af94550af5f51b0ada82f.tar.gz
Added missing </para>.
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/tools.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/guide/files/tools.xml b/doc/guide/files/tools.xml
index 7ea0087ae21..44c1efff5cb 100644
--- a/doc/guide/files/tools.xml
+++ b/doc/guide/files/tools.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: tools.xml,v 1.1 2006/01/13 17:42:33 reed Exp $ -->
+<!-- $NetBSD: tools.xml,v 1.2 2006/01/16 00:29:23 rillig Exp $ -->
<chapter id="tools">
<title>Tools needed for building or running</title>
@@ -100,7 +100,8 @@ something that's come up frequently enough to make it worthwhile to do.
When improving or porting pkgsrc to a new platform, have a look
at (or create) the corresponding platform specific make file fragment under
<filename>pkgsrc/mk/tools/tools.${OPSYS}.mk</filename> which defines
-the name of the common tools. For example:
+the name of the common tools. For example:</para>
+
<programlisting>
.if exists(/usr/bin/bzcat)
TOOLS_PLATFORM.bzcat?= /usr/bin/bzcat