Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/crunch/crunchgen Two typos. From Adrian Mrva. eg -> ...



details:   https://anonhg.NetBSD.org/src/rev/8ea275e2eca6
branches:  trunk
changeset: 537578:8ea275e2eca6
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Oct 02 16:04:58 2002 +0000

description:
Two typos. From Adrian Mrva. eg -> e.g.

diffstat:

 usr.bin/crunch/crunchgen/crunchgen.1 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r efec19ce4255 -r 8ea275e2eca6 usr.bin/crunch/crunchgen/crunchgen.1
--- a/usr.bin/crunch/crunchgen/crunchgen.1      Wed Oct 02 16:02:08 2002 +0000
+++ b/usr.bin/crunch/crunchgen/crunchgen.1      Wed Oct 02 16:04:58 2002 +0000
@@ -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 @@
 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 @@
 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 @@
 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



Home | Main Index | Thread Index | Old Index