Module Name: src
Committed By: msaitoh
Date: Sun Dec 5 04:39:49 UTC 2021
Modified Files:
src/doc: CHANGES.prev
Log Message:
differnt -> different
To generate a diff of this commit:
cvs rdiff -u -r1.160 -r1.161 src/doc/CHANGES.prev
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES.prev
diff -u src/doc/CHANGES.prev:1.160 src/doc/CHANGES.prev:1.161
--- src/doc/CHANGES.prev:1.160 Sun Dec 5 03:43:50 2021
+++ src/doc/CHANGES.prev Sun Dec 5 04:39:49 2021
@@ -1,4 +1,4 @@
-LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.160 $>
+LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.161 $>
Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8:
@@ -273,7 +273,7 @@ Changes from NetBSD 0.8 to NetBSD 0.9:
execve(2): replace execve with new one, based on work by Wolfgang
Solfrank <[email protected]>, but beaten up a good amount by cgd.
(after several iterations of beating have gone on,
- this code is *really* differnt...) (cgd)
+ this code is *really* different...) (cgd)
update kvm library for the new exec, and add a kvm_getenv function,
to get a process's environment var list. ps and w
apply strvis() to args/environment before printing (cgd)