summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Warner <james.warner@comcast.net>2022-02-24 00:00:00 -0600
committerCraig Small <csmall@dropbear.xyz>2022-02-27 21:27:02 +1100
commit854e85a50b3944a574f95de005c1dd09687f126a (patch)
tree62a878797831023b4463e7fa303c39e06ca11d05 /doc
parent95990dceb13f1b273cfedc613177341a52a19202 (diff)
downloadprocps-ng-854e85a50b3944a574f95de005c1dd09687f126a.tar.gz
doc: minor tweaks affecting three newlib man documents
. add the proper function names to the procps_pids man page when discussing the 'LIBPROC_HIDE_KERNEL' feature under recently added 'ENVIRONMENT VARIABLE(S)' section . ensure the 'SEE ALSO' references are comma delimited Signed-off-by: Jim Warner <james.warner@comcast.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/procps.34
-rw-r--r--doc/procps_misc.34
-rw-r--r--doc/procps_pids.36
3 files changed, 7 insertions, 7 deletions
diff --git a/doc/procps.3 b/doc/procps.3
index d92b025..de74ad0 100644
--- a/doc/procps.3
+++ b/doc/procps.3
@@ -188,6 +188,6 @@ Therefore, it is important that it \fInot\fR be activated
for a production/release build.
.SH SEE ALSO
-.BR procps_misc (3)
-.BR procps_pids (3)
+.BR procps_misc (3),
+.BR procps_pids (3),
.BR proc (5).
diff --git a/doc/procps_misc.3 b/doc/procps_misc.3
index 18d68e4..e650fa7 100644
--- a/doc/procps_misc.3
+++ b/doc/procps_misc.3
@@ -158,6 +158,6 @@ The raw values for uptime and idle time.
contains the set of namespaces for a particular \fBPID\fR.
.SH SEE ALSO
-.BR procps (3).
-.BR procps_pids (3).
+.BR procps (3),
+.BR procps_pids (3),
.BR proc (5).
diff --git a/doc/procps_pids.3 b/doc/procps_pids.3
index 5da6289..663118e 100644
--- a/doc/procps_pids.3
+++ b/doc/procps_pids.3
@@ -210,10 +210,10 @@ The value set for the following is unimportant, just its presence.
.IP LIBPROC_HIDE_KERNEL
This will hide kernel threads which would otherwise be returned with a
-.BR procps_get ", " procps_select " or " procps_reap
+.BR procps_pids_get ", " procps_pids_select " or " procps_pids_reap
call.
.SH SEE ALSO
-.BR procps (3)
-.BR procps_misc (3)
+.BR procps (3),
+.BR procps_misc (3),
.BR proc (5).