diff options
author | kano <kano> | 2006-12-02 13:02:14 +0000 |
---|---|---|
committer | kano <kano> | 2006-12-02 13:02:14 +0000 |
commit | 74445c568fb526c5fc55707cb2695ef4ca46e2fc (patch) | |
tree | 5e50b1b3fbb8e4c6add2224fb11f4b1dc1e3d54c /doc/guide | |
parent | 309fd1aad53be300fefbd9ab46a68a494cf7653c (diff) | |
download | pkgsrc-74445c568fb526c5fc55707cb2695ef4ca46e2fc.tar.gz |
remove duplicate words.
reviewed by wizd(8)
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/devfaq.xml | 4 | ||||
-rw-r--r-- | doc/guide/files/fixes.xml | 4 | ||||
-rw-r--r-- | doc/guide/files/infr.design.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/guide/files/devfaq.xml b/doc/guide/files/devfaq.xml index 4f82a2a5a2e..4f1aa87b828 100644 --- a/doc/guide/files/devfaq.xml +++ b/doc/guide/files/devfaq.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: devfaq.xml,v 1.7 2006/10/25 14:24:54 rillig Exp $ --> +<!-- $NetBSD: devfaq.xml,v 1.8 2006/12/02 13:02:14 kano Exp $ --> <chapter id="devfaq"> <?dbhtml filename="devfaq.html"?> <title>Frequently Asked Questions</title> @@ -167,7 +167,7 @@ <listitem><para>Some parts of pkgsrc are only <quote>implicitly documented</quote>, that is the documentation exists only in the mind of the developer who wrote the code. To get this - information, use the the <command>cvs annotate</command> command + information, use the <command>cvs annotate</command> command to see who has written it and ask on the <literal>tech-pkg</literal> mailing list, so that others can find your questions later (see above). To be sure that the diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml index e9b9e449903..7d2bd2a1f99 100644 --- a/doc/guide/files/fixes.xml +++ b/doc/guide/files/fixes.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: fixes.xml,v 1.76 2006/12/01 14:19:06 reed Exp $ --> +<!-- $NetBSD: fixes.xml,v 1.77 2006/12/02 13:02:14 kano Exp $ --> <chapter id="fixes"> <?dbhtml filename="fixes.html"?> <title>Making your package work</title> @@ -201,7 +201,7 @@ <para>Binaries may not be placed on an FTP server. Set this variable to <varname>${RESTRICTED}</varname> - whenever a binary package may not not be made available + whenever a binary package may not be made available on the Internet.</para> </listitem> diff --git a/doc/guide/files/infr.design.xml b/doc/guide/files/infr.design.xml index 8a33fac5350..6f71e9fa7d4 100644 --- a/doc/guide/files/infr.design.xml +++ b/doc/guide/files/infr.design.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: infr.design.xml,v 1.4 2006/07/24 12:13:35 rillig Exp $ --> +<!-- $NetBSD: infr.design.xml,v 1.5 2006/12/02 13:02:14 kano Exp $ --> <chapter id="infr.design"> <?dbhtml filename="infr.design.html"?> <title>Design of the pkgsrc infrastructure</title> @@ -273,7 +273,7 @@ <para>Then, the various <filename>*-vars.mk</filename> files are loaded, which fill default values for those variables that have - not been defined by the the package. These variables may later + not been defined by the package. These variables may later be used even in unrelated files.</para> <para>Then, the file <filename>bsd.pkg.error.mk</filename> |