summaryrefslogtreecommitdiffstats
path: root/usr.sbin/crunch
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1997-09-13 16:01:53 +0000
committerwosch <wosch@FreeBSD.org>1997-09-13 16:01:53 +0000
commitfde8a8ec465bddd8378394c44e3b889d741f5009 (patch)
tree382222393dc3b517a7ea596de312f08138ca1378 /usr.sbin/crunch
parentbc0f53c63a331df3494eb952e2221c8b023f1fd6 (diff)
downloadFreeBSD-src-fde8a8ec465bddd8378394c44e3b889d741f5009.zip
FreeBSD-src-fde8a8ec465bddd8378394c44e3b889d741f5009.tar.gz
spelling corrections.
PR: docs/4450 Submitted by: josh@quick.net
Diffstat (limited to 'usr.sbin/crunch')
-rw-r--r--usr.sbin/crunch/crunchgen/crunchgen.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/crunch/crunchgen/crunchgen.1 b/usr.sbin/crunch/crunchgen/crunchgen.1
index fb3f6be..5b1659b 100644
--- a/usr.sbin/crunch/crunchgen/crunchgen.1
+++ b/usr.sbin/crunch/crunchgen/crunchgen.1
@@ -238,7 +238,7 @@ The crunched binary ``kcopy'' can be built as follows:
.Pp
.nf
% crunchgen -m Makefile kcopy.conf # gen Makefile and kcopy.c
- % make objs # build the component progams' .o files
+ % make objs # build the component programs' .o files
% make # build the crunched binary kcopy
% kcopy sh # test that this invokes a sh shell
$ # it works!
@@ -255,7 +255,7 @@ takes care to eliminate link conflicts between the component programs
of a crunched binary, conflicts are still possible between the
libraries that are linked in. Some shuffling in the order of
libraries may be required, and in some rare cases two libraries may
-have an unresolveable conflict and thus cannot be crunched together.
+have an unresolvable conflict and thus cannot be crunched together.
.Pp
Some versions of the BSD build environment do not by default build the
intermediate object file for single-source file programs. The ``make
OpenPOWER on IntegriCloud