pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc/guide/files fix typo



details:   https://anonhg.NetBSD.org/pkgsrc/rev/298d24bad41f
branches:  trunk
changeset: 534352:298d24bad41f
user:      kano <kano%pkgsrc.org@localhost>
date:      Wed Oct 17 14:08:02 2007 +0000

description:
fix typo

diffstat:

 doc/guide/files/configuring.xml |  4 ++--
 doc/guide/files/fixes.xml       |  4 ++--
 doc/guide/files/platforms.xml   |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 6b87e7fc660f -r 298d24bad41f doc/guide/files/configuring.xml
--- a/doc/guide/files/configuring.xml   Wed Oct 17 13:50:30 2007 +0000
+++ b/doc/guide/files/configuring.xml   Wed Oct 17 14:08:02 2007 +0000
@@ -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 @@
   </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 -r 6b87e7fc660f -r 298d24bad41f doc/guide/files/fixes.xml
--- a/doc/guide/files/fixes.xml Wed Oct 17 13:50:30 2007 +0000
+++ b/doc/guide/files/fixes.xml Wed Oct 17 14:08:02 2007 +0000
@@ -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 @@
 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 -r 6b87e7fc660f -r 298d24bad41f doc/guide/files/platforms.xml
--- a/doc/guide/files/platforms.xml     Wed Oct 17 13:50:30 2007 +0000
+++ b/doc/guide/files/platforms.xml     Wed Oct 17 14:08:02 2007 +0000
@@ -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 @@
 &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>



Home | Main Index | Thread Index | Old Index