diff options
author | snj <snj@pkgsrc.org> | 2009-04-03 01:52:24 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2009-04-03 01:52:24 +0000 |
commit | 3469b6457e0bd26669cea81402539aa55f40ba10 (patch) | |
tree | 1681aad81fac8fdb6a481a0da99f3b453ca4f9a4 /doc/guide/files | |
parent | 6026f21e01c64bab31eabb9673a4a2b2c746f69e (diff) | |
download | pkgsrc-3469b6457e0bd26669cea81402539aa55f40ba10.tar.gz |
Spelling fixes.
Diffstat (limited to 'doc/guide/files')
-rw-r--r-- | doc/guide/files/build.xml | 4 | ||||
-rw-r--r-- | doc/guide/files/configuring.xml | 4 | ||||
-rw-r--r-- | doc/guide/files/gnome.xml | 4 | ||||
-rw-r--r-- | doc/guide/files/logs.xml | 4 | ||||
-rw-r--r-- | doc/guide/files/plist.xml | 8 |
5 files changed, 12 insertions, 12 deletions
diff --git a/doc/guide/files/build.xml b/doc/guide/files/build.xml index 4f7ada4a272..86be2f88e5d 100644 --- a/doc/guide/files/build.xml +++ b/doc/guide/files/build.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: build.xml,v 1.58 2009/02/11 05:05:20 kano Exp $ --> +<!-- $NetBSD: build.xml,v 1.59 2009/04/03 01:52:24 snj Exp $ --> <chapter id="build"> <title>The build process</title> @@ -10,7 +10,7 @@ built. Building a package is separated into different <emphasis>phases</emphasis> (for example <varname>fetch</varname>, <varname>build</varname>, <varname>install</varname>), all of which are - described in the following sections. Each phase is splitted into + described in the following sections. Each phase is split into so-called <emphasis>stages</emphasis>, which take the name of the containing phase, prefixed by one of <varname>pre-</varname>, <varname>do-</varname> or <varname>post-</varname>. (Examples are diff --git a/doc/guide/files/configuring.xml b/doc/guide/files/configuring.xml index 7052242175c..08e31fbb9a7 100644 --- a/doc/guide/files/configuring.xml +++ b/doc/guide/files/configuring.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: configuring.xml,v 1.33 2009/03/05 13:08:02 imil Exp $ --> +<!-- $NetBSD: configuring.xml,v 1.34 2009/04/03 01:52:24 snj Exp $ --> <chapter id="configuring"> <title>Configuring pkgsrc</title> @@ -403,7 +403,7 @@ PKG_OPTIONS.kdebase= debug -sasl PKG_OPTIONS.apache= suexec </screen> <para>It is important to note that options that were specifically - suggested by the package maintainer must be explicitely removed if + suggested by the package maintainer must be explicitly removed if you do not wish to include the option. If you are unsure you can view the current state with <command>make show-options</command>.</para> diff --git a/doc/guide/files/gnome.xml b/doc/guide/files/gnome.xml index 816bab7a3b3..f4273c9fb68 100644 --- a/doc/guide/files/gnome.xml +++ b/doc/guide/files/gnome.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: gnome.xml,v 1.8 2007/06/01 11:07:25 rillig Exp $ --> +<!-- $NetBSD: gnome.xml,v 1.9 2009/04/03 01:52:24 snj Exp $ --> <chapter id="gnome"> <?dbhtml filename="gnome.html"?> <title>GNOME packaging and porting</title> @@ -265,7 +265,7 @@ followed:</para> <listitem> <para>Get a list of all the tarballs that form the new release by using the following commands. These will leave the full list of the - components's distfiles into the <filename>list.txt</filename> + components' distfiles into the <filename>list.txt</filename> file:</para> <screen>&cprompt; <userinput>echo ls "*.tar.bz2" | \ diff --git a/doc/guide/files/logs.xml b/doc/guide/files/logs.xml index 8fca27e24a9..be8b5af45f3 100644 --- a/doc/guide/files/logs.xml +++ b/doc/guide/files/logs.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: logs.xml,v 1.2 2006/02/12 14:44:59 rillig Exp $ --> +<!-- $NetBSD: logs.xml,v 1.3 2009/04/03 01:52:24 snj Exp $ --> <appendix id="logs"> <title>Build logs</title> @@ -27,7 +27,7 @@ Connected to ftp.plig.net. 230-Please note that all transfers from this FTP site are logged. If you 230-do not like this, please disconnect now. 230- -230-This arhive is available via +230-This archive is available via 230- 230-HTTP: http://ftp.plig.org/ 230-FTP: ftp://ftp.plig.org/ (max 500 connections) diff --git a/doc/guide/files/plist.xml b/doc/guide/files/plist.xml index 8fff96b8356..5f13de57429 100644 --- a/doc/guide/files/plist.xml +++ b/doc/guide/files/plist.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: plist.xml,v 1.16 2009/03/20 14:55:41 mishka Exp $ --> +<!-- $NetBSD: plist.xml,v 1.17 2009/04/03 01:52:24 snj Exp $ --> <chapter id="plist"> <title>PLIST issues</title> @@ -149,12 +149,12 @@ PLIST_SUBST+= SOMEVAR="somevalue" <quote>somevalue</quote>.</para> - <para>The <varname>PLIST_VARS</varname> can be used to simplify + <para>The <varname>PLIST_VARS</varname> variable can be used to simplify the common case of conditionally including some <filename>PLIST</filename> entries. It can be done by adding <literal><varname>PLIST_VARS</varname>+=foo</literal> and - setting the coresponding <varname>PLIST.foo</varname> variable - to <literal>yes</literal>, if the entry should be included. + setting the corresponding <varname>PLIST.foo</varname> variable + to <literal>yes</literal> if the entry should be included. This will substitute <quote><varname>${PLIST.foo}</varname></quote> in the <filename>PLIST</filename> with either <quote><literal>""</literal></quote> or |