From 62a1a5f751691604c9de9725954419abb6f028e0 Mon Sep 17 00:00:00 2001 From: Allan Jude Date: Sun, 27 Sep 2015 22:05:20 +0000 Subject: [PATCH] Fix whitespace error in ls(1) detected by igor Approved by: bcr (mentor) Sponsored by: EuroBSDCon DevSummit --- bin/ls/ls.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/ls/ls.1 b/bin/ls/ls.1 index a025b23fcaac..6bca9aa45abc 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.