Two typos. From Adrian Mrva. eg -> e.g.
This commit is contained in:
parent
4bf871a755
commit
ceff784594
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: crunchgen.1,v 1.18 2002/06/12 11:22:41 pooka Exp $
|
||||
.\" $NetBSD: crunchgen.1,v 1.19 2002/10/02 16:04:58 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1994 University of Maryland
|
||||
.\" All Rights Reserved.
|
||||
|
@ -85,7 +85,7 @@ is run, the crunched binary can be built by running ``make -f
|
|||
be built. A ``objs'' target, included in the output makefile, will
|
||||
run make in each component program's source dir to build the object
|
||||
files for the user. This is not done automatically since in release
|
||||
engineering circumstances it is generally not desireable to be
|
||||
engineering circumstances it is generally not desirable to be
|
||||
modifying objects in other directories.
|
||||
.Pp
|
||||
The options are as follows:
|
||||
|
@ -326,7 +326,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
|
||||
.Bx
|
||||
|
@ -354,7 +354,7 @@ entry, and as it does not contain the require objects,
|
|||
fails to find objects for the
|
||||
.Em less
|
||||
program. To avoid this problem, list specific srcdirs first, and
|
||||
the more general ones later, for eg:
|
||||
the more general ones later, for e.g.:
|
||||
.Pp
|
||||
.Bd -literal -offset indent
|
||||
srcdirs /usr/src/usr.bin/less /usr/src/usr.bin
|
||||
|
|
Loading…
Reference in New Issue