summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreed <reed>2006-04-08 07:43:41 +0000
committerreed <reed>2006-04-08 07:43:41 +0000
commit302034cd4a0dd9292b08cf7b6f3b3d572ad1b001 (patch)
tree6f05db3a8e03473175436908937e50f328eed0a6
parent687abc86297677536663556d72e4f6d8873196a1 (diff)
downloadpkgsrc-302034cd4a0dd9292b08cf7b6f3b3d572ad1b001.tar.gz
Add missing close "para" tags in the INFO_FILES and PKGINFODIR
paragraphs.
-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>