diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-12 21:46:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-12 21:46:33 +0000 |
commit | a86e07f950d914c717e110fa575b5ef6f0d1d73c (patch) | |
tree | fb88f1ba833b3af990c86a2a580239cd49404410 /doc | |
parent | 773348df3d5a855b2c1dee196371a62765844932 (diff) | |
download | pkgsrc-a86e07f950d914c717e110fa575b5ef6f0d1d73c.tar.gz |
s/unstripped/stripped/
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide/files/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide/files/build.xml b/doc/guide/files/build.xml index 3f62cc743a2..b4c67239961 100644 --- a/doc/guide/files/build.xml +++ b/doc/guide/files/build.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: build.xml,v 1.19 2006/01/11 22:35:31 rillig Exp $ --> +<!-- $NetBSD: build.xml,v 1.20 2006/01/12 21:46:33 wiz Exp $ --> <chapter id="build"> <title>The build process</title> @@ -433,7 +433,7 @@ of <varname>MAKEFILE</varname> is <quote>Makefile</quote>, and <varlistentry><term><varname>INSTALL_PROGRAM</varname></term> <listitem><para>binaries that can be stripped from debugging symbols</para></listitem></varlistentry> <varlistentry><term><varname>INSTALL_SCRIPT</varname></term> - <listitem><para>binaries that cannot be unstripped</para></listitem></varlistentry> + <listitem><para>binaries that cannot be stripped</para></listitem></varlistentry> <varlistentry><term><varname>INSTALL_GAME</varname></term> <listitem><para>game binaries</para></listitem></varlistentry> <varlistentry><term><varname>INSTALL_LIB</varname></term> |