Typo and punctuation fixes.
This commit is contained in:
parent
b2fbb31f74
commit
8177cbbd30
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=28574
4 changed files with 8 additions and 8 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue