Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/make fix a typo



details:   https://anonhg.NetBSD.org/src/rev/75cbd46103fd
branches:  trunk
changeset: 787620:75cbd46103fd
user:      agc <agc%NetBSD.org@localhost>
date:      Wed Jun 26 20:20:36 2013 +0000

description:
fix a typo

diffstat:

 usr.bin/make/make.1 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r dc7d376f5df0 -r 75cbd46103fd usr.bin/make/make.1
--- a/usr.bin/make/make.1       Wed Jun 26 19:29:24 2013 +0000
+++ b/usr.bin/make/make.1       Wed Jun 26 20:20:36 2013 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: make.1,v 1.217 2013/06/25 07:08:10 wiz Exp $
+.\"    $NetBSD: make.1,v 1.218 2013/06/26 20:20:36 agc Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -1303,7 +1303,7 @@
 For example.
 .Dl ${LINKS:@.LINK.@${LN} ${TARGET} ${.LINK.}@}
 .Pp
-However a single character varaiable is often more readable:
+However a single character variable is often more readable:
 .Dl ${MAKE_PRINT_VAR_ON_ERROR:@v@$v='${$v}'${.newline}@}
 .It Cm \&:U Ns Ar newval
 If the variable is undefined



Home | Main Index | Thread Index | Old Index