diff options
author | ru <ru@FreeBSD.org> | 2005-11-17 13:00:00 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-11-17 13:00:00 +0000 |
commit | 928d297eeb1b1084c1525eb3aba0cee109fed2b6 (patch) | |
tree | 8357787c5962631f6dc96a7483518171f91c2b20 /lib/libpmc | |
parent | be367893cde807eabde21d3c27468e630a24c071 (diff) | |
download | FreeBSD-src-928d297eeb1b1084c1525eb3aba0cee109fed2b6.zip FreeBSD-src-928d297eeb1b1084c1525eb3aba0cee109fed2b6.tar.gz |
-mdoc sweep.
Diffstat (limited to 'lib/libpmc')
-rw-r--r-- | lib/libpmc/pmc.3 | 20 | ||||
-rw-r--r-- | lib/libpmc/pmclog.3 | 2 |
2 files changed, 11 insertions, 11 deletions
diff --git a/lib/libpmc/pmc.3 b/lib/libpmc/pmc.3 index a3925d8..6325c6e 100644 --- a/lib/libpmc/pmc.3 +++ b/lib/libpmc/pmc.3 @@ -191,7 +191,7 @@ information please see The function .Fn pmc_init initializes the -.Xr pmc 3 +.Nm pmc library. This function must be called first, before any of the other functions in the library. @@ -435,7 +435,7 @@ events. Event name aliases are CPU architecture independent names for commonly used events. The following aliases are known to this version of the -.Xr pmc 3 +.Nm pmc library: .Bl -tag -width indent .It Li branches @@ -3265,7 +3265,7 @@ is returned and the global variable is set to indicate the error. .Sh COMPATIBILITY The interface between the -.Xr pmc 3 +.Nm pmc library and the .Xr hwpmc 4 driver is intended to be private to the implementation and may @@ -3273,11 +3273,11 @@ change. In order to ease forward compatibility with future versions of the .Xr hwpmc 4 driver, applications are urged to dynamically link with the -.Xr pmc 3 +.Nm pmc library. .Pp The -.Xr pmc 3 +.Nm pmc API is .Ud .Sh ERRORS @@ -3295,7 +3295,7 @@ An unknown CPU type was encountered during initialization. The version number of the .Xr hwpmc 4 kernel module did not match that compiled into the -.Xr pmc 3 +.Nm pmc library. .El .Pp @@ -3323,7 +3323,7 @@ may fail with the following error: .Bl -tag -width Er .It Bq Er ENXIO The -.Xr pmc 3 +.Nm pmc has not been initialized. .El .Pp @@ -3335,7 +3335,7 @@ may fail with the following errors: The argument passed in was out of range. .It Bq Er ENXIO The -.Xr pmc 3 +.Nm pmc library has not been initialized. .El .Pp @@ -3346,7 +3346,7 @@ may fail with the following errors, in addition to those returned by .Bl -tag -width Er .It Bq Er ENXIO The -.Xr pmc 3 +.Nm pmc library is not yet initialized. .El .Pp @@ -3403,7 +3403,7 @@ driver. .Xr pmcstat 8 .Sh HISTORY The -.Xr pmc 3 +.Nm pmc library first appeared in .Fx 6.0 . .Sh BUGS diff --git a/lib/libpmc/pmclog.3 b/lib/libpmc/pmclog.3 index 7cf5f30..862f9cc 100644 --- a/lib/libpmc/pmclog.3 +++ b/lib/libpmc/pmclog.3 @@ -295,7 +295,7 @@ for a file based parser may fail with any of the errors returned by .Xr pmcstat 8 .Sh HISTORY The -.Xr pmclog 3 +.Nm pmclog API .Ud It first appeared in |