diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-19 19:04:22 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-19 19:04:22 +0000 |
commit | a17a065946b2daf1583a33559f996cb8d9c04db6 (patch) | |
tree | 2e45a070832e7b0b95ede4ba0c77af881ccd5391 /bin/ls | |
parent | 727a6947979b74e3c18bff6e2ede34a89afeb209 (diff) |
Change the second sentence a bit so it doesn't seem like you're reading the
same thing twice; noticed by angelos@, but no beer for him yet. :-)
Diffstat (limited to 'bin/ls')
-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 |