Fix whitespace error in ls(1) detected by igor

Approved by:	bcr (mentor)
Sponsored by:	EuroBSDCon DevSummit
This commit is contained in:
Allan Jude 2015-09-27 22:05:20 +00:00
parent 141af3c6ab
commit 62a1a5f751
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=288313

View File

@ -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.