diff options
author | schwarz <schwarz@pkgsrc.org> | 2006-09-02 11:26:16 +0000 |
---|---|---|
committer | schwarz <schwarz@pkgsrc.org> | 2006-09-02 11:26:16 +0000 |
commit | 116866639670c1de8ee3f45b772cf8abd7994848 (patch) | |
tree | 673b476ae9b4bc9895e33e88c8aa8f21e6a18c78 | |
parent | bb77fff061f19ff5fb5c9d5efb507e77781ac7f0 (diff) | |
download | pkgsrc-116866639670c1de8ee3f45b772cf8abd7994848.tar.gz |
fix spelling
-rw-r--r-- | doc/guide/files/platforms.xml | 4 | ||||
-rw-r--r-- | doc/guide/files/using.xml | 4 | ||||
-rw-r--r-- | doc/pkgsrc.html | 4 | ||||
-rw-r--r-- | doc/pkgsrc.txt | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/doc/guide/files/platforms.xml b/doc/guide/files/platforms.xml index db46c267d21..6ad36f2d6f1 100644 --- a/doc/guide/files/platforms.xml +++ b/doc/guide/files/platforms.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: platforms.xml,v 1.37 2006/08/30 04:47:16 schmonz Exp $ --> +<!-- $NetBSD: platforms.xml,v 1.38 2006/09/02 11:26:16 schwarz Exp $ --> <chapter id="platforms"> <title>Using pkgsrc on systems other than &os;</title> @@ -573,7 +573,7 @@ file and inspect the contents before extracting it. version of IRIX providing support for &man.if.indextoname.3;, &man.if.nametoindex.3;, etc.</para> - <para>At this point in time, pkgsrc only supports one ABI at a time. That is, you can not + <para>At this point in time, pkgsrc only supports one ABI at a time. That is, you cannot switch between the old 32-bit ABI, the new 32-bit ABI and the 64-bit ABI. If you start out using "abi=n32", that's what all your packages will be built with.</para> diff --git a/doc/guide/files/using.xml b/doc/guide/files/using.xml index 461f8a39a59..d41dc7944e8 100644 --- a/doc/guide/files/using.xml +++ b/doc/guide/files/using.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: using.xml,v 1.23 2006/07/30 00:30:55 wiz Exp $ --> +<!-- $NetBSD: using.xml,v 1.24 2006/09/02 11:26:16 schwarz Exp $ --> <chapter id="using"> <?dbhtml filename="using.html"?> <title>Using pkgsrc</title> @@ -436,7 +436,7 @@ You can now enter: <para>A final word of warning: If you set up a system that has a non-standard setting for <varname>LOCALBASE</varname>, be sure to set that - before any packages are installed, as you can not use several directories + before any packages are installed, as you cannot use several directories for the same purpose. Doing so will result in pkgsrc not being able to properly detect your installed packages, and fail miserably. Note also that precompiled binary packages are usually built with the default diff --git a/doc/pkgsrc.html b/doc/pkgsrc.html index df57df16a4d..80fb946f234 100644 --- a/doc/pkgsrc.html +++ b/doc/pkgsrc.html @@ -1528,7 +1528,7 @@ file and inspect the contents before extracting it. <p>Please note that you will need IRIX 6.5.17 or higher, as this is the earliest version of IRIX providing support for <a href="http://netbsd.gw.com/cgi-bin/man-cgi?if_indextoname+3+NetBSD-current"><span class="citerefentry"><span class="refentrytitle">if_indextoname</span>(3)</span></a>, <a href="http://netbsd.gw.com/cgi-bin/man-cgi?if_nametoindex+3+NetBSD-current"><span class="citerefentry"><span class="refentrytitle">if_nametoindex</span>(3)</span></a>, etc.</p> -<p>At this point in time, pkgsrc only supports one ABI at a time. That is, you can not +<p>At this point in time, pkgsrc only supports one ABI at a time. That is, you cannot switch between the old 32-bit ABI, the new 32-bit ABI and the 64-bit ABI. If you start out using "abi=n32", that's what all your packages will be built with.</p> @@ -2212,7 +2212,7 @@ You can now enter: See <code class="filename">pkgsrc/mk/defaults/mk.conf</code> for more details.</p> <p>A final word of warning: If you set up a system that has a non-standard setting for <code class="varname">LOCALBASE</code>, be sure to set that - before any packages are installed, as you can not use several directories + before any packages are installed, as you cannot use several directories for the same purpose. Doing so will result in pkgsrc not being able to properly detect your installed packages, and fail miserably. Note also that precompiled binary packages are usually built with the default diff --git a/doc/pkgsrc.txt b/doc/pkgsrc.txt index 4d5ea77a8c2..4ebd34584b8 100644 --- a/doc/pkgsrc.txt +++ b/doc/pkgsrc.txt @@ -1800,7 +1800,7 @@ for more details. A final word of warning: If you set up a system that has a non-standard setting for LOCALBASE, be sure to set that before any packages are installed, as you -can not use several directories for the same purpose. Doing so will result in +cannot use several directories for the same purpose. Doing so will result in pkgsrc not being able to properly detect your installed packages, and fail miserably. Note also that precompiled binary packages are usually built with the default LOCALBASE of /usr/pkg, and that you should not install any if you |