Fix trivial typos. Equivalent change made to

books/porters-handbook/book.sgml to minimize future merge work for docmen.
This commit is contained in:
Tim Vanderhoek 2000-05-22 09:25:21 +00:00
parent efacadc706
commit 117519bbac
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7228
2 changed files with 12 additions and 12 deletions
en_US.ISO8859-1/books/handbook/ports
en_US.ISO_8859-1/books/handbook/ports

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.100 2000/05/19 17:58:47 jim Exp $
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.101 2000/05/19 19:01:35 jim Exp $
-->
<chapter id="ports">
@ -1255,9 +1255,9 @@ lib/X11/oneko/mouse.xpm
<para>Make sure that there are not any warnings issued in any of the
<maketarget>package</maketarget> and
<maketarget>deinstall</maketarget> stages, After step 3, check to
<maketarget>deinstall</maketarget> stages. After step 3, check to
see if all the new directories are correctly deleted. Also, try
using the software after step 4, to ensure that is works correctly
using the software after step 4, to ensure that it works correctly
when installed from a package.</para>
</sect3>
@ -1266,7 +1266,7 @@ lib/X11/oneko/mouse.xpm
<para>Please use <command>portlint</command> to see if your port
conforms to our guidelines. The <command>portlint</command> program
is part of the ports collection. In particular, your may want to
is part of the ports collection. In particular, you may want to
check if the <link linkend="porting-samplem">Makefile</link> is in
the right shape and the <link
linkend="porting-pkgname">package</link> is named
@ -1328,8 +1328,8 @@ lib/X11/oneko/mouse.xpm
<title>How things work</title>
<para>First, this is the sequence of events which occurs when the user
first types <command>make</command> in your port's directory, and
you may find that having <filename>bsd.port.mk</filename> in another
first types <command>make</command> in your port's directory.
You may find that having <filename>bsd.port.mk</filename> in another
window while you read this really helps to understand it.</para>
<para>But do not worry if you do not really understand what

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.100 2000/05/19 17:58:47 jim Exp $
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.101 2000/05/19 19:01:35 jim Exp $
-->
<chapter id="ports">
@ -1255,9 +1255,9 @@ lib/X11/oneko/mouse.xpm
<para>Make sure that there are not any warnings issued in any of the
<maketarget>package</maketarget> and
<maketarget>deinstall</maketarget> stages, After step 3, check to
<maketarget>deinstall</maketarget> stages. After step 3, check to
see if all the new directories are correctly deleted. Also, try
using the software after step 4, to ensure that is works correctly
using the software after step 4, to ensure that it works correctly
when installed from a package.</para>
</sect3>
@ -1266,7 +1266,7 @@ lib/X11/oneko/mouse.xpm
<para>Please use <command>portlint</command> to see if your port
conforms to our guidelines. The <command>portlint</command> program
is part of the ports collection. In particular, your may want to
is part of the ports collection. In particular, you may want to
check if the <link linkend="porting-samplem">Makefile</link> is in
the right shape and the <link
linkend="porting-pkgname">package</link> is named
@ -1328,8 +1328,8 @@ lib/X11/oneko/mouse.xpm
<title>How things work</title>
<para>First, this is the sequence of events which occurs when the user
first types <command>make</command> in your port's directory, and
you may find that having <filename>bsd.port.mk</filename> in another
first types <command>make</command> in your port's directory.
You may find that having <filename>bsd.port.mk</filename> in another
window while you read this really helps to understand it.</para>
<para>But do not worry if you do not really understand what