summaryrefslogtreecommitdiffstats
path: root/bin/ls
diff options
context:
space:
mode:
authorallanjude <allanjude@FreeBSD.org>2015-09-27 22:05:20 +0000
committerallanjude <allanjude@FreeBSD.org>2015-09-27 22:05:20 +0000
commit9608a36e5e2b574b78c58a663a55f5958eec344a (patch)
tree8927d72337b2ab1857b6cd9e76c8465191d0c066 /bin/ls
parent94e156ff3aa126c41358495213deb7b9e4f0bf80 (diff)
downloadFreeBSD-src-9608a36e5e2b574b78c58a663a55f5958eec344a.zip
FreeBSD-src-9608a36e5e2b574b78c58a663a55f5958eec344a.tar.gz
Fix whitespace error in ls(1) detected by igor
Approved by: bcr (mentor) Sponsored by: EuroBSDCon DevSummit
Diffstat (limited to 'bin/ls')
-rw-r--r--bin/ls/ls.16
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1
index a025b23..6bca9aa 100644
--- a/bin/ls/ls.1
+++ b/bin/ls/ls.1
@@ -296,9 +296,9 @@ subsection below, except (if the long format is not also requested)
the directory totals are not output when the output is in a
single column, even if multi-column output is requested.
.It Fl t
-Sort by descending time modified (most recently modified first). If two files
-have the same modification timestamp, sort their names in ascending
-lexicographical order.
+Sort by descending time modified (most recently modified first).
+If two files have the same modification timestamp, sort their names
+in ascending lexicographical order.
The
.Fl r
option reverses both of these sort orders.
OpenPOWER on IntegriCloud