From owner-freebsd-doc@FreeBSD.ORG Wed Feb 17 14:00:17 2010 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA144106568B for ; Wed, 17 Feb 2010 14:00:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B47598FC28 for ; Wed, 17 Feb 2010 14:00:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o1HE0Hp2083824 for ; Wed, 17 Feb 2010 14:00:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o1HE0Hrj083823; Wed, 17 Feb 2010 14:00:17 GMT (envelope-from gnats) Date: Wed, 17 Feb 2010 14:00:17 GMT Message-Id: <201002171400.o1HE0Hrj083823@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Jaakko Heinonen Cc: Subject: Re: docs/140435: ls(1), section STANDARD: the -A is exception from POSIX also X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jaakko Heinonen List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2010 14:00:17 -0000 The following reply was made to PR docs/140435; it has been noted by GNATS. From: Jaakko Heinonen 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