diff options
author | kano <kano@pkgsrc.org> | 2007-09-22 02:52:48 +0000 |
---|---|---|
committer | kano <kano@pkgsrc.org> | 2007-09-22 02:52:48 +0000 |
commit | 54556504ed87e7897583b9affca7fab316c5e166 (patch) | |
tree | 8490568a84529a2d06a0f2edcb67c631bbc0e786 /doc/guide | |
parent | ca6b5bf2c5cc6cca550f35d390784ef0c9438c34 (diff) | |
download | pkgsrc-54556504ed87e7897583b9affca7fab316c5e166.tar.gz |
fix typo
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/options.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide/files/options.xml b/doc/guide/files/options.xml index 4fec1ca9ee2..618ac230b42 100644 --- a/doc/guide/files/options.xml +++ b/doc/guide/files/options.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: options.xml,v 1.23 2007/09/21 13:28:29 gdt Exp $ --> +<!-- $NetBSD: options.xml,v 1.24 2007/09/22 02:52:48 kano Exp $ --> <!-- based on: pkgsrc/mk/bsd.options.mk 1.56 --> @@ -15,7 +15,7 @@ apply.</para> <para>There are two broad classes of behaviors that one might want to control via options. One is whether some particular feature is -enabled in a program that will be built anway, often by including or +enabled in a program that will be built anyway, often by including or not including a dependency on some other package. The other is whether or not an additional program will be built as part of the package. Generally, it is better to make a split package for such |