From owner-cvs-all Wed Jun 19 0: 9:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC06437B401; Wed, 19 Jun 2002 00:09:44 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J79id16454; Wed, 19 Jun 2002 00:09:44 -0700 (PDT) (envelope-from tjr) Message-Id: <200206190709.g5J79id16454@freefall.freebsd.org> From: "Tim J. Robbins" Date: Wed, 19 Jun 2002 00:09:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/env env.c src/usr.bin/printenv printenv.1 X-FreeBSD-CVS-Branch: HEAD 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 tjr 2002/06/19 00:09:44 PDT Modified files: usr.bin/env env.c usr.bin/printenv printenv.1 Log: Indicate that env(1) allows you to supply arguments to the utility it executes in the usage() message and manual page. Use "utility" instead of "command" in both places to emphasise that shell builtins etc. will not work, and to be consistent with the terminology used by POSIX. PR: 39210 Submitted by: Danny J. Zerkel MFC after: 1 week Revision Changes Path 1.9 +1 -1 src/usr.bin/env/env.c 1.14 +7 -7 src/usr.bin/printenv/printenv.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message