diff options
-rw-r--r-- | bin/ls/ls.1 | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1 index 7302684a4cc..8343bc56528 100644 --- a/bin/ls/ls.1 +++ b/bin/ls/ls.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ls.1,v 1.24 2000/04/15 11:45:53 aaron Exp $ +.\" $OpenBSD: ls.1,v 1.25 2000/04/19 19:04:21 aaron Exp $ .\" $NetBSD: ls.1,v 1.14 1995/12/05 02:44:01 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -50,14 +50,11 @@ .Sh DESCRIPTION For each operand that names a .Ar file -of a type other than -directory, +of a type other than directory, .Nm displays its name as well as any requested, associated information. -For each operand that names a -.Ar file -of type directory, +For each named directory, .Nm displays the names of files contained within that directory, as well as any requested, associated |