From: Ondřej Bílka Date: Wed, 4 Jun 2014 22:40:01 +0000 (+0200) Subject: Fix typo in manual. X-Git-Tag: glibc-2.20~382 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd1fb604642449181ea0f2177de53976edfc69ad;p=thirdparty%2Fglibc.git Fix typo in manual. --- diff --git a/ChangeLog b/ChangeLog index 98c952cc4d1..715c4be4f7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-06-05 Ondřej Bílka + + * manual/resource.texi (How to get information about the memory + subsystem?): Fix typo. + Reported by Peon de la Parra Ivan + 2014-06-03 Guo Yixuan [BZ #16882] diff --git a/manual/resource.texi b/manual/resource.texi index ce481134607..e68458b363b 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.