Module Name: src
Committed By: dholland
Date: Fri Jan 1 19:51:19 UTC 2010
Modified Files:
src/bin/sh: sh.1
Log Message:
fix another typo
To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 src/bin/sh/sh.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/bin/sh/sh.1
diff -u src/bin/sh/sh.1:1.95 src/bin/sh/sh.1:1.96
--- src/bin/sh/sh.1:1.95 Fri Jan 1 19:34:59 2010
+++ src/bin/sh/sh.1 Fri Jan 1 19:51:19 2010
@@ -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 .