Subject: CVS commit: src/bin/sh
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 11/14/2003 20:00:28
Module Name: src
Committed By: dsl
Date: Fri Nov 14 20:00:28 UTC 2003
Modified Files:
src/bin/sh: cd.c sh.1
Log Message:
Posix requires that 'pwd -P' reset the shells saved cwd value - so a
subsequent 'pwd -L' will report the same value.
Update man page to be a closer match to reality.
To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 src/bin/sh/cd.c
cvs rdiff -r1.70 -r1.71 src/bin/sh/sh.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.