diff options
| author | Joel Dahl <joel@FreeBSD.org> | 2010-08-03 17:40:09 +0000 |
|---|---|---|
| committer | Joel Dahl <joel@FreeBSD.org> | 2010-08-03 17:40:09 +0000 |
| commit | 799162a6287e113b0a53a4a573321fa914bc3b0e (patch) | |
| tree | bc142afe08697b99c35be3b68fe9e9ecafa59dc9 /lib/libmemstat | |
| parent | d191ee22b13c629e4201c4852a94ceebbf6b43a6 (diff) | |
Notes
Diffstat (limited to 'lib/libmemstat')
| -rw-r--r-- | lib/libmemstat/libmemstat.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libmemstat/libmemstat.3 b/lib/libmemstat/libmemstat.3 index 9a4877b0aa73..c4817ae12582 100644 --- a/lib/libmemstat/libmemstat.3 +++ b/lib/libmemstat/libmemstat.3 @@ -258,7 +258,7 @@ Two additional constants in the allocator name space are defined: which will only be returned as a result of a library error, and .Dv ALLOCATOR_ANY , which can be used to specify that returning types matching any allocator is -permittible from +permittable from .Fn memstat_mtl_find . .Ss Access Method List The following accessor methods are defined, of which some will be valid for @@ -281,7 +281,7 @@ If the memory type has an administrative limit on the number of simultaneous allocations, return it. .It Fn memstat_get_byteslimit If the memory type has an administrative limit on the number of bytes of -memory that may be simultaenously allocated for the memory type, return it. +memory that may be simultaneously allocated for the memory type, return it. .It Fn memstat_get_sizemask If the memory type supports variable allocation sizes, return a bitmask of sizes allocated for the memory type. |
