summaryrefslogtreecommitdiffstats
path: root/share/man/man7/development.7
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-05-21 15:55:40 +0000
committerru <ru@FreeBSD.org>2003-05-21 15:55:40 +0000
commit19a496805555c7b2d6df9ebc2a5a6acaa00e90db (patch)
treeb5e927cbcf572b242b941119c2ed85afd5c3b861 /share/man/man7/development.7
parent4651223aa27f0caa105fc497d013dbd249571cab (diff)
downloadFreeBSD-src-19a496805555c7b2d6df9ebc2a5a6acaa00e90db.zip
FreeBSD-src-19a496805555c7b2d6df9ebc2a5a6acaa00e90db.tar.gz
Kill whitespace at EOL.
Approved by: re (blanket)
Diffstat (limited to 'share/man/man7/development.7')
-rw-r--r--share/man/man7/development.78
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man7/development.7 b/share/man/man7/development.7
index d9391fa..b1845c6 100644
--- a/share/man/man7/development.7
+++ b/share/man/man7/development.7
@@ -39,7 +39,7 @@ Create a huge partition called /FreeBSD.
8-12GB is recommended.
This partition will contain nearly all the development environment,
including the CVS tree, broken-out source, and possibly even object files.
-You are going to export this partition to your other machines via a
+You are going to export this partition to your other machines via a
READ-ONLY NFS export so do not mix it with other more security-sensitive
partitions.
.Pp
@@ -96,7 +96,7 @@ checkout -P
.Ed
.Pp
Now use cvs to checkout a -STABLE source tree and a -CURRENT source tree,
-as well as ports and docs, to create your initial source environment.
+as well as ports and docs, to create your initial source environment.
Keeping the broken-out source and ports in /FreeBSD allows you to export
it to other machines via read-only NFS.
This also means you only need to edit/maintain files in one place and all
@@ -139,7 +139,7 @@ ln -s /FreeBSD/obj obj
.Ed
.Pp
Alternatively you may chose simply to leave /usr/obj in /usr. If your
-/usr is large enough this will work, but I do not recommend it for
+/usr is large enough this will work, but I do not recommend it for
safety reasons (/usr/obj is constantly being modified, /usr is not).
.Pp
Note that exporting /usr/obj via read-only NFS to your other boxes will
@@ -262,7 +262,7 @@ make buildkernel KERNCONF=KERNELNAME
.Pp
.Sy WARNING!
If you are familiar with the old config/cd/make method of building
-a -STABLE kernel, note that the config method will put the build
+a -STABLE kernel, note that the config method will put the build
environment in /usr/src/sys/compile/KERNELNAME instead of in /usr/obj.
.Pp
Building a -CURRENT kernel
OpenPOWER on IntegriCloud