diff options
author | reed <reed@pkgsrc.org> | 2006-04-08 07:43:41 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2006-04-08 07:43:41 +0000 |
commit | 0962457a716c2853794ba9733a278b0f2a43dd82 (patch) | |
tree | 6f05db3a8e03473175436908937e50f328eed0a6 | |
parent | e9b15ee2c563a931efd159107c5100b1265703f7 (diff) | |
download | pkgsrc-0962457a716c2853794ba9733a278b0f2a43dd82.tar.gz |
Add missing close "para" tags in the INFO_FILES and PKGINFODIR
paragraphs.
-rw-r--r-- | doc/guide/files/fixes.xml | 6 |
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> |