Skip to content

Commit

Permalink
debian build: fix up man pages from recent commits
Browse files Browse the repository at this point in the history
modified:   debian/libpcp-archive1-dev.install
modified:   debian/libpcp3-dev.install
modified:   man/man3i/__pmlogmetatypestr.3
  • Loading branch information
kmcdonell committed Feb 4, 2022
1 parent a56371f commit 909d235
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 0 additions & 2 deletions debian/libpcp-archive1-dev.install
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
usr/share/man/man3/__pmLogMetaTypeStr.3.gz
usr/share/man/man3/__pmLogMetaTypeStr_r.3.gz
usr/share/man/man3/pmaDeltaInDom.3.gz
usr/share/man/man3/pmaLogGet.3.gz
usr/share/man/man3/pmaLogPut.3.gz
Expand Down
2 changes: 2 additions & 0 deletions debian/libpcp3-dev.install
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ usr/share/man/man3/pmLoadDerivedConfig.3.gz
usr/share/man/man3/pmLoadNameSpace.3.gz
usr/share/man/man3/__pmLocalPMDA.3.gz
usr/share/man/man3/pmLocaltime.3.gz
usr/share/man/man3/__pmLogMetaTypeStr.3.gz
usr/share/man/man3/__pmLogMetaTypeStr_r.3.gz
usr/share/man/man3/pmLookupDesc.3.gz
usr/share/man/man3/pmLookupDescs.3.gz
usr/share/man/man3/pmLookupInDom.3.gz
Expand Down
8 changes: 4 additions & 4 deletions man/man3i/__pmlogmetatypestr.3
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
.\"
.TH PMLOGMETATYPESTR 3 "PCP" "Performance Co-Pilot"
.SH NAME
\f3pmLogMetaTypeStr\f1,
\f3pmLogMetaTypeStr_r\f1 \- convert an archive metadata record type into a string
\f3__pmLogMetaTypeStr\f1,
\f3__pmLogMetaTypeStr_r\f1 \- convert an archive metadata record type into a string
.SH "C SYNOPSIS"
.ft 3
#include <pcp/pmapi.h>
.br
#include <pcp/libpcp.h>
.sp
const char *pmLogMetaTypeStr(int \fItype\fP);
const char *__pmLogMetaTypeStr(int \fItype\fP);
.br
char *pmTLogMetaypeStr_r(int \fItype\fP, char *\fIbuf\fP, int \fIbuflen\fP);
char *__pmTLogMetaypeStr_r(int \fItype\fP, char *\fIbuf\fP, int \fIbuflen\fP);
.sp
cc ... \-lpcp
.ft 1
Expand Down

0 comments on commit 909d235

Please sign in to comment.