summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorkano <kano>2007-10-17 14:08:02 +0000
committerkano <kano>2007-10-17 14:08:02 +0000
commit082e2528994e4601734cf6e41bff91e4b4b9c375 (patch)
treec1b47cb2e07e523aae096ecd440712d23ca39aa5 /doc/guide
parentbba271d7b08511abff34c17eb5a3c41b8e64f398 (diff)
downloadpkgsrc-082e2528994e4601734cf6e41bff91e4b4b9c375.tar.gz
fix typo
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/configuring.xml4
-rw-r--r--doc/guide/files/fixes.xml4
-rw-r--r--doc/guide/files/platforms.xml4
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/guide/files/configuring.xml b/doc/guide/files/configuring.xml
index a17fae2cc4e..3b21ef6d751 100644
--- a/doc/guide/files/configuring.xml
+++ b/doc/guide/files/configuring.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: configuring.xml,v 1.29 2007/08/15 06:33:44 rillig Exp $ -->
+<!-- $NetBSD: configuring.xml,v 1.30 2007/10/17 14:08:02 kano Exp $ -->
<chapter id="configuring">
<title>Configuring pkgsrc</title>
@@ -132,7 +132,7 @@ works.</para>
</sect1>
<sect1 id="variables-affecting-installation">
- <title>Variables affecting the installion process</title>
+ <title>Variables affecting the installation process</title>
<para>A growing number of packages support installation into a
subdirectory of <varname>WRKDIR</varname>. This allows a package
diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml
index 981a99d897e..046361f3455 100644
--- a/doc/guide/files/fixes.xml
+++ b/doc/guide/files/fixes.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.90 2007/09/21 13:03:39 wiz Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.91 2007/10/17 14:08:02 kano Exp $ -->
<chapter id="fixes"> <?dbhtml filename="fixes.html"?>
<title>Making your package work</title>
@@ -346,7 +346,7 @@ BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
DEPENDS+= xpm-3.4j:../../graphics/xpm
</programlisting>
- <para>You can also use wildcards in package dependences:</para>
+ <para>You can also use wildcards in package dependencies:</para>
<programlisting>
DEPENDS+= xpm-[0-9]*:../../graphics/xpm
diff --git a/doc/guide/files/platforms.xml b/doc/guide/files/platforms.xml
index 6400f866bc9..7755e6bc61c 100644
--- a/doc/guide/files/platforms.xml
+++ b/doc/guide/files/platforms.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: platforms.xml,v 1.57 2007/08/18 07:13:07 weinem Exp $ -->
+<!-- $NetBSD: platforms.xml,v 1.58 2007/10/17 14:08:02 kano Exp $ -->
<chapter id="platforms">
<title>Using pkgsrc on systems other than &os;</title>
@@ -298,7 +298,7 @@ file and inspect the contents before extracting it.
&rprompt; <userinput>sudo chown `id -u`:`id -g` /Volumes/NetBSD</userinput></screen>
<note>
- <para>darwindiskimage will mount the filesystem nosuid, which will cause problems for packages that depend on setgid. In the case of UFS, it will also mount the filesystem asynchronous, which is somewhat dangerous according to the mount(8) man page. In the case of HFSX, it will disable journalling.</para>
+ <para>darwindiskimage will mount the filesystem nosuid, which will cause problems for packages that depend on setgid. In the case of UFS, it will also mount the filesystem asynchronous, which is somewhat dangerous according to the mount(8) man page. In the case of HFSX, it will disable journaling.</para>
</note>
<para>Allow suid:</para>