From owner-cvs-all Sat Jun 17 19:39:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E74A437B5FA; Sat, 17 Jun 2000 19:39:17 -0700 (PDT) (envelope-from davidn@FreeBSD.org) Received: (from davidn@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA20290; Sat, 17 Jun 2000 19:39:17 -0700 (PDT) (envelope-from davidn@FreeBSD.org) Message-Id: <200006180239.TAA20290@freefall.freebsd.org> From: David Nugent Date: Sat, 17 Jun 2000 19:39:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pw pw.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG davidn 2000/06/17 19:39:17 PDT Modified files: usr.sbin/pw pw.c Log: Be a little more strict about handling command line args. This allows user and group names like 'help' 'mod' 'user' 'group' etc. to work correctly without requiring the -n style invocation. PR: misc/17069 Revision Changes Path 1.19 +7 -5 src/usr.sbin/pw/pw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message