mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Describe return values from pmc_ncpu() and pmc_npmc() better.
This commit is contained in:
parent
507ea268f2
commit
ef4ba9be47
1 changed files with 4 additions and 1 deletions
|
|
@ -157,7 +157,10 @@ Functions
|
|||
.Fn pmc_ncpu
|
||||
and
|
||||
.Fn pmc_npmc
|
||||
returns a positive integer if successful or -1 in case of an error.
|
||||
returns a positive integer if successful; otherwise the value -1 is
|
||||
returned and the global variable
|
||||
.Va errno
|
||||
is set to indicate the error.
|
||||
.Pp
|
||||
Functions
|
||||
.Fn pmc_capabilities ,
|
||||
|
|
|
|||
Loading…
Reference in a new issue