]> granicus.if.org Git - procps-ng/commitdiff
doc: minor tweaks affecting three newlib man documents
authorJim Warner <james.warner@comcast.net>
Thu, 24 Feb 2022 06:00:00 +0000 (00:00 -0600)
committerCraig Small <csmall@dropbear.xyz>
Sun, 27 Feb 2022 10:27:02 +0000 (21:27 +1100)
. 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>
doc/procps.3
doc/procps_misc.3
doc/procps_pids.3

index d92b025873a13c14e7f35fcf0e8d1b2f4c62acc5..de74ad0aef5437066da570331408f794e3a2f99f 100644 (file)
@@ -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).
index 18d68e498f85ece3a69104e4fc0842267e34e66a..e650fa7895b85de2d27cd5b93680ae0df2217098 100644 (file)
@@ -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).
index 5da6289c8b35b9801faff1e35fc5d547180ab0b6..663118e2a01a19f63e699faf0a8e2538a357500f 100644 (file)
@@ -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).