diff options
author | bmah <bmah@FreeBSD.org> | 2001-02-05 22:06:33 +0000 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2001-02-05 22:06:33 +0000 |
commit | 5ddaad85a069291274644f371f88cd2217db8b7f (patch) | |
tree | 0812561025947e55161699f2dabb8ab897a69eca /release | |
parent | 3454aa52f8adb607537b696947d3bfd3e34540b1 (diff) | |
download | FreeBSD-src-5ddaad85a069291274644f371f88cd2217db8b7f.zip FreeBSD-src-5ddaad85a069291274644f371f88cd2217db8b7f.tar.gz |
Note that find -empty works on files, not just directories.
Submitted by: olgeni
Diffstat (limited to 'release')
-rw-r--r-- | release/texts/alpha/RELNOTES.TXT | 4 | ||||
-rw-r--r-- | release/texts/i386/RELNOTES.TXT | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/release/texts/alpha/RELNOTES.TXT b/release/texts/alpha/RELNOTES.TXT index a8045a4..0a8820a 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 89a7108..46f33c5 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) |