Module Name: src Committed By: martin Date: Fri Nov 1 14:39:50 UTC 2024
Modified Files: src/usr.bin/env [netbsd-10]: env.1 env.c Log Message: Pull up following revision(s) (requested by kim in ticket #993): usr.bin/env/env.1: revision 1.16 usr.bin/env/env.c: revision 1.24 Implement "env -C dir" to chdir Use err(3) to expose errno(2) if chdir(2) (or unsetenv(3)) fails. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.15.8.1 src/usr.bin/env/env.1 cvs rdiff -u -r1.23 -r1.23.8.1 src/usr.bin/env/env.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.