Module Name: src
Committed By: kre
Date: Tue Aug 9 07:39:21 UTC 2022
Modified Files:
src/doc: CHANGES
Log Message:
Minor alteration to the description of what df -b does (plus tiny reformat)
To generate a diff of this commit:
cvs rdiff -u -r1.2895 -r1.2896 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.2895 src/doc/CHANGES:1.2896
--- src/doc/CHANGES:1.2895 Tue Aug 9 06:57:30 2022
+++ src/doc/CHANGES Tue Aug 9 07:39:21 2022
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2895 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2896 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -635,6 +635,6 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
kernel: Enable UFS_DIRHASH optimization if the architecture or
machine-specific kernel config file can use 128MB of RAM or
more. [simonb 20220807]
- df(1): Add -b (set blocksize), -H (-h using SI units), -N
- (suppress the header line), and -f (show only free space)
+ df(1): Add -b (output unit: blocks; 512), -H (-h using SI units),
+ -N (suppress the header line), and -f (show only free space)
options. [kre 20220808]