Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jun 2012 10:45:41 +0200
From:      Christian Brueffer <brueffer@FreeBSD.org>
To:        Steve Kargl <sgk@troutmask.apl.washington.edu>
Cc:        svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org
Subject:   Re: svn commit: r234577 - head/usr.bin/stat
Message-ID:  <4FE2DF35.5040804@FreeBSD.org>
In-Reply-To: <20120422184553.GA85374@troutmask.apl.washington.edu>
References:  <201204221818.q3MIIn4Y051313@svn.freebsd.org> <20120422184553.GA85374@troutmask.apl.washington.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------010509040203020300000609
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

On 4/22/12 20:45 , Steve Kargl wrote:
> On Sun, Apr 22, 2012 at 06:18:49PM +0000, Christian Brueffer wrote:
>> Author: brueffer
>> Date: Sun Apr 22 18:18:49 2012
>> New Revision: 234577
>> URL: http://svn.freebsd.org/changeset/base/234577
>>
>> Log:
>>    Remove duplicate -l description.
>>
>>    Submitted by:	Rainer Hurling <rhurlin@gwdg.de>
>>    MFC after:	1 week
>
> The patch should have also fixed the misordering
> of the -n, -qi, and -x options.
>

Hi Steve,

sorry for the late reply.  Could you say more specifically how you
would arrange the order?  From a small sampling of our manpages, it
seems we don't have "one true" style of ordering options (except from
alphabetically, see attached patch).

Some manpages order A-Z, then a-z, while others (Apple and OpenBSD seem 
to do this) order AaBb...Zz.

Cheers,

Chris




--------------010509040203020300000609
Content-Type: text/plain; charset=UTF-8; x-mac-type="0"; x-mac-creator="0";
	name="stat.1.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="stat.1.diff"

Index: stat.1
===================================================================
--- stat.1	(revision 237294)
+++ stat.1	(working copy)
@@ -29,7 +29,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd April 22, 2012
+.Dd June 21, 2012
 .Dt STAT 1
 .Os
 .Sh NAME
@@ -140,6 +140,15 @@
 fall back on
 .Xr lstat 2
 and report information about the link.
+.It Fl f Ar format
+Display information using the specified format.
+See the
+.Sx Formats
+section for a description of valid formats.
+.It Fl l
+Display output in
+.Nm ls Fl lT
+format.
 .It Fl n
 Do not force a newline to appear at the end of each piece of output.
 .It Fl q
@@ -151,15 +160,6 @@
 When run as
 .Nm readlink ,
 error messages are automatically suppressed.
-.It Fl f Ar format
-Display information using the specified format.
-See the
-.Sx Formats
-section for a description of valid formats.
-.It Fl l
-Display output in
-.Nm ls Fl lT
-format.
 .It Fl r
 Display raw information.
 That is, for all the fields in the
@@ -172,15 +172,15 @@
 .Dq shell output
 format,
 suitable for initializing variables.
-.It Fl x
-Display information in a more verbose way as known from some
-.Tn Linux
-distributions.
 .It Fl t Ar timefmt
 Display timestamps using the specified format.
 This format is
 passed directly to
 .Xr strftime 3 .
+.It Fl x
+Display information in a more verbose way as known from some
+.Tn Linux
+distributions.
 .El
 .Ss Formats
 Format strings are similar to

--------------010509040203020300000609--



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