Some of the low level impl.h PCP routines are missing a header in their
SYNOPSIS section (most are fine, just these three were missing).
--
Nathan
Index: devel-pcp-2.5.99/man/man3/pmparsectime.3
===================================================================
--- devel-pcp-2.5.99.orig/man/man3/pmparsectime.3 2006-11-20
12:22:17.929549000 +1100
+++ devel-pcp-2.5.99/man/man3/pmparsectime.3 2006-11-20
12:22:30.090309000 +1100
@@ -35,6 +35,8 @@
\f3__pmParseCtime\f1 \- convert \fBctime\fR(3) string to \fBtm\fR
structure
.SH "C SYNOPSIS"
.ft 3
+#include <pcp/pmapi.h>
+.br
#include <pcp/impl.h>
.sp
int __pmParseCtime(const char *string, struct tm *rslt, char **errmsg)
Index: devel-pcp-2.5.99/man/man3/pmparsedebug.3
===================================================================
--- devel-pcp-2.5.99.orig/man/man3/pmparsedebug.3 2006-11-20
12:22:17.945550000 +1100
+++ devel-pcp-2.5.99/man/man3/pmparsedebug.3 2006-11-20
12:22:30.090309000 +1100
@@ -35,6 +35,8 @@
\f3__pmParseDebug\f1 \- convert a list of debug flags into an integer
.SH "C SYNOPSIS"
.ft 3
+#include <pcp/pmapi.h>
+.br
#include <pcp/impl.h>
.sp
int __pmParseDebug(const char *spec)
Index: devel-pcp-2.5.99/man/man3/pmparsetime.3
===================================================================
--- devel-pcp-2.5.99.orig/man/man3/pmparsetime.3 2006-11-20
12:22:17.973551750 +1100
+++ devel-pcp-2.5.99/man/man3/pmparsetime.3 2006-11-20
12:22:30.090309000 +1100
@@ -35,6 +35,8 @@
\f3__pmParseTime\f1 \- parse time point specification
.SH "C SYNOPSIS"
.ft 3
+#include <pcp/pmapi.h>
+.br
#include <pcp/impl.h>
.sp
int __pmParseTime(const char *string,
|