summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-01-16 00:29:23 +0000
committerrillig <rillig@pkgsrc.org>2006-01-16 00:29:23 +0000
commit7acc70578fe4e5e505026c6b123b24dd5ca7269d (patch)
treeb2cf6c4a99b53e7e134a639ea19d60660d6d83b8 /doc
parent04f4fbc7c7749207cda2a0b5aac35d90f66d5b01 (diff)
downloadpkgsrc-7acc70578fe4e5e505026c6b123b24dd5ca7269d.tar.gz
Added missing </para>.
Diffstat (limited to 'doc')
-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