This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[COMMITED] Fix typo in glibc manual (February 9, 2014, for glibc 2.19)


On Wed, Jun 04, 2014 at 03:01:09PM +0200, peon Peon de la Parra Ivan wrote:
> Dear Glibc maintainer,
> 
> I found a little typo in the glibc manual. A function name does not match with the name in the description. Please see below.
> 
Thanks, I fixed that, commited as obvious.


diff --git a/ChangeLog b/ChangeLog
index 98c952c..715c4be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-06-05  OndÅej BÃlka  <neleai@seznam.cz>
+
+	* manual/resource.texi (How to get information about the memory
+	subsystem?): Fix typo.
+	Reported by Peon de la Parra Ivan <peon@keba.com>
+
 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
 
 	[BZ #16882]
diff --git a/manual/resource.texi b/manual/resource.texi
index ce48113..e68458b 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.
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]