From 854e85a50b3944a574f95de005c1dd09687f126a Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Thu, 24 Feb 2022 00:00:00 -0600 Subject: [PATCH] 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 --- doc/procps.3 | 4 ++-- doc/procps_misc.3 | 4 ++-- doc/procps_pids.3 | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/procps.3 b/doc/procps.3 index d92b0258..de74ad0a 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 18d68e49..e650fa78 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 5da6289c..663118e2 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).