diff options
Diffstat (limited to 'usr.bin/printenv')
-rw-r--r-- | usr.bin/printenv/printenv.1 | 10 |
1 files changed, 10 insertions, 0 deletions
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 |