summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2006-04-08 07:43:41 +0000
committerreed <reed@pkgsrc.org>2006-04-08 07:43:41 +0000
commit103077021c6b9fb6f2e643deb5c7c3a5b8ac6c2a (patch)
tree6f05db3a8e03473175436908937e50f328eed0a6 /doc/guide
parent9df9ff4e6d2fdcb25434ed6769bd9d45e28eae2d (diff)
downloadpkgsrc-103077021c6b9fb6f2e643deb5c7c3a5b8ac6c2a.tar.gz
Add missing close "para" tags in the INFO_FILES and PKGINFODIR
paragraphs.
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/fixes.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml
index dcd8f53d879..4bfcbf8d6d1 100644
--- a/doc/guide/files/fixes.xml
+++ b/doc/guide/files/fixes.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.49 2006/04/06 06:21:57 reed Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.50 2006/04/08 07:43:41 reed Exp $ -->
<chapter id="fixes"> <?dbhtml filename="fixes.html"?>
<title>Making your package work</title>
@@ -1146,7 +1146,7 @@
<para><varname>PKGINFODIR</varname> is the directory under
<filename>${PREFIX}</filename> where info files are primarily
located. <varname>PKGINFODIR</varname> defaults to
- <quote>info</quote> and can be overridden by the user.
+ <quote>info</quote> and can be overridden by the user.</para>
<para>There are two mutually exclusive ways to specify the info
files for the package:</para>
@@ -1163,7 +1163,7 @@
<varname>INFO_FILES</varname> variable; however any split
info file filenames need not be listed. In this case
each of the info files should be installed into the
- directory <filename>${PREFIX}/${PKGINFODIR}</filename>.
+ directory <filename>${PREFIX}/${PKGINFODIR}</filename>.</para>
</listitem>
</itemizedlist>