svn commit: r196447 - head/lib/libpmc

Joseph Koshy jkoshy at FreeBSD.org
Sun Aug 23 07:30:12 UTC 2009


Author: jkoshy
Date: Sun Aug 23 07:30:12 2009
New Revision: 196447
URL: http://svn.freebsd.org/changeset/base/196447

Log:
  Fix a typo.

Modified:
  head/lib/libpmc/pmc_capabilities.3

Modified: head/lib/libpmc/pmc_capabilities.3
==============================================================================
--- head/lib/libpmc/pmc_capabilities.3	Sun Aug 23 07:29:34 2009	(r196446)
+++ head/lib/libpmc/pmc_capabilities.3	Sun Aug 23 07:30:12 2009	(r196447)
@@ -63,7 +63,7 @@ is a PMC handle obtained by a prior call
 .Fn pmc_allocate .
 The function sets argument
 .Fa caps
-to a bitmask of capabilities supported by the PMC denoted by
+to a bit mask of capabilities supported by the PMC denoted by
 argument
 .Fa pmc .
 PMC capabilities are described in


More information about the svn-src-all mailing list