From e8db289f878b71c83affa7a670f55a14ff6cc732 Mon Sep 17 00:00:00 2001 From: tjr Date: Fri, 28 Jun 2002 09:31:03 +0000 Subject: Document the fairly obvious effects of the PATH environment variable. --- usr.bin/printenv/printenv.1 | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'usr.bin/printenv/printenv.1') diff --git a/usr.bin/printenv/printenv.1 b/usr.bin/printenv/printenv.1 index 120918a..b999f46 100644 --- a/usr.bin/printenv/printenv.1 +++ b/usr.bin/printenv/printenv.1 @@ -114,6 +114,16 @@ this way also allows one to reference .Pa foo without the path, as well as set up the environment as desired. +.Sh ENVIRONMENT +The +.Nm env +utility uses the +.Ev PATH +environment variable is used to locate the requested +.Ar utility +if the name contains no +.Ql / +characters. .Sh DIAGNOSTICS .Ex -std printenv .Pp -- cgit v1.1