From dan@obluda.cz  Tue Nov 10 00:21:09 2009
Return-Path: <dan@obluda.cz>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0DB221065672
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 10 Nov 2009 00:21:09 +0000 (UTC)
	(envelope-from dan@obluda.cz)
Received: from smtp1.kolej.mff.cuni.cz (smtp1.kolej.mff.cuni.cz [IPv6:2001:718:1e03:a01::a])
	by mx1.freebsd.org (Postfix) with ESMTP id 922918FC15
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 10 Nov 2009 00:21:08 +0000 (UTC)
Received: from kolej.mff.cuni.cz (mail.kolej.mff.cuni.cz [78.128.192.2])
	by smtp1.kolej.mff.cuni.cz (8.14.3/8.14.3) with ESMTP id nAA0L5fd026867
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 10 Nov 2009 01:21:06 +0100 (CET)
	(envelope-from dan@obluda.cz)
Received: (from root@localhost)
	by kolej.mff.cuni.cz (8.14.3/8.14.3) id nAA0L5ng089063
	for FreeBSD-gnats-submit@freebsd.org; Tue, 10 Nov 2009 01:21:05 +0100 (CET)
	(envelope-from dan@obluda.cz)
Message-Id: <200911100021.nAA0L5ng089063@kolej.mff.cuni.cz>
Date: Tue, 10 Nov 2009 01:21:05 +0100 (CET)
From: Dan Lukes <dan@obluda.cz>
Reply-To: Dan Lukes <dan@obluda.cz>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: man ls, section STANDARD: the -A is exception from POSIX also
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         140435
>Category:       docs
>Synopsis:       ls(1), section STANDARD: the -A is exception from POSIX also
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 10 00:30:01 UTC 2009
>Closed-Date:    
>Last-Modified:  Mon Jul 15 21:07:28 UTC 2013
>Originator:     Dan Lukes
>Release:        FreeBSD 7.2-RELEASE-p3 i386
>Organization:
Obludarium
>Environment:
bin/ls/ls.1,v 1.100.8.1 2009/04/15 03:14:26

>Description:
	see Synopsis
>How-To-Repeat:
	N/A
>Fix:
Change text
     With the exception of options -I, -g, -n and -o, the ls utility conforms
     to IEEE Std 1003.1-2001 (``POSIX.1'').
To
     With the exception of options -A, -I, -g, -n and -o, the ls utility conforms
     to IEEE Std 1003.1-2001 (``POSIX.1'').
>Release-Note:
>Audit-Trail:

From: Jaakko Heinonen <jh@FreeBSD.org>
To: bug-followup@FreeBSD.org, dan@obluda.cz
Cc:  
Subject: Re: docs/140435: ls(1), section STANDARD: the -A is exception from
 POSIX also
Date: Wed, 17 Feb 2010 15:56:25 +0200

 -n and -A are in POSIX.1-2008. Maybe this change would be more
 reasonable?
 
 %%%
 Index: bin/ls/ls.1
 ===================================================================
 --- bin/ls/ls.1	(revision 203983)
 +++ bin/ls/ls.1	(working copy)
 @@ -688,13 +688,13 @@ specification.
  .Xr sticky 8
  .Sh STANDARDS
  With the exception of options
 -.Fl I , g , n
 +.Fl I , g
  and
  .Fl o ,
  the
  .Nm
  utility conforms to
 -.St -p1003.1-2001 .
 +.St -p1003.1-2008 .
  .Pp
  The ACL support is compatible with
  .Tn IEEE
 %%%
 
 -- 
 Jaakko

From: Dan Lukes <dan@obluda.cz>
To: Jaakko Heinonen <jh@FreeBSD.org>
Cc: bug-followup@FreeBSD.ORG
Subject: Re: docs/140435: ls(1), section STANDARD: the -A is exception from
 POSIX also
Date: Wed, 17 Feb 2010 15:47:33 +0100

 In the fact, I prefer conformance declarations with extensions like the 
 one used in pax or expr manual pages against declaration with exception 
 used in ls page.
 
 Eg. something like:
 
 The ls utility is a superset of the IEEE Std 1003.1-2001 (``POSIX.1'').
 The options -n and -A conforms to the IEEE Std 1003.1-2008.
 The options -I, -g, -o are FreeBSD's extension.
 
 
 But it's up to comitter.
 
 					Dan
Responsible-Changed-From-To: freebsd-doc->arundel 
Responsible-Changed-By: arundel 
Responsible-Changed-When: Tue Jan 4 17:15:29 UTC 2011 
Responsible-Changed-Why:  
Dan Lukes's proposal in his latest reply to this PR looks very reasonable. I'll 
try to come up with a patch to integrate it into the ls(1) manual. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140435 
Responsible-Changed-From-To: arundel->eadler 
Responsible-Changed-By: eadler 
Responsible-Changed-When: Sun May 12 00:01:21 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140435 
Responsible-Changed-From-To: eadler->freebsd-bugs 
Responsible-Changed-By: eadler 
Responsible-Changed-When: Mon Jul 15 21:07:18 UTC 2013 
Responsible-Changed-Why:  
I don't have time to deal with this now. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=140435 
>Unformatted:
