Module Name: src
Committed By: joerg
Date: Fri May 14 17:28:56 UTC 2010
Modified Files:
src/usr.bin/nohup: nohup.1
Log Message:
Resort sections to canonical order.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/usr.bin/nohup/nohup.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/nohup/nohup.1
diff -u src/usr.bin/nohup/nohup.1:1.13 src/usr.bin/nohup/nohup.1:1.14
--- src/usr.bin/nohup/nohup.1:1.13 Thu Jul 14 22:16:39 2005
+++ src/usr.bin/nohup/nohup.1 Fri May 14 17:28:56 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: nohup.1,v 1.13 2005/07/14 22:16:39 wiz Exp $
+.\" $NetBSD: nohup.1,v 1.14 2010/05/14 17:28:56 joerg Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -78,6 +78,13 @@
will exit without invoking
.Ar utility ,
with an exit value as described below.
+.Sh ENVIRONMENT
+The following variable is used by
+.Nm .
+.Bl -tag -width flag
+.It Ev HOME
+User's home directory.
+.El
.Sh EXIT STATUS
The
.Nm
@@ -98,13 +105,6 @@
.Nm
will be that of
.Ar utility .
-.Sh ENVIRONMENT
-The following variable is used by
-.Nm .
-.Bl -tag -width flag
-.It Ev HOME
-User's home directory.
-.El
.Sh SEE ALSO
.Xr signal 3
.Sh STANDARDS