summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2014-03-30 07:26:13 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2014-03-30 07:26:13 +0000
commite6e2634dd7adfd731320b33d2142fadee729155c (patch)
tree856973a694b61901c1a4afc887ecf772bee604e3 /bin
parent923b9d232e0e1ec6054897fff8f59e941f07b0bd (diff)
a pesky comma rendered the text describing how output is sorted relevant
only to the "if more than one operand is given" scenario; replace it with a full stop and start a new paragraph; ok millert
Diffstat (limited to 'bin')
-rw-r--r--bin/ls/ls.19
1 files changed, 5 insertions, 4 deletions
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1
index 5c11252f444..0843cd80599 100644
--- a/bin/ls/ls.1
+++ b/bin/ls/ls.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ls.1,v 1.67 2014/03/28 18:33:26 jmc Exp $
+.\" $OpenBSD: ls.1,v 1.68 2014/03/30 07:26:12 jmc Exp $
.\" $NetBSD: ls.1,v 1.14 1995/12/05 02:44:01 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1991, 1993, 1994
@@ -33,7 +33,7 @@
.\"
.\" @(#)ls.1 8.7 (Berkeley) 7/29/94
.\"
-.Dd $Mdocdate: March 28 2014 $
+.Dd $Mdocdate: March 30 2014 $
.Dt LS 1
.Os
.Sh NAME
@@ -59,8 +59,9 @@ information.
If no operands are given, the contents of the current
directory are displayed.
If more than one operand is given,
-non-directory operands are displayed first; directory
-and non-directory operands are sorted separately and in
+non-directory operands are displayed first.
+.Pp
+Directory and non-directory operands are sorted separately and in
lexicographical order.
By default,
.Nm