Bug 203337

Summary: Typo in man page for ls(1)
Product: Documentation Reporter: Mike Dame <damemi>
Component: Books & ArticlesAssignee: Allan Jude <allanjude>
Status: Closed FIXED    
Severity: Affects Only Me CC: allanjude
Priority: --- Keywords: patch
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
SVN diff for typo fix none

Description Mike Dame 2015-09-25 16:47:39 UTC
Created attachment 161385 [details]
SVN diff for typo fix

In the section on -t, it references the ability to reverse the "lexicographal" sort order. This should be changed to "lexicographical" (or possibly just "lexicographic"), as "lexicographal" does not seem to be a word.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-09-27 22:03:37 UTC
A commit references this bug:

Author: allanjude
Date: Sun Sep 27 22:02:47 UTC 2015
New revision: 288312
URL: https://svnweb.freebsd.org/changeset/base/288312

Log:
  Use one fewer made up words in the ls(1) man page

  PR:		203337
  Submitted by:	Mike Dame <damemi@gmail.com>
  Approved by:	bcr (mentor)
  Sponsored by:	EuroBSDCon DevSummit

Changes:
  head/bin/ls/ls.1
Comment 2 Allan Jude freebsd_committer freebsd_triage 2015-09-28 18:36:08 UTC
Thank you for your submission