diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2002-06-23 11:49:08 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2002-06-23 11:49:08 +0000 |
| commit | 525b0bc8df1ccf184b84dda50f5ae784527596d0 (patch) | |
| tree | 021d387d132c65c96b7a1b845e3d110ef0cb3359 | |
| parent | c8c46b430760576287ecded932a447d57e684263 (diff) | |
Notes
| -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 c9d2d7658c1b9..ce80df70e345a 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 |
