trailing comment after #else or #endif
[unix-history] / usr / src / usr.bin / nohup / nohup.1
index 84c9356..3cf9c26 100644 (file)
@@ -4,13 +4,13 @@
 .\" This code is derived from software contributed to Berkeley by
 .\" the Institute of Electrical and Electronics Engineers, Inc.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" the Institute of Electrical and Electronics Engineers, Inc.
 .\"
-.\" %sccs.include.redist.man%
+.\" %sccs.include.redist.roff%
 .\"
 .\"
-.\"     @(#)nohup.1    6.7 (Berkeley) %G%
+.\"    @(#)nohup.1     6.8 (Berkeley) %G%
 .\"
 .\"
-.Vx
 .Dd 
 .Dt NOHUP 1
 .Dd 
 .Dt NOHUP 1
+.Os
 .Sh NAME
 .Nm nohup
 .Nd invoke a command immune to hangups
 .Sh NAME
 .Nm nohup
 .Nd invoke a command immune to hangups
@@ -25,8 +25,11 @@ utility invokes
 .Ar command
 with
 its arguments
 .Ar command
 with
 its arguments
-and at this time sets the signal SIGHUP
-to be ignored. The signal SIGQUIT may also be set
+and at this time sets the signal
+.Dv SIGHUP
+to be ignored. The signal
+.Dv SIGQUIT
+may also be set
 to be ignored.
 If the standard output is a terminal, the standard output is
 appended to the file
 to be ignored.
 If the standard output is a terminal, the standard output is
 appended to the file
@@ -41,8 +44,8 @@ exits 1 if an error occurs, otherwise the exit status is that of
 .Sh ENVIRONMENT
 The following variable is utilized by
 .Nm nohup .
 .Sh ENVIRONMENT
 The following variable is utilized by
 .Nm nohup .
-.Tw Fl
-.Tp Ev HOME
+.Bl -tag -width flag
+.It Ev HOME
 If the output file
 .Pa nohup.out
 cannot be created in the current directory, the
 If the output file
 .Pa nohup.out
 cannot be created in the current directory, the
@@ -50,8 +53,12 @@ cannot be created in the current directory, the
 utility uses the directory named by
 .Ev HOME
 to create the file.
 utility uses the directory named by
 .Ev HOME
 to create the file.
-.Tp
+.El
 .Sh SEE ALSO
 .Xr signal 3
 .Sh STANDARDS
 .Sh SEE ALSO
 .Xr signal 3
 .Sh STANDARDS
-The nohup function is expected to be POSIX 1003.2 compatible.
+The
+.Nm nohup
+command is expected to be
+.St -p1003.2
+compatible.