summaryrefslogtreecommitdiff
path: root/usr.bin/nohup
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2009-01-06 23:56:19 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2009-01-06 23:56:19 +0000
commit4d7169faddcbb9191d6921755ec0f97468b0bf7b (patch)
treeaa07398e935bb07c275f2766f8a1f6e8b2c66bc6 /usr.bin/nohup
parentc475cfeca396ccbc36b2cd44fb66f4bce0c809b0 (diff)
i saw the previous was wrong as soon as i committed it: put the
built-in blurb in STANDARDS; we did once have a COMPATIBILITY section which we merged with STANDARDS, so i think this is appropriate. it certainly feels better than adding single sentences randomly to the end of text bodies.
Diffstat (limited to 'usr.bin/nohup')
-rw-r--r--usr.bin/nohup/nohup.112
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/nohup/nohup.1 b/usr.bin/nohup/nohup.1
index 5d3d1a864b6..2efeec6c804 100644
--- a/usr.bin/nohup/nohup.1
+++ b/usr.bin/nohup/nohup.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nohup.1,v 1.13 2009/01/06 23:29:03 jmc Exp $
+.\" $OpenBSD: nohup.1,v 1.14 2009/01/06 23:56:18 jmc Exp $
.\" $NetBSD: nohup.1,v 1.5 1995/08/31 23:35:24 jtc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -81,11 +81,6 @@ will exit without invoking
.Ar utility ,
with an exit value as described below.
.Pp
-.Nm
-also exists as a built-in to
-.Xr csh 1 ,
-though with a different syntax.
-.Pp
The
.Nm nohup
command shall exit with one of the following values:
@@ -120,3 +115,8 @@ The
utility is compliant with the
.St -p1003.1-2004
specification.
+.Pp
+.Nm
+also exists as a built-in to
+.Xr csh 1 ,
+though with a different syntax.