diff --git a/en_US.ISO8859-1/articles/portbuild/article.sgml b/en_US.ISO8859-1/articles/portbuild/article.sgml index 35a2759d97..1c8cec7efe 100644 --- a/en_US.ISO8859-1/articles/portbuild/article.sgml +++ b/en_US.ISO8859-1/articles/portbuild/article.sgml @@ -236,7 +236,7 @@ remove packages and log files for the old ports that have changed, and rebuild the rest. This cuts down on build times substantially since - unchanged ports do not get rebuilt everytime. + unchanged ports do not get rebuilt every time. @@ -451,7 +451,7 @@ Formerly the docs tree was also checked out, however, it has - been found to be unneccessary. + been found to be unnecessary. diff --git a/en_US.ISO8859-1/articles/pxe/article.sgml b/en_US.ISO8859-1/articles/pxe/article.sgml index 8c937cbd63..c6e4560e33 100644 --- a/en_US.ISO8859-1/articles/pxe/article.sgml +++ b/en_US.ISO8859-1/articles/pxe/article.sgml @@ -264,7 +264,7 @@ RELNOTES.TXT compat1x doc packages custom package for post install, the idea is to have it install and configure any special things you may need done. pkgmaker is run in the directory above the package - you wish to create with the single argument of the package (ie mypkg) + you wish to create with the single argument of the package (i.e., mypkg) which will then create a mypkg.tgz for you to include in your sysinstall package. diff --git a/en_US.ISO8859-1/articles/releng/article.sgml b/en_US.ISO8859-1/articles/releng/article.sgml index 0fa81bbbc5..b7b4c09e04 100644 --- a/en_US.ISO8859-1/articles/releng/article.sgml +++ b/en_US.ISO8859-1/articles/releng/article.sgml @@ -491,7 +491,7 @@ applicable. tag -d tagname filename. It is very important that any last minute changes be tagged appropriately as part of the release. FreeBSD releases must - always be reproduceable. Local hacks in the release + always be reproducible. Local hacks in the release engineer's environment are not acceptable. diff --git a/en_US.ISO8859-1/articles/vinum/article.sgml b/en_US.ISO8859-1/articles/vinum/article.sgml index 730605d2cc..a5e58cd9e0 100644 --- a/en_US.ISO8859-1/articles/vinum/article.sgml +++ b/en_US.ISO8859-1/articles/vinum/article.sgml @@ -21,8 +21,8 @@ 2001 Robert A. Van Valzah - $Date: 2004-08-08 13:43:56 $ GMT - $Id: article.sgml,v 1.15 2004-08-08 13:43:56 hrs Exp $ + $Date: 2006-08-29 19:45:44 $ GMT + $Id: article.sgml,v 1.16 2006-08-29 19:45:44 blackend Exp $ &tm-attrib.freebsd; &tm-attrib.general; @@ -2092,7 +2092,7 @@ ok boot -s use strict; use FileHandle; -my $config_tag1 = '$Id: article.sgml,v 1.15 2004-08-08 13:43:56 hrs Exp $'; +my $config_tag1 = '$Id: article.sgml,v 1.16 2006-08-29 19:45:44 blackend Exp $'; # Copyright (C) 2001 Robert A. Van Valzah # # Bootstrap Vinum @@ -2103,7 +2103,7 @@ my $config_tag1 = '$Id: article.sgml,v 1.15 2004-08-08 13:43:56 hrs Exp $'; # Input for the vinum create command to create Vinum objects on each spindle # A copy of fstab mounting Vinum volumes instead of BSD partitions # Copies of fstab altered for server's degraded modes of operation -# See handbook for instructions on how to use the the files generated. +# See handbook for instructions on how to use the files generated. # N.B. This bootstrapping method shrinks size of swap partition by the size # of Vinum's on-disk configuration (265 sectors). It embeds existing file # systems on the root spindle in Vinum objects without having to copy them.