diff options
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 |
