From 2c3635b687931d58e3bdadd99e6a484de86e2bb8 Mon Sep 17 00:00:00 2001 From: Craig Small Date: Mon, 29 Aug 2022 20:56:43 +1000 Subject: [PATCH] docs: Update manpages Change include directory +#include .RI "int\fB procps_new \fR (struct info **" info ); .RI "int\fB procps_ref \fR (struct info *" info ); @@ -70,7 +70,7 @@ and `info' would really be `\fBdiskstats\fR_info', etc. The same \fBnamed_interface\fR is used in each header file name with an appended `.h' suffix. -Link with \fI\-lproc-2\fP. +Link with \fI\-lproc2\fP. .SH DESCRIPTION .SS Overview diff --git a/man/procps_misc.3 b/man/procps_misc.3 index ae270d7a..09d33d10 100644 --- a/man/procps_misc.3 +++ b/man/procps_misc.3 @@ -17,7 +17,7 @@ .\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA .\" %%%LICENSE_END .\" -.TH PROCPS_MISC 3 "July 2022" "libproc-2" +.TH PROCPS_MISC 3 "August 2022" "libproc2" .\" Please adjust this date whenever revising the manpage. .\" .nh @@ -25,7 +25,7 @@ procps_misc \- API for miscellaneous information in the /proc filesystem .SH SYNOPSIS .nf -.B #include +.B #include .PP Platform Particulars .RS 4 @@ -53,7 +53,7 @@ Namespace Particulars .RI "int \fB procps_ns_read_pid\fR (int " pid ", struct procps_ns *" nsp ");" .RE -Link with \fI\-lproc-2\fP. +Link with \fI\-lproc2\fP. .SH DESCRIPTION .BR procps_cpu_count () diff --git a/man/procps_pids.3 b/man/procps_pids.3 index c7b874d2..718ffb2b 100644 --- a/man/procps_pids.3 +++ b/man/procps_pids.3 @@ -16,7 +16,7 @@ .\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA .\" %%%LICENSE_END .\" -.TH PROCPS_PIDS 3 "July 2022" "libproc-2" +.TH PROCPS_PIDS 3 "August 2022" "libproc2" .\" Please adjust this date whenever revising the manpage. .\" .nh @@ -25,7 +25,7 @@ procps_pids \- API to access process information in the /proc filesystem .SH SYNOPSIS .nf -#include +#include .RI "int\fB procps_pids_new \fR (struct pids_info **" info ", enum pids_item *" items ", int " numitems ); .RI "int\fB procps_pids_ref \fR (struct pids_info *" info ); @@ -64,7 +64,7 @@ procps_pids \- API to access process information in the /proc filesystem .fi -Link with \fI\-lproc-2\fP. +Link with \fI\-lproc2\fP. .SH DESCRIPTION .SS Overview -- 2.40.0