(nohup invocation): Tell what happens when stdout is not a terminal.
authorJim Meyering <jim@meyering.net>
Sun, 13 Jul 2003 09:38:04 +0000 (09:38 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 13 Jul 2003 09:38:04 +0000 (09:38 +0000)
Based on a suggestion from Steven Mocking.

doc/coreutils.texi

index 425dc80717664cb7a73d390c5337a840eea46e5f..96c557068aa65b64c51b9a71d22733b80a781dfd 100644 (file)
@@ -11267,6 +11267,8 @@ If standard output is a terminal, it is redirected so that it is appended
 to the file @file{nohup.out}; if that cannot be written to, it is appended
 to the file @file{$HOME/nohup.out}.  If that cannot be written to, the
 command is not run.
+If standard output is not a terminal, then the standard output of
+@var{command} will be the same as that of @command{nohup}.
 
 If @command{nohup} creates either @file{nohup.out} or
 @file{$HOME/nohup.out}, it creates it with no ``group'' or ``other''