diff options
author | kano <kano> | 2006-12-04 14:34:20 +0000 |
---|---|---|
committer | kano <kano> | 2006-12-04 14:34:20 +0000 |
commit | 413482b7a016bf9cff665e2c28f8e64dfda8070c (patch) | |
tree | 30f4c56055905fa95dbd961c45250382092b8884 /doc/guide | |
parent | a9d962c17b92525374127fef8a036d2cab00b862 (diff) | |
download | pkgsrc-413482b7a016bf9cff665e2c28f8e64dfda8070c.tar.gz |
fix typo
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/faq.xml | 4 | ||||
-rw-r--r-- | doc/guide/files/platforms.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/guide/files/faq.xml b/doc/guide/files/faq.xml index f40000404a9..58f15e6f8f5 100644 --- a/doc/guide/files/faq.xml +++ b/doc/guide/files/faq.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: faq.xml,v 1.31 2006/10/25 14:24:54 rillig Exp $ --> +<!-- $NetBSD: faq.xml,v 1.32 2006/12/04 14:34:20 kano Exp $ --> <chapter id="faq"> <?dbhtml filename="faq.html"?> <title>Frequently Asked Questions</title> @@ -250,7 +250,7 @@ them by setting <varname>UNPRIVILEGED_USER</varname> and <command>bootstrap</command> script will ease non-root configuration when given the <quote>--ignore-user-check</quote> flag, as it will choose and use multiple default directories under <filename>~/pkg</filename> as the -installation targets. These directories can be overriden by the +installation targets. These directories can be overridden by the <quote>--prefix</quote> flag provided by the script, as well as some others that allow finer tuning of the tree layout.</para> diff --git a/doc/guide/files/platforms.xml b/doc/guide/files/platforms.xml index 6f6623ddb8b..97ebaaa5055 100644 --- a/doc/guide/files/platforms.xml +++ b/doc/guide/files/platforms.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: platforms.xml,v 1.47 2006/12/03 01:03:38 kano Exp $ --> +<!-- $NetBSD: platforms.xml,v 1.48 2006/12/04 14:34:20 kano Exp $ --> <chapter id="platforms"> <title>Using pkgsrc on systems other than &os;</title> @@ -620,7 +620,7 @@ file and inspect the contents before extracting it. default.</para> <para>If you have both the MIPSPro compiler chain installed as well as gcc, - but want to make sure that MIPRPro is used, please set your <varname>PATH</varname> + but want to make sure that MIPSPro is used, please set your <varname>PATH</varname> to <emphasis>not</emphasis> include the location of gcc (often <filename>/usr/freeware/bin</filename>), and (important) pass the '--preserve-path' flag.</para> |