From owner-freebsd-hackers@FreeBSD.ORG Sun Mar 16 06:26:27 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8251106566B for ; Sun, 16 Mar 2008 06:26:27 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id AD7EC8FC15 for ; Sun, 16 Mar 2008 06:26:27 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.1/8.14.1) with ESMTP id m2G6QHsS088607; Sat, 15 Mar 2008 23:26:17 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.1/Submit) id m2G6QHDx088606; Sat, 15 Mar 2008 23:26:17 -0700 (PDT) (envelope-from obrien) Date: Sat, 15 Mar 2008 23:26:17 -0700 From: "David O'Brien" To: Steven Kreuzer Message-ID: <20080316062617.GA88526@dragon.NUXI.org> Mail-Followup-To: freebsd-hackers@freebsd.org, Steven Kreuzer References: <20080314231404.GB99765@scruffy.exit2shell.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080314231404.GB99765@scruffy.exit2shell.com> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-hackers@freebsd.org Subject: Re: OpenBSD sdiff Question X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-hackers@freebsd.org List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Mar 2008 06:26:27 -0000 On Fri, Mar 14, 2008 at 07:14:04PM -0400, Steven Kreuzer wrote: > I achieve 100% compatability with the GNU version, I need to add > -v/--version and the issue I ran into is that since this program would > become part of the base os, what exactly should be displayed. I see no reason you need to be 100% compatabile with respect to -v/--version. Just about every GNU util has a --version output, but few (none?) BSD utils do. -- -- David (obrien@FreeBSD.org)