Module Name: src
Committed By: wiz
Date: Fri Sep 9 22:15:14 UTC 2022
Modified Files:
src/doc: CHANGES
Log Message:
doc: document grep -r change
To generate a diff of this commit:
cvs rdiff -u -r1.2904 -r1.2905 src/doc/CHANGES
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
diff -u src/doc/CHANGES:1.2904 src/doc/CHANGES:1.2905
--- src/doc/CHANGES:1.2904 Thu Sep 1 12:36:14 2022
+++ src/doc/CHANGES Fri Sep 9 22:15:13 2022
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2904 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2905 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -665,3 +665,5 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
[ryo 20220823]
acpi(4): Updated ACPICA to 20220331. [christos 20220827]
xen: Add experimental support for PVH dom0. [bouyer 20220901]
+ grep(1): with -r and no file argument, search current directory
+ [wiz 20220909]