From owner-cvs-all Wed May 1 20:33: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 25F2437B400; Wed, 1 May 2002 20:32:57 -0700 (PDT) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.3/8.12.3) with ESMTP id g423Wr5W017409; Wed, 1 May 2002 23:32:53 -0400 (EDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.3/8.12.3/Submit) id g423WroO017406; Wed, 1 May 2002 23:32:53 -0400 (EDT) Date: Wed, 1 May 2002 23:32:53 -0400 (EDT) From: Garrett Wollman Message-Id: <200205020332.g423WroO017406@khavrinen.lcs.mit.edu> To: "J. Mallett" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/xargs xargs.1 xargs.c In-Reply-To: <20020502032910.GA21076@FreeBSD.ORG> References: <200205020242.g422gYg56815@freefall.freebsd.org> <20020502032910.GA21076@FreeBSD.ORG> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > I want to add -i to be compatible with GNU, but I can't figure out > how getopt(3) can best be used to deal with an option that > may-or-may-not take an argument. Since the Utility Syntax Guidelines prohibit such optional arguments, I'd advise against doing so. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message