.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
.\" %%%LICENSE_END
.\"
-.TH PROCPS 3 "July 2022" "libproc-2"
+.TH PROCPS 3 "August 2022" "libproc2"
.\" Please adjust this date whenever revising the manpage.
.\"
.nh
.nf
.RS +4
-#include <procps/\fBnamed_interface\fR.h>
+#include <libproc2/\fBnamed_interface\fR.h>
.RI "int\fB procps_new \fR (struct info **" info );
.RI "int\fB procps_ref \fR (struct info *" info );
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
.\" 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
procps_misc \- API for miscellaneous information in the /proc filesystem
.SH SYNOPSIS
.nf
-.B #include <procps/misc.h>
+.B #include <libproc2/misc.h>
.PP
Platform Particulars
.RS 4
.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 ()
.\" 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
.SH SYNOPSIS
.nf
-#include <procps/pids.h>
+#include <libproc2/pids.h>
.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 );
.fi
-Link with \fI\-lproc-2\fP.
+Link with \fI\-lproc2\fP.
.SH DESCRIPTION
.SS Overview