diff options
author | tjr <tjr@FreeBSD.org> | 2002-06-23 11:49:08 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-06-23 11:49:08 +0000 |
commit | b41f90758729210693d3a13f7ed52b47179a0229 (patch) | |
tree | 021d387d132c65c96b7a1b845e3d110ef0cb3359 /usr.bin | |
parent | d36a7f3bfc4fbc5980e02ad5d6604048828225b7 (diff) | |
download | FreeBSD-src-b41f90758729210693d3a13f7ed52b47179a0229.zip FreeBSD-src-b41f90758729210693d3a13f7ed52b47179a0229.tar.gz |
Document the fairly obvious effect of the PATH environment variable.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/nice/nice.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.bin/nice/nice.1 b/usr.bin/nice/nice.1 index c9d2d76..ce80df7 100644 --- a/usr.bin/nice/nice.1 +++ b/usr.bin/nice/nice.1 @@ -64,6 +64,14 @@ command which is similar or identical to this utility. Consult the .Xr builtin 1 manual page. +.Sh ENVIRONMENT +The +.Ev PATH +environment variable is used to locate the requested +.Ar utility +if the name contains no +.Ql / +characters. .Sh EXAMPLES Execute utility .Sq date |