summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorCraig Small <csmall@users.sourceforge.net>2011-02-22 20:35:14 +1100
committerCraig Small <csmall@users.sourceforge.net>2011-02-22 20:35:14 +1100
commit64e6225cb3c033c2de50d163e894dc0210cdb5fb (patch)
tree6d0ff8517562e6159739740dade95586fc74b4c2 /doc
parent3e3a5039bd878f282387fff396538fcac16de9d0 (diff)
Added SF patches and bug reports
* Applied patch from Werner Fink to avoid stat(2) on NFS mounts * Zeros process group memory - Patch by jgorig SF#3152925 RH#666213 * fuser -m -s flags work - Patch by jgorig SF#31110178 RH#651794 * fuser silent if /proc/swaps not available SF#3072134 * ppc 64 support for peekfd by jgorig SF#3166444 * jiffies now ULL in killall SF#3138538 * pstree can show parents of a process. Patch supplied by Curtis Hawthorne SF#3135157
Diffstat (limited to 'doc')
-rw-r--r--doc/killall.14
-rw-r--r--doc/pstree.17
2 files changed, 7 insertions, 4 deletions
diff --git a/doc/killall.1 b/doc/killall.1
index 229905c..ed6c278 100644
--- a/doc/killall.1
+++ b/doc/killall.1
@@ -1,4 +1,4 @@
-.TH KILLALL 1 2009-12-18 "Linux" "User Commands"
+.TH KILLALL 1 2011-02-22 "Linux" "User Commands"
.SH NAME
killall \- kill processes by name
.SH SYNOPSIS
@@ -117,7 +117,7 @@ If processes change their name, \fBkillall\fP may not be able to match
them correctly.
.SH AUTHORS
Werner Almesberger <werner@almesberger.net> wrote the original version
-of psmisc. Since version 20 Craig Small <csmall@small.dropbear.id.au>
+of psmisc. Since version 20 Craig Small <csmall@enc.com.au>
can be blamed.
.SH "SEE ALSO"
.BR kill "(1), " fuser "(1), " pgrep "(1), " pidof "(1), " pkill "(1), "
diff --git a/doc/pstree.1 b/doc/pstree.1
index 0b572ba..b30717a 100644
--- a/doc/pstree.1
+++ b/doc/pstree.1
@@ -1,4 +1,4 @@
-.TH PSTREE 1 2009-12-16 "Linux" "User Commands"
+.TH PSTREE 1 2011-02-22 "Linux" "User Commands"
.SH NAME
pstree \- display a tree of processes
.SH SYNOPSIS
@@ -10,6 +10,7 @@ pstree \- display a tree of processes
.RB [ \-l | \-\-long ]
.RB [ \-n | \-\-numeric\-sort ]
.RB [ \-p | \-\-show\-pids ]
+.RB [ \-s | \-\-show\-parents ]
.RB [ \-u | \-\-uid\-changes ]
.RB [ \-Z | \-\-security\-context ]
.RB [ \-A | \-\-ascii | \-G | \-\-vt100 | \-U | \-\-unicode ]
@@ -83,6 +84,8 @@ sort.)
.IP \fB\-p\fP
Show PIDs. PIDs are shown as decimal numbers in parentheses after each
process name. \fB\-p\fP implicitly disables compaction.
+.IP \fB\-s\fP
+Show parent processes of the specified process.
.IP \fB\-u\fP
Show uid transitions. Whenever the uid of a process differs from the uid of
its parent, the new uid is shown in parentheses after the process name.
@@ -101,7 +104,7 @@ pstree is compilied with SELinux support.
.fi
.SH AUTHORS
Werner Almesberger <werner@almesberger.net>
-Craig Small <csmall@small.dropbear.id.au>
+Craig Small <csmall@enc.com.au>
.SH BUGS
Some character sets may be incompatible with the VT100 characters.