diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2014-06-05 00:40:01 +0200 |
---|---|---|
committer | Ondřej Bílka <neleai@seznam.cz> | 2014-06-05 01:13:04 +0200 |
commit | cd1fb604642449181ea0f2177de53976edfc69ad (patch) | |
tree | 1077fec3a57c5124e60f1eab84852a66e155ac83 /manual | |
parent | 902b71f9af1c01b4a118347e377b11487452b657 (diff) | |
download | glibc-cd1fb604642449181ea0f2177de53976edfc69ad.tar.gz glibc-cd1fb604642449181ea0f2177de53976edfc69ad.tar.xz glibc-cd1fb604642449181ea0f2177de53976edfc69ad.zip |
Fix typo in manual.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/resource.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/resource.texi b/manual/resource.texi index ce48113460..e68458b363 100644 --- a/manual/resource.texi +++ b/manual/resource.texi @@ -1644,7 +1644,7 @@ This function is a GNU extension. @comment GNU @deftypefun {long int} get_avphys_pages (void) @safety{@prelim{}@mtsafe{}@asunsafe{@ascuheap{} @asulock{}}@acunsafe{@aculock{} @acsfd{} @acsmem{}}} -The @code{get_phys_pages} function returns the number of available pages of +The @code{get_avphys_pages} function returns the number of available pages of physical the system has. To get the amount of memory this number has to be multiplied by the page size. |