diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1997-04-29 10:03:10 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1997-04-29 10:03:10 +0000 |
| commit | e9dff5569a91e014087af7bb1df06ba45e84d163 (patch) | |
| tree | 12ddcc0a9b91195c71bde1fc68fa737d5da4f117 /bin/ls | |
| parent | 8681ebdcd1d4e8601b1b8377e0762acff10c3f88 (diff) | |
Notes
Diffstat (limited to 'bin/ls')
| -rw-r--r-- | bin/ls/ls.1 | 4 | ||||
| -rw-r--r-- | bin/ls/ls.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1 index c3c3b86101108..df4692dabbd1b 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 d6bbfdaa48f41..6e704ebf52242 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 */ |
