diff options
author | kano <kano> | 2006-12-03 01:03:38 +0000 |
---|---|---|
committer | kano <kano> | 2006-12-03 01:03:38 +0000 |
commit | 753426c9142169feed4714476660d218d9b0af48 (patch) | |
tree | 58e5b02c33cda057bb6b8b60b1408befe0d28fe4 /doc | |
parent | f412964feaf80f70e6d2c3657d5ad380315228ac (diff) | |
download | pkgsrc-753426c9142169feed4714476660d218d9b0af48.tar.gz |
fix typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide/files/debug.xml | 4 | ||||
-rw-r--r-- | doc/guide/files/gnome.xml | 4 | ||||
-rw-r--r-- | doc/guide/files/platforms.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/guide/files/debug.xml b/doc/guide/files/debug.xml index ff9d71adc47..cb1685cf4c0 100644 --- a/doc/guide/files/debug.xml +++ b/doc/guide/files/debug.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: debug.xml,v 1.5 2006/09/13 23:25:14 wiz Exp $ --> +<!-- $NetBSD: debug.xml,v 1.6 2006/12/03 01:03:38 kano Exp $ --> <chapter id="debug"> <title>Debugging</title> @@ -108,7 +108,7 @@ <listitem> <para>Reinstall the binary package:</para> - <screen>&rprompt; <userinput>pkgadd .../<replaceable>examplepkg</replaceable>.tgz</userinput></screen> + <screen>&rprompt; <userinput>pkg_add .../<replaceable>examplepkg</replaceable>.tgz</userinput></screen> </listitem> <listitem> diff --git a/doc/guide/files/gnome.xml b/doc/guide/files/gnome.xml index f709188e36a..b8f32d2ed87 100644 --- a/doc/guide/files/gnome.xml +++ b/doc/guide/files/gnome.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: gnome.xml,v 1.5 2006/12/01 14:19:06 reed Exp $ --> +<!-- $NetBSD: gnome.xml,v 1.6 2006/12/03 01:03:38 kano Exp $ --> <chapter id="gnome"> <?dbhtml filename="gnome.html"?> <title>GNOME packaging and porting</title> @@ -317,7 +317,7 @@ followed:</para> <para>Now comes the longest step by far: iterate over the contents of <filename>todo.txt</filename> and update the packages listed in it in order. For major desktop updates none of these should be - commited until the entire set is completed because there are chances + committed until the entire set is completed because there are chances of breaking not-yet-updated packages.</para> </listitem> diff --git a/doc/guide/files/platforms.xml b/doc/guide/files/platforms.xml index 2d635c6f9ac..6f6623ddb8b 100644 --- a/doc/guide/files/platforms.xml +++ b/doc/guide/files/platforms.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: platforms.xml,v 1.46 2006/11/28 15:47:38 tv Exp $ --> +<!-- $NetBSD: platforms.xml,v 1.47 2006/12/03 01:03:38 kano Exp $ --> <chapter id="platforms"> <title>Using pkgsrc on systems other than &os;</title> @@ -807,7 +807,7 @@ file and inspect the contents before extracting it. </sect3> <sect3 id="solaris-sunpro-64"> - <title>Buildling 64-bit binaries with SunPro</title> + <title>Building 64-bit binaries with SunPro</title> <para>Building 64-bit binaries is a little trickier. First, you need to bootstrap pkgsrc in 64-bit mode. One problem here is |