summaryrefslogtreecommitdiffstats
path: root/bin/ls/ls.1
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1996-12-14 06:03:29 +0000
committersteve <steve@FreeBSD.org>1996-12-14 06:03:29 +0000
commit69ca26a30523449bee72a8ea347bfcc2b42d077c (patch)
tree163f19c661895d601b0a50b8c43ae2b7724325db /bin/ls/ls.1
parentbf89557b965b65cdaf9e19c5c46ee200420c354e (diff)
downloadFreeBSD-src-69ca26a30523449bee72a8ea347bfcc2b42d077c.zip
FreeBSD-src-69ca26a30523449bee72a8ea347bfcc2b42d077c.tar.gz
Merge Lite2 mods, and -Wall cleaning. undelete(2) cruft
not yet implemented is protected by a define (BSD4_4_LITE) that should be removed when this call is supported by the kernel.
Diffstat (limited to 'bin/ls/ls.1')
-rw-r--r--bin/ls/ls.113
1 files changed, 8 insertions, 5 deletions
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1
index 077b9a0..2ad38fd 100644
--- a/bin/ls/ls.1
+++ b/bin/ls/ls.1
@@ -32,10 +32,10 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)ls.1 8.6 (Berkeley) 4/18/94
-.\" $Id: ls.1,v 1.4 1995/09/26 08:48:09 mpp Exp $
+.\" @(#)ls.1 8.7 (Berkeley) 7/29/94
+.\" $Id: ls.1,v 1.5 1996/08/29 18:05:56 wosch Exp $
.\"
-.Dd April 18, 1994
+.Dd July 29, 1994
.Dt LS 1
.Os
.Sh NAME
@@ -43,7 +43,7 @@
.Nd list directory contents
.Sh SYNOPSIS
.Nm ls
-.Op Fl ACFLRTacdfiloqrstu1
+.Op Fl ACFLRTWacdfiloqrstu1
.Op Ar file ...
.Sh DESCRIPTION
For each operand that names a
@@ -84,8 +84,9 @@ that is a directory, an asterisk (*) after each that is
executable,
an at sign (@) after each symbolic link,
an equals sign (=) after each socket,
+a percent sign (%) after each whiteout,
and a vertical bar (|) after each that is a
-.Tn FIFO .
+.Tn FIFO .
.It Fl L
If argument is a symbolic link, list the file or directory the link references
rather than the link itself.
@@ -94,6 +95,8 @@ Recursively list subdirectories encountered.
.It Fl T
Display complete time information for the file, including
month, day, hour, minute, second, and year.
+.It Fl W
+Display whiteouts when scanning directories. (UNIMPLEMENTED)
.It Fl a
Include directory entries whose names begin with a
dot (.).
OpenPOWER on IntegriCloud