diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2002-06-28 09:31:03 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2002-06-28 09:31:03 +0000 |
| commit | 8b4f995accce84e16777644c66c6e16068d86221 (patch) | |
| tree | a70bc51c193fbf20afe93958d31119cce0ffb87c /usr.bin/nohup | |
| parent | 6ec9d03768dd9a123e4e7e7492db9aee73fce1c6 (diff) | |
Notes
Diffstat (limited to 'usr.bin/nohup')
| -rw-r--r-- | usr.bin/nohup/nohup.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.bin/nohup/nohup.1 b/usr.bin/nohup/nohup.1 index e4f3ff9362c6..aab70df9346c 100644 --- a/usr.bin/nohup/nohup.1 +++ b/usr.bin/nohup/nohup.1 @@ -70,7 +70,7 @@ Consult the .Xr builtin 1 manual page. .Sh ENVIRONMENT -The following variable is utilized by +The following variables are utilized by .Nm : .Bl -tag -width flag .It Ev HOME @@ -81,6 +81,12 @@ cannot be created in the current directory, the utility uses the directory named by .Ev HOME to create the file. +.It Ev PATH +Used to locate the requested +.Ar command +if the name contains no +.Ql / +characters. .El .Sh DIAGNOSTICS The |
