summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-06-02 04:02:36 +0000
committerdd <dd@FreeBSD.org>2001-06-02 04:02:36 +0000
commite74fefcf8f7ca3f74fe1ef3a52c7207bb806757c (patch)
tree651888632adfac0d403feb73f62f1c1292bd8a8a /bin
parent3f5e632ad1ec0497e42bec0bfa5a1904b693197e (diff)
downloadFreeBSD-src-e74fefcf8f7ca3f74fe1ef3a52c7207bb806757c.zip
FreeBSD-src-e74fefcf8f7ca3f74fe1ef3a52c7207bb806757c.tar.gz
Mention the kern.ps_showallprocs sysctl.
PR: 24804 Submitted by: Mike Meyer <mwm@mired.org>
Diffstat (limited to 'bin')
-rw-r--r--bin/ps/ps.14
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1
index 5d5e126..ef41d4a 100644
--- a/bin/ps/ps.1
+++ b/bin/ps/ps.1
@@ -82,6 +82,9 @@ The options are as follows:
.Bl -tag -width indent
.It Fl a
Display information about other users' processes as well as your own.
+This can be disable by setting the
+.Va kern.ps_showallprocs
+sysctl to zero.
.It Fl c
Change the ``command'' column output to just contain the executable name,
rather than the full command line.
@@ -512,6 +515,7 @@ the mount point of
.Xr strftime 3 ,
.Xr procfs 5 ,
.Xr pstat 8 ,
+.Xr sysctl 8 ,
.Xr mutex 9
.Sh BUGS
Since
OpenPOWER on IntegriCloud