pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc/guide/files Spelling fixes.
details: https://anonhg.NetBSD.org/pkgsrc/rev/aeab9a3f9490
branches: trunk
changeset: 556726:aeab9a3f9490
user: snj <snj%pkgsrc.org@localhost>
date: Fri Apr 03 01:52:24 2009 +0000
description:
Spelling fixes.
diffstat:
doc/guide/files/build.xml | 4 ++--
doc/guide/files/configuring.xml | 4 ++--
doc/guide/files/gnome.xml | 4 ++--
doc/guide/files/logs.xml | 4 ++--
doc/guide/files/plist.xml | 8 ++++----
5 files changed, 12 insertions(+), 12 deletions(-)
diffs (97 lines):
diff -r 64d56247bbe4 -r aeab9a3f9490 doc/guide/files/build.xml
--- a/doc/guide/files/build.xml Thu Apr 02 18:34:30 2009 +0000
+++ b/doc/guide/files/build.xml Fri Apr 03 01:52:24 2009 +0000
@@ -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 -r 64d56247bbe4 -r aeab9a3f9490 doc/guide/files/configuring.xml
--- a/doc/guide/files/configuring.xml Thu Apr 02 18:34:30 2009 +0000
+++ b/doc/guide/files/configuring.xml Fri Apr 03 01:52:24 2009 +0000
@@ -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.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 -r 64d56247bbe4 -r aeab9a3f9490 doc/guide/files/gnome.xml
--- a/doc/guide/files/gnome.xml Thu Apr 02 18:34:30 2009 +0000
+++ b/doc/guide/files/gnome.xml Fri Apr 03 01:52:24 2009 +0000
@@ -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 @@
<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 -r 64d56247bbe4 -r aeab9a3f9490 doc/guide/files/logs.xml
--- a/doc/guide/files/logs.xml Thu Apr 02 18:34:30 2009 +0000
+++ b/doc/guide/files/logs.xml Fri Apr 03 01:52:24 2009 +0000
@@ -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 @@
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 -r 64d56247bbe4 -r aeab9a3f9490 doc/guide/files/plist.xml
--- a/doc/guide/files/plist.xml Thu Apr 02 18:34:30 2009 +0000
+++ b/doc/guide/files/plist.xml Fri Apr 03 01:52:24 2009 +0000
@@ -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 @@
<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
Home |
Main Index |
Thread Index |
Old Index