Must distinguish between "ambiguous" and "unknown" commands.
[unix-history] / usr / src / usr.bin / nohup / nohup.1
index 533d7c0..b561a3b 100644 (file)
@@ -2,9 +2,9 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)nohup.1     4.1 (Berkeley) %G%
+.\"    @(#)nohup.1     6.2 (Berkeley) %G%
 .\"
 .\"
-.TH NICE 1 
+.TH NICE 1 ""
 .UC 4
 .SH NAME
 nice, nohup \- run a command at low priority (\fIsh\fR only)
 .UC 4
 .SH NAME
 nice, nohup \- run a command at low priority (\fIsh\fR only)
@@ -45,12 +45,11 @@ should be invoked from the shell with `&' in order to
 prevent it from responding to interrupts by or
 stealing the input from
 the next person who logs in on the same terminal.
 prevent it from responding to interrupts by or
 stealing the input from
 the next person who logs in on the same terminal.
-The syntax of nice is also different.
 .SH FILES
 nohup.out      standard output and standard error file under
 .I nohup
 .SH "SEE ALSO"
 .SH FILES
 nohup.out      standard output and standard error file under
 .I nohup
 .SH "SEE ALSO"
-csh(1), nice(2), renice(8)
+csh(1), setpriority(2), renice(8)
 .SH DIAGNOSTICS
 .I Nice
 returns the exit status of the subject command.
 .SH DIAGNOSTICS
 .I Nice
 returns the exit status of the subject command.