]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Indicate that env(1) allows you to supply arguments to the utility it
authorTim J. Robbins <tjr@FreeBSD.org>
Wed, 19 Jun 2002 07:09:44 +0000 (07:09 +0000)
committerTim J. Robbins <tjr@FreeBSD.org>
Wed, 19 Jun 2002 07:09:44 +0000 (07:09 +0000)
commit7e949b63e41b11422f5e7fa44afb10a1a8c4ea05
tree2cd0fa8022a761d48682e9099b0081eb459d14dc
parent1419eacb867d42a567c1d299bae74a453dd47b98
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 <dzerkel@columbus.rr.com>
MFC after: 1 week
usr.bin/env/env.c
usr.bin/printenv/printenv.1