summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_getprocs.3
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-07-01 18:20:57 +0000
committerru <ru@FreeBSD.org>2004-07-01 18:20:57 +0000
commit615a6a246a8cac15992a2778449e45acc555bf7b (patch)
treec5510a76f4aded01fda316306d5ed0fe393cbed6 /lib/libkvm/kvm_getprocs.3
parenta0dce18ba8ce9e5ffe9cdb7f9682f4cd1d408977 (diff)
downloadFreeBSD-src-615a6a246a8cac15992a2778449e45acc555bf7b.zip
FreeBSD-src-615a6a246a8cac15992a2778449e45acc555bf7b.tar.gz
Markup, grammar, punctuation.
Diffstat (limited to 'lib/libkvm/kvm_getprocs.3')
-rw-r--r--lib/libkvm/kvm_getprocs.328
1 files changed, 14 insertions, 14 deletions
diff --git a/lib/libkvm/kvm_getprocs.3 b/lib/libkvm/kvm_getprocs.3
index 50b1aa9..b2703a1 100644
--- a/lib/libkvm/kvm_getprocs.3
+++ b/lib/libkvm/kvm_getprocs.3
@@ -73,31 +73,31 @@ returned. The value of
describes the filtering predicate as follows:
.Pp
.Bl -tag -width 20n -offset indent -compact
-.It Sy KERN_PROC_ALL
+.It Dv KERN_PROC_ALL
all processes and kernel visible threads
-.It Sy KERN_PROC_PROC
+.It Dv KERN_PROC_PROC
all processes, without threads
-.It Sy KERN_PROC_PID
-processes with process id
+.It Dv KERN_PROC_PID
+processes with process ID
.Fa arg
-.It Sy KERN_PROC_PGRP
+.It Dv KERN_PROC_PGRP
processes with process group
.Fa arg
-.It Sy KERN_PROC_SESSION
+.It Dv KERN_PROC_SESSION
processes with session
.Fa arg
-.It Sy KERN_PROC_TTY
-processes with tty
+.It Dv KERN_PROC_TTY
+processes with TTY
.Fa arg
-.It Sy KERN_PROC_UID
-processes with effective user id
+.It Dv KERN_PROC_UID
+processes with effective user ID
.Fa arg
-.It Sy KERN_PROC_RUID
-processes with real user id
+.It Dv KERN_PROC_RUID
+processes with real user ID
.Fa arg
-.It Sy KERN_PROC_INC_THREAD
+.It Dv KERN_PROC_INC_THREAD
modifier to return all kernel visible threads when filtering
-by process id, process group, tty, user id, and real user id
+by process ID, process group, TTY, user ID, and real user ID
.El
.Pp
The number of processes found is returned in the reference parameter
OpenPOWER on IntegriCloud