diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2005-06-15 17:47:18 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2005-06-15 17:47:18 +0000 |
commit | 8afef0dffd6fb6ecca266142e435725e578d4447 (patch) | |
tree | 1174b52096840a0c24443fb068b9cdc9c216407e /bin/ls/ls.1 | |
parent | 603b6d93ffbb284ccfb6b1062049168c94fcd32a (diff) |
remove whiteout support
Diffstat (limited to 'bin/ls/ls.1')
-rw-r--r-- | bin/ls/ls.1 | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1 index 41fe53bc8af..5f596d682cf 100644 --- a/bin/ls/ls.1 +++ b/bin/ls/ls.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ls.1,v 1.44 2005/03/24 22:53:15 jmc Exp $ +.\" $OpenBSD: ls.1,v 1.45 2005/06/15 17:47:17 millert Exp $ .\" $NetBSD: ls.1,v 1.14 1995/12/05 02:44:01 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -41,7 +41,7 @@ .Nd list directory contents .Sh SYNOPSIS .Nm ls -.Op Fl 1AaCcdFfghikLlmnopqRrSsTtuWx +.Op Fl 1AaCcdFfghikLlmnopqRrSsTtux .Op Ar file ... .Sh DESCRIPTION For each operand that names a @@ -102,9 +102,6 @@ after each that is executable, an at sign .Pq Sq @ after each symbolic link, -a percent sign -.Pq Sq % -after each whiteout, an equal sign .Pq Sq = after each socket, @@ -194,8 +191,6 @@ for sorting .Pq Fl t or printing .Pq Fl l , Fl n . -.It Fl W -Display whiteouts when scanning directories. .It Fl x Multi-column output sorted across the page rather than down the page. .El @@ -302,8 +297,6 @@ symbolic link socket link .It Sy p .Tn FIFO -.It Sy w -whiteout .It Sy \- regular file .El |