Author: allanjude
Date: Sun Sep 27 22:05:20 2015
New Revision: 288313
URL: https://svnweb.freebsd.org/changeset/base/288313

Log:
  Fix whitespace error in ls(1) detected by igor
  
  Approved by:  bcr (mentor)
  Sponsored by: EuroBSDCon DevSummit

Modified:
  head/bin/ls/ls.1

Modified: head/bin/ls/ls.1
==============================================================================
--- head/bin/ls/ls.1    Sun Sep 27 22:02:46 2015        (r288312)
+++ head/bin/ls/ls.1    Sun Sep 27 22:05:20 2015        (r288313)
@@ -296,9 +296,9 @@ subsection below, except (if the long fo
 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.
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to