diff options
author | rillig <rillig@pkgsrc.org> | 2006-11-25 20:27:42 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-11-25 20:27:42 +0000 |
commit | f9e735a070dffbb7439609d58bfee96bd8ed0089 (patch) | |
tree | 878b564b5b6e30645ac8fabc922fb1d87d2f0858 /pkgtools | |
parent | 6e5ef6d3bac7c55de85a68d1a49ab8520ef9ac4b (diff) | |
download | pkgsrc-f9e735a070dffbb7439609d58bfee96bd8ed0089.tar.gz |
Fixed some typos in the pkglint documentation. Reported by OKANO
Takayoshi in a private mail.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/files/doc/chap.types.xml | 6 | ||||
-rw-r--r-- | pkgtools/pkglint/files/doc/pkglint.xml | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/pkgtools/pkglint/files/doc/chap.types.xml b/pkgtools/pkglint/files/doc/chap.types.xml index 0e349048481..696a5322694 100644 --- a/pkgtools/pkglint/files/doc/chap.types.xml +++ b/pkgtools/pkglint/files/doc/chap.types.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: chap.types.xml,v 1.13 2006/07/02 09:47:17 rillig Exp $ --> +<!-- $NetBSD: chap.types.xml,v 1.14 2006/11/25 20:27:42 rillig Exp $ --> <chapter id="types"> <title>The &pkglint; type system</title> @@ -191,7 +191,7 @@ <title>Future Directions</title> <para>Currently the ACLs only cover the <quote>user - space</quote> of pksrc. They will be extended later to also + space</quote> of pkgsrc. They will be extended later to also check for valid variable definition and use in the pkgsrc infrastructure, as well as the user configuration file. For completeness, those variables that are intended to be specified @@ -317,7 +317,7 @@ <listitem><para>An option from the <literal>PKG_OPTIONS</literal> framework. Options should not contain underscores. They should be documented in - <filename>pkgsrc/mk/default/options.description</filename>.</para> + <filename>pkgsrc/mk/defaults/options.description</filename>.</para> </listitem></varlistentry> <varlistentry><term><literal><type>Pathlist</type></literal></term> diff --git a/pkgtools/pkglint/files/doc/pkglint.xml b/pkgtools/pkglint/files/doc/pkglint.xml index f0a1a512668..5c9de070cf9 100644 --- a/pkgtools/pkglint/files/doc/pkglint.xml +++ b/pkgtools/pkglint/files/doc/pkglint.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" - "http://www.oasis-open.org/docbook/xml/4.4/docbook.dtd" + "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ <!ENTITY pkglint "<literal>pkglint</literal>"> <!ENTITY pkgsrc-guide "http://www.NetBSD.org/Documentation/pkgsrc"> @@ -14,7 +14,7 @@ <!ENTITY chap.future SYSTEM "chap.future.xml"> ]> -<!-- $NetBSD: pkglint.xml,v 1.3 2006/05/23 08:10:37 rillig Exp $ --> +<!-- $NetBSD: pkglint.xml,v 1.4 2006/11/25 20:27:42 rillig Exp $ --> <book> <title>Design and implementation of &pkglint;</title> |