From dc6d2b2a790e556653ddbcf8333f1e44f4cf04eb Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov <pluknet@FreeBSD.org> Date: Sun, 13 Jul 2014 07:43:49 +0000 Subject: [PATCH] Fix typos. --- en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml | 2 +- en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml | 2 +- en_US.ISO8859-1/books/porters-handbook/special/chapter.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml index 3ea065e981..66b7c01047 100644 --- a/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml @@ -3548,7 +3548,7 @@ OPT6_DESC= Describe OPT6</programlisting> <para><filename>ports/Mk/bsd.options.desc.mk</filename> has descriptions for many common <varname>OPTIONS</varname>. While often useful, they - should be overriden if the description is insufficient + should be overridden if the description is insufficient for the port.</para> <tip> diff --git a/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml index 3e0fab853e..5e2358e927 100644 --- a/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml @@ -209,7 +209,7 @@ lib/X11/oneko/sounds/cat.au of <filename>${PREFIX}/etc</filename>, it should be in <varname>ETCDIR</varname>, which defaults to <literal>${PREFIX}/etc/${PORTNAME}</literal>, it can be - overrided in the ports <filename>Makefile</filename> if there + overridden in the ports <filename>Makefile</filename> if there is a convention for the port to use some other directory. The <literal>%%ETCDIR%%</literal> macro should be used in its stead in the <filename>pkg-plist</filename> file.</para> diff --git a/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml index 2f47b47e79..8fcd4a67d2 100644 --- a/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml @@ -53,7 +53,7 @@ but only depend on other ports, should avoid needlessly extracting the &man.mtree.8; to the stage directory. This is the basic directory layout of the package, and these empty - directories will be seens as orphans. To prevent + directories will be seen as orphans. To prevent &man.mtree.8; extraction, add this line:</para> <programlisting>NO_MTREE= yes</programlisting>