diff options
Diffstat (limited to 'pkgtools/pkglint/files')
-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>. |