From owner-freebsd-bugs Tue Jul 9 7:20:11 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33E5037B400 for ; Tue, 9 Jul 2002 07:20:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88E9543E4A for ; Tue, 9 Jul 2002 07:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g69EK3JU094710 for ; Tue, 9 Jul 2002 07:20:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g69EK3ql094709; Tue, 9 Jul 2002 07:20:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B58F37B400 for ; Tue, 9 Jul 2002 07:17:08 -0700 (PDT) Received: from lurza.secnetix.de (lurza.secnetix.de [212.66.1.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E1C443E3B for ; Tue, 9 Jul 2002 07:17:07 -0700 (PDT) (envelope-from olli@lurza.secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.11.6/8.11.6) id g69EH5b54016; Tue, 9 Jul 2002 16:17:05 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Message-Id: <200207091417.g69EH5b54016@lurza.secnetix.de> Date: Tue, 9 Jul 2002 16:17:05 +0200 (CEST) From: Oliver Fromme Reply-To: Oliver Fromme To: FreeBSD-gnats-submit@FreeBSD.org Cc: Oliver Fromme X-Send-Pr-Version: 3.113 Subject: bin/40381: xargs(1) is wrong about standards compliance Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 40381 >Category: bin >Synopsis: xargs(1) is wrong about standards compliance >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 Jul 09 07:20:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Oliver Fromme >Release: FreeBSD 4.6-RELEASE i386 >Organization: secnetix GmbH & Co. KG http://www.secnetix.de/ >Environment: FreeBSD 4.6-RELEASE >Description: In the "STANDARDS" section, the manpage xargs(1) says: "The xargs utility is expected to be IEEE Std 1003.2 (`POSIX.2'') compliant." However, our xargs is not compliant, because the -E and -p options are missing (at least), which are required by POSIX.1 in IEEE 1003.1-2001 (which is now identical to the Open Group Base Specs 6, which is a subset of SUSv3). By the way, POSIX.2 is now part of POSIX.1. Furthermore, it doesn't make sense to mention the standard without also giving its version (e.g. -2001). >How-To-Repeat: man xargs && scroll down >Fix: I'd suggest to simply remove that sentence from the manpage. It is completely misleading, at best. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message