diff options
author | Marc Fonvieille <blackend@FreeBSD.org> | 2006-08-29 19:45:44 +0000 |
---|---|---|
committer | Marc Fonvieille <blackend@FreeBSD.org> | 2006-08-29 19:45:44 +0000 |
commit | 8177cbbd30480d3edcddc0274aeada30bf4e7156 (patch) | |
tree | 88902d40bb441899bd1d00c929415dd3b43e1f0b | |
parent | b2fbb31f74620fbaeff28af4039ebd3e89c421df (diff) |
Notes
-rw-r--r-- | en_US.ISO8859-1/articles/portbuild/article.sgml | 4 | ||||
-rw-r--r-- | en_US.ISO8859-1/articles/pxe/article.sgml | 2 | ||||
-rw-r--r-- | en_US.ISO8859-1/articles/releng/article.sgml | 2 | ||||
-rw-r--r-- | en_US.ISO8859-1/articles/vinum/article.sgml | 8 |
4 files changed, 8 insertions, 8 deletions
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. </para> </listitem> @@ -451,7 +451,7 @@ </para> <para>Formerly the docs tree was also checked out, however, it has - been found to be unneccessary. + been found to be unnecessary. </para> </sect1> 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</screen> custom package for post install, the idea is to have it install and configure any special things you may need done. <filename>pkgmaker</filename> 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.</para> 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.</para> tag -d <replaceable>tagname filename</replaceable></command>. 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.</para> </sect3> </sect2> 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 @@ <year>2001</year> <holder>Robert A. Van Valzah</holder> </copyright> - <pubdate>$Date: 2004-08-08 13:43:56 $ GMT</pubdate> - <releaseinfo>$Id: article.sgml,v 1.15 2004-08-08 13:43:56 hrs Exp $</releaseinfo> + <pubdate>$Date: 2006-08-29 19:45:44 $ GMT</pubdate> + <releaseinfo>$Id: article.sgml,v 1.16 2006-08-29 19:45:44 blackend Exp $</releaseinfo> <legalnotice id="trademarks" role="trademarks"> &tm-attrib.freebsd; &tm-attrib.general; @@ -2092,7 +2092,7 @@ ok <userinput>boot -s</userinput></screen> 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. |