Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Apr 2014 01:48:26 +0000 (UTC)
From:      Greg Lehey <grog@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r264098 - head/bin/ls
Message-ID:  <201404040148.s341mQcl011129@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: grog
Date: Fri Apr  4 01:48:25 2014
New Revision: 264098
URL: http://svnweb.freebsd.org/changeset/base/264098

Log:
  -k option is compliant with POSIX.

Modified:
  head/bin/ls/ls.1

Modified: head/bin/ls/ls.1
==============================================================================
--- head/bin/ls/ls.1	Fri Apr  4 01:10:02 2014	(r264097)
+++ head/bin/ls/ls.1	Fri Apr  4 01:48:25 2014	(r264098)
@@ -254,8 +254,6 @@ This has the same effect as setting envi
 to 1024, except that it also nullifies any
 .Fl h
 options to its left.
-This option is not defined in
-.St -p1003.1-2001 .
 .It Fl l
 (The lowercase letter
 .Dq ell . )
@@ -817,7 +815,7 @@ the
 utility conforms to
 .St -p1003.1-2001 .
 The options
-.Fl B , D , G , I , T , U , W , Z , b , h , k , w , y
+.Fl B , D , G , I , T , U , W , Z , b , h , w , y
 and
 .Fl ,
 are compatible extensions not defined in



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404040148.s341mQcl011129>