From owner-cvs-usrbin Thu Oct 17 15:13:53 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA03784 for cvs-usrbin-outgoing; Thu, 17 Oct 1996 15:13:53 -0700 (PDT) Received: (from jmz@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA03768; Thu, 17 Oct 1996 15:13:40 -0700 (PDT) Date: Thu, 17 Oct 1996 15:13:40 -0700 (PDT) From: Jean-Marc Zucconi Message-Id: <199610172213.PAA03768@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/ar ar.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmz 96/10/17 15:13:39 Modified: usr.bin/ar ar.c Log: The -q option does not require a list of elements: the command 'ar q foo.a' is perfectly valid and eventually creates an empty archive. This is consistent with OSF1 V3.x, SunOS 4.x, ULTRIX 4.x and probably others. Revision Changes Path 1.4 +2 -2 src/usr.bin/ar/ar.c