summaryrefslogtreecommitdiffstats
path: root/bin/ls
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1997-04-29 10:03:10 +0000
committerdfr <dfr@FreeBSD.org>1997-04-29 10:03:10 +0000
commit559a468aae13aa79431fd99e4f039cabcaa507f4 (patch)
treeee556c8790e85609a68f6a629eb8fb8a72727df8 /bin/ls
parentbf4319fcdaf3775f9b2682049760b9db8e2cc635 (diff)
downloadFreeBSD-src-559a468aae13aa79431fd99e4f039cabcaa507f4.zip
FreeBSD-src-559a468aae13aa79431fd99e4f039cabcaa507f4.tar.gz
Enable whiteout code since we now have the lite2 support for them.
Diffstat (limited to 'bin/ls')
-rw-r--r--bin/ls/ls.14
-rw-r--r--bin/ls/ls.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1
index c3c3b86..df4692d 100644
--- a/bin/ls/ls.1
+++ b/bin/ls/ls.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)ls.1 8.7 (Berkeley) 7/29/94
-.\" $Id: ls.1,v 1.12 1997/03/07 01:58:56 mpp Exp $
+.\" $Id: ls.1,v 1.13 1997/03/26 17:48:37 obrien Exp $
.\"
.Dd July 29, 1994
.Dt LS 1
@@ -96,7 +96,7 @@ Recursively list subdirectories encountered.
Display complete time information for the file, including
month, day, hour, minute, second, and year.
.It Fl W
-Display whiteouts when scanning directories. (UNIMPLEMENTED)
+Display whiteouts when scanning directories.
.It Fl a
Include directory entries whose names begin with a
dot (.).
diff --git a/bin/ls/ls.h b/bin/ls/ls.h
index d6bbfda..6e704eb 100644
--- a/bin/ls/ls.h
+++ b/bin/ls/ls.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)ls.h 8.1 (Berkeley) 5/31/93
- * $Id$
+ * $Id: ls.h,v 1.5 1997/02/22 14:04:00 peter Exp $
*/
#define NO_PRINT 1
@@ -42,7 +42,7 @@
* XXX Until we get kernel support for the undelete(2) system call,
* this define *must* remain in place.
*/
-#define BSD4_4_LITE
+/* #define BSD4_4_LITE */
extern long blocksize; /* block size units */
OpenPOWER on IntegriCloud