aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@FreeBSD.org>2001-02-05 22:06:33 +0000
committerBruce A. Mah <bmah@FreeBSD.org>2001-02-05 22:06:33 +0000
commit867b8dcbe4c4c6ec7f8789d23fd9d94fbf5fdaee (patch)
treeb4a94aca06ee711cb5dde45315f6ae52cd42aca4 /release
parent26a66fb8ed858436efe3921be095d2c8cb23f26c (diff)
downloadsrc-867b8dcbe4c4c6ec7f8789d23fd9d94fbf5fdaee.tar.gz
src-867b8dcbe4c4c6ec7f8789d23fd9d94fbf5fdaee.zip
Note that find -empty works on files, not just directories.
Submitted by: olgeni
Notes
Notes: svn path=/head/; revision=72060
Diffstat (limited to 'release')
-rw-r--r--release/texts/alpha/RELNOTES.TXT4
-rw-r--r--release/texts/i386/RELNOTES.TXT4
2 files changed, 4 insertions, 4 deletions
diff --git a/release/texts/alpha/RELNOTES.TXT b/release/texts/alpha/RELNOTES.TXT
index a8045a4277a1..0a8820a8e0f7 100644
--- a/release/texts/alpha/RELNOTES.TXT
+++ b/release/texts/alpha/RELNOTES.TXT
@@ -694,8 +694,8 @@ purposes. [MERGED]
libc is now thread-safe by default; libc_r contains only thread functions.
-find(1) now takes the -empty flag, which returns true if a directory
-is empty. [MERGED]
+find(1) now takes the -empty flag, which returns true if a file or
+directory is empty. [MERGED]
tftpd(8) now takes the -c and -C options, which allow the server to
chroot(2) based on the IP address of the connecting client. tftp(1)
diff --git a/release/texts/i386/RELNOTES.TXT b/release/texts/i386/RELNOTES.TXT
index 89a7108896ad..46f33c5c6935 100644
--- a/release/texts/i386/RELNOTES.TXT
+++ b/release/texts/i386/RELNOTES.TXT
@@ -791,8 +791,8 @@ purposes. [MERGED]
libc is now thread-safe by default; libc_r contains only thread functions.
-find(1) now takes the -empty flag, which returns true if a directory
-is empty. [MERGED]
+find(1) now takes the -empty flag, which returns true if a file or
+directory is empty. [MERGED]
tftpd(8) now takes the -c and -C options, which allow the server to
chroot(2) based on the IP address of the connecting client. tftp(1)