pcp
[Top] [All Lists]

[PATCH 12/12] Add missing include files in man pages

To: Michael Newton <kimbrr@xxxxxxx>, Mark Goodwin <markgw@xxxxxxx>
Subject: [PATCH 12/12] Add missing include files in man pages
From: Nathan Scott <nscott@xxxxxxxxxx>
Date: Mon, 20 Nov 2006 16:11:24 +1100
Cc: pcp@xxxxxxxxxxx
Organization: Aconex
Reply-to: nscott@xxxxxxxxxx
Sender: pcp-bounce@xxxxxxxxxxx
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,



<Prev in Thread] Current Thread [Next in Thread>
  • [PATCH 12/12] Add missing include files in man pages, Nathan Scott <=