remove duplicate words.

reviewed by wizd(8)
This commit is contained in:
kano 2006-12-02 13:02:14 +00:00
parent 9606565960
commit ee0c903d03
3 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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>

View file

@ -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>