diff options
author | rillig <rillig@pkgsrc.org> | 2009-06-13 06:33:35 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2009-06-13 06:33:35 +0000 |
commit | fccc78edef204b32d6ae8b269ced131fd0f34b2b (patch) | |
tree | 20534080e561affea10decbcf5661aaaf9461262 /pkgtools | |
parent | 3c8eda72d0ebc140be463da2004228aa7bb85792 (diff) | |
download | pkgsrc-fccc78edef204b32d6ae8b269ced131fd0f34b2b.tar.gz |
Documented the most recent change.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/files/doc/chap.types.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pkgtools/pkglint/files/doc/chap.types.xml b/pkgtools/pkglint/files/doc/chap.types.xml index a8d92eee316..d91d7711b9f 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.16 2009/04/26 11:27:42 rillig Exp $ --> +<!-- $NetBSD: chap.types.xml,v 1.17 2009/06/13 06:33:35 rillig Exp $ --> <chapter id="types"> <title>The &pkglint; type system</title> @@ -276,6 +276,11 @@ <varname>DIST_SUFFIX</varname> would be more appropriate.</para> </listitem></varlistentry> + <varlistentry><term><literal><type>EmulPlatform</type></literal></term> + <listitem><para>An emulated platform consists of the operating + system (in lowercase, as opposed to <type>PlatformTriple</type>) + and the hardware architecture.</para></listitem></varlistentry> + <varlistentry><term><literal><type>Filename</type></literal></term> <listitem><para>A filename, as defined in <ulink url="http://www.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap03.html#tag_03_169">POSIX</ulink>. |