[hackers] [sbase] Add EXIT STATUS to nohup.1 || FRIGN

From: <git_AT_suckless.org>
Date: Thu, 5 Mar 2015 00:28:46 +0100 (CET)

commit 7420b3af8258eebbc1e76342a3103c1b280f6a7a
Author: FRIGN <dev_AT_frign.de>
Date: Thu Mar 5 00:27:36 2015 +0100

    Add EXIT STATUS to nohup.1

diff --git a/nohup.1 b/nohup.1
index f52f799..95f6bf8 100644
--- a/nohup.1
+++ b/nohup.1
_AT_@ -20,6 +20,20 @@ If stdout is a terminal, it is appended to
 .Em nohup.out
 in the current working directory.
 If stderr is a terminal, it is redirected to stdout.
+.Sh EXIT STATUS
+.Bl -tag -width Ds
+.It 0
+.Ar cmd
+executed successfully.
+.It 1
+Internal error.
+.It 126
+.Ar cmd
+was found but could not be executed.
+.It 127
+.Ar cmd
+could not be found.
+.El
 .Sh SEE ALSO
 .Xr signal 7
 .Sh STANDARDS
Received on Thu Mar 05 2015 - 00:28:46 CET

This archive was generated by hypermail 2.3.0 : Thu Mar 05 2015 - 00:36:13 CET