Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

Fix wrong pointer to pmDesc Example for mmv_metric_t #65

Closed
wants to merge 1 commit into
from

Conversation

Projects
None yet
2 participants
Contributor

rvernica commented Feb 6, 2016

In pcp-programmers-guide Section 4.4.1, the old version said:

mmv_metric_t maps to a pmDesc structure, as in Example 2.7, “pmdaInstid Structure”

With this fix, it should say:

mmv_metric_t maps to a pmDesc structure, as in Example 3.2. pmDesc Structure

Contributor

kmcdonell commented Feb 6, 2016

Pulled into my tree, thanks Rares.

@kmcdonell kmcdonell closed this Feb 6, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment