From ceff78459426a057b3c6251e5bc25b76121d49e4 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 2 Oct 2002 16:04:58 +0000 Subject: [PATCH] Two typos. From Adrian Mrva. eg -> e.g. --- usr.bin/crunch/crunchgen/crunchgen.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/usr.bin/crunch/crunchgen/crunchgen.1 b/usr.bin/crunch/crunchgen/crunchgen.1 index af300dc2f420..98868f903a4e 100644 --- a/usr.bin/crunch/crunchgen/crunchgen.1 +++ b/usr.bin/crunch/crunchgen/crunchgen.1 @@ -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