summaryrefslogtreecommitdiffstats
path: root/bin/ls
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2005-06-03 11:22:06 +0000
committerdd <dd@FreeBSD.org>2005-06-03 11:22:06 +0000
commitf420c0c6508ea9c0dfa9b8f564c9c0075460ae26 (patch)
tree5d04af584fc61cfb0bed8fdafd9f73681cf5cc6f /bin/ls
parent99a2093aa5adcd2cfd2e9f9985142318d188b080 (diff)
downloadFreeBSD-src-f420c0c6508ea9c0dfa9b8f564c9c0075460ae26.zip
FreeBSD-src-f420c0c6508ea9c0dfa9b8f564c9c0075460ae26.tar.gz
Improve wording: A sort is "in" a particular order, not "by" a
particular order.
Diffstat (limited to 'bin/ls')
-rw-r--r--bin/ls/ls.14
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1
index 9dff143..71a4116 100644
--- a/bin/ls/ls.1
+++ b/bin/ls/ls.1
@@ -134,7 +134,7 @@ options.
.It Fl R
Recursively list subdirectories encountered.
.It Fl S
-Sort by size (largest file first) before sorting the operands by
+Sort by size (largest file first) before sorting the operands in
lexicographical order.
.It Fl T
When used with the
@@ -235,7 +235,7 @@ The environment variable
overrides the unit size of 512 bytes.
.It Fl t
Sort by time modified (most recently modified
-first) before sorting the operands by lexicographical
+first) before sorting the operands in lexicographical
order.
.It Fl u
Use time of last access,
OpenPOWER on IntegriCloud