aboutsummaryrefslogtreecommitdiffstats
path: root/orphan-reaper.1
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--orphan-reaper.1 (renamed from doc/man/orphan-reaper.1)21
1 files changed, 5 insertions, 16 deletions
diff --git a/doc/man/orphan-reaper.1 b/orphan-reaper.1
index f1b05e7..7a4bb34 100644
--- a/doc/man/orphan-reaper.1
+++ b/orphan-reaper.1
@@ -3,8 +3,8 @@
orphan-reaper - Keep your process tree clean
.SH SYNOPSIS
.BR orphan-reaper
-[--fatal] [--]
-.IR COMMAND ...
+[-f]
+.IR command ...
.SH DESCRIPTION
This user daemon spawns a process and reaps all orphaned
grandchildren. This is useful if you want to keep your
@@ -16,7 +16,7 @@ parent being reparented to PID 1 and make a mess on your
process tree.
.SH OPTIONS
.TP
-.BR \-\-fatal
+.BR \-f
Fail if the process cannot become a subreaper.
.SH RATIONALE
It is really nice to have a processes that are running
@@ -28,16 +28,5 @@ Especially when multiple display servers are running.
.BR pstree (1),
.BR htop (1)
.SH AUTHORS
-Principal author, Mattias Andrée. See the COPYING file for the full
-list of authors.
-.SH LICENSE
-Copyright \(co 2014, 2015 Mattias Andrée
-.br
-License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
-.br
-This is free software: you are free to change and redistribute it.
-.br
-There is NO WARRANTY, to the extent permitted by law.
-.SH BUGS
-Please report bugs to https://github.com/maandree/orphan-reaper/issues or to
-maandree@member.fsf.org
+Mattias Andrée
+.RI < maandree@kth.se >