Source-Changes-HG archive

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

[src/trunk]: src/bin/sh fix another typo



details:   https://anonhg.NetBSD.org/src/rev/f161f28e6a2a
branches:  trunk
changeset: 750465:f161f28e6a2a
user:      dholland <dholland%NetBSD.org@localhost>
date:      Fri Jan 01 19:51:19 2010 +0000

description:
fix another typo

diffstat:

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

diffs (18 lines):

diff -r 4a0cb0da0ad4 -r f161f28e6a2a bin/sh/sh.1
--- a/bin/sh/sh.1       Fri Jan 01 19:34:59 2010 +0000
+++ b/bin/sh/sh.1       Fri Jan 01 19:51:19 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sh.1,v 1.95 2010/01/01 19:34:59 dholland Exp $
+.\"    $NetBSD: sh.1,v 1.96 2010/01/01 19:51:19 dholland Exp $
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
 .\"
@@ -1527,7 +1527,7 @@
 .Fl L
 is specified the cached value (initially set from
 .Ev PWD )
-is checked to see if it refers to the current directory, if it does
+is checked to see if it refers to the current directory; if it does
 the value is printed.
 Otherwise the current directory name is found using
 .Xr getcwd 3 .



Home | Main Index | Thread Index | Old Index